{
  "name": "Qubu MCP",
  "version": "1.0.0",
  "description": "Search, fetch, and run inference on Qubu’s ML platform — models, datasets, notebooks, learning, journal, forum.",
  "transport": [
    {
      "type": "streamable-http",
      "url": "https://qubu.ai/api/mcp"
    },
    {
      "type": "sse",
      "url": "https://qubu.ai/api/mcp/sse"
    }
  ],
  "auth": {
    "type": "bearer",
    "issueUrl": "https://qubu.ai/home/dev/settings?tab=api-keys"
  },
  "scopes": [
    "read",
    "write",
    "playground"
  ]
}