mcp
MCP gateway (aggregated)
Streamable-HTTP MCP endpoint aggregating every configured upstream MCP server visible to the caller. Tools and prompts are namespaced as _. POST carries JSON-RPC messages, GET opens the server-notification SSE stream, DELETE ends the session. The X-MCP-Servers request header optionally narrows the visible servers to a comma-separated subset.
DELETE
Error
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Response
JSON-RPC response or SSE stream
The response is of type object.
Previous
/mcp/{server}Streamable-HTTP MCP endpoint exposing one configured upstream MCP server with original (un-prefixed) tool names.
Next
Error