AI Hub MCP Gateway Nest
Single OAuth-protected MCP endpoint at /mcp that aggregates upstream servers
(tools namespaced as <server>__<tool>). MCP clients use Streamable HTTP — not this HTML page.
MCP endpoint
| Path | Auth | Description |
|---|---|---|
/mcp |
OAuth 2.1 Bearer | Aggregated tools from all upstream servers your roles allow |
Upstream servers
Register upstream MCP servers and role allow-lists in /admin (MCP servers tab). Registry (OAuth): /registry/mcp-servers.
MCP connections
Link your upstream accounts (token-vault servers) in the browser at /connections. Use the same Auth0 user as your MCP client (e.g. Claude).
Authentication
- Auth0 — authorization server; resource metadata at /.well-known/oauth-protected-resource (Claude Desktop, etc.).
Send Authorization: Bearer <Auth0 access_token> on every MCP request. Access requires Auth0 API permissions matching each server's allowed_roles.
Other HTTP routes
| Method | Path | Purpose |
|---|---|---|
GET | /health | Liveness JSON |
GET | /connections | Link upstream token-vault accounts |
GET | /registry/mcp-servers | Your allowed servers (OAuth) |