QuLab Infinite MCP Server✓
io.github.Workofarttattoo/qulab-infinite-mcp · v1.0.0
v1.0.0▦ remote🌐 https://workofarttattoo-qulab-mcp.azurewebsites.net/mcp
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.Workofarttattoo/qulab-infinite-mcp",
"description": "QuLab MCP remote server (Streamable HTTP) for computational science and lab tools.",
"title": "QuLab Infinite MCP Server",
"version": "1.0.0",
"remotes": [
{
"type": "streamable-http",
"url": "https://workofarttattoo-qulab-mcp.azurewebsites.net/mcp",
"headers": [
{
"description": "Optional bearer token (Bearer <token>) if the endpoint enforces auth.",
"isSecret": true,
"name": "Authorization"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}