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/api/servers/{server_id}/connectDocumentation Index
Fetch the complete documentation index at: https://docs.barndoor.ai/llms.txt
Use this file to discover all available pages before exploring further.
JWT 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
^[a-z0-9-]+$MCP JSON-RPC request payload