Skip to main content
The Bridger Gateway exposes the following four kinds of interfaces under a single domain.

Health

GET /health — liveness check.

Registry

GET /registry/{servers,tools} — catalog of loaded presets and tools.

MCP JSON-RPC

POST /mcptools/list, tools/call.

MCP SSE

GET /mcp/sse — real-time tool execution events.

Base URL

Authentication in one line

Every protected endpoint accepts one of the following two headers.
See Authentication for the full auth flow, OAuth, and error codes.

Common error format

The JSON-RPC endpoint (/mcp) returns a JSON-RPC 2.0 error object.

Content Types

  • Request/response: application/json
  • SSE stream: text/event-stream