Get up and running in under 2 minutes.
Switchboard is an MCP gateway that connects your AI tools to 36+ integrations through a single endpoint. Get up and running in under 2 minutes — no infra, no config files, no CLI.
Switchboard supports two ways to authenticate an MCP client, both scoped to your org and your policies:
sb_ key in the dashboard and send it as a bearer token. Best for CLIs and headless agents. Keys inherit your permissions and can be revoked at any time.Both paths enforce the same org membership, plan limits, and tool policies on every request. Use whichever your client supports — the endpoint URL is identical.
{ "mcpServers": { "switchboard": { "url": "https://your-org.switchboard-mcp.com/mcp", "headers": { "Authorization": "Bearer sb_your_api_key" } } } }{ "mcpServers": { "switchboard": { "url": "https://your-org.switchboard-mcp.com/mcp", "headers": { "Authorization": "Bearer sb_your_api_key" } } } }claude mcp add --transport http switchboard \ https://your-org.switchboard-mcp.com/mcp \ --header "Authorization: Bearer sb_your_api_key"Codex, Windsurf, and VS Code use the same url + bearer-token pattern — grab a ready-made snippet for your client from the Install page in the dashboard.
Switchboard doesn't expose 36 integrations as hundreds of raw tools. It exposes two:
Set shared context once (like an owner and repo) and it's auto-injected into later calls; every result is pinned and can be referenced by handle. Most agents discover this workflow on their own — search first, then execute.