Proxies MCP JSON-RPC requests to third-party servers with automatic authentication.
This endpoint supports both regular HTTP requests and Server-Sent Events (SSE) streaming for real-time MCP protocol communication.
Accept: text/event-stream for real-time communicationx-mcp-session-id header for session tracking/servers/{server_id}/connectJWT token obtained through Auth0 OAuth 2.0 flow with PKCE.
The token should be included in the Authorization header:
Authorization: Bearer <your-jwt-token>
Use the Barndoor SDK's loginInteractive() function to obtain tokens automatically.
MCP session identifier for request tracking
MCP server name identifier
MCP JSON-RPC request payload