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

PathAuthDescription
/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

Send Authorization: Bearer <Auth0 access_token> on every MCP request. Access requires Auth0 API permissions matching each server's allowed_roles.

Other HTTP routes

MethodPathPurpose
GET/healthLiveness JSON
GET/connectionsLink upstream token-vault accounts
GET/registry/mcp-serversYour allowed servers (OAuth)