BrainstormRouter
MCP Server

107 tools. One connection.
Full governance.

Model Context Protocol gateway. Governed access to routing, memory, budget, security, and admin tools — over a single SSE connection with RBAC and a full audit trail.

What makes it different

Not a pass-through. A control plane.

Secretless access

Upstream provider credentials live server-side. Agents authenticate with their BR API key only — they never see a provider secret.

Gateway mode

Register external MCP servers through BR. Every proxied tool call passes through your governance layer: RBAC, audit, rate limits.

RBAC per tool

Each tool requires a permission scope. Agents only see tools their role allows; admin tools are invisible to agent roles.

Setup

One file. Two fields.

Works with Claude Desktop, Cursor, Windsurf, and any MCP-compatible client.

Endpoint: https://api.brainstormrouter.com/v1/mcp/sse
Transport: SSE
Auth: Bearer API key
~/.claude/mcp.json Cursor / Windsurf use .cursor/mcp.json
{
  "mcpServers": {
    "brainstormrouter": {
      "url": "https://api.brainstormrouter.com/v1/mcp/sse",
      "headers": {
        "Authorization": "Bearer brk_live_..."
      }
    }
  }
}
Tool categories

107 tools, ten categories.

Routing
7
Memory
7
Config
5
Agents
6
Security
8
Budget
8
Governance
4
Admin
5
Gateway
1
RBAC
4

Connect your agent.

An API key, a config file, 107 governed tools. Under a minute.