Transports
The BCTRL MCP server is a single hosted endpoint.
Two transports reach it:
-
Streamable HTTP (recommended): connect directly to
https://api.bctrl.ai/mcpfrom any client with native remote MCP support. -
stdio via
mcp-remote: for clients that only speak local stdio, bridge to the hosted endpoint.
Use Streamable HTTP wherever it is supported — it needs no local process and authenticates through the browser device-approval flow. Reach for the stdio bridge only when a client cannot yet connect to a remote HTTP server.
Most clients set up in one line. See Connect a client.

