← brainstormrouter.com
INDIVIDUAL MCP TOOL
br_bootstrap_info
Static pointers: authed MCP endpoint, docs, graduation path.
LIVE ENDPOINT
https://api.brainstormrouter.com/v1/mcp/bootstrap
Connect to this endpoint to inspect the live schema for br_bootstrap_info and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.brainstormrouter-bootstrap]
url = "https://api.brainstormrouter.com/v1/mcp/bootstrap"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"brainstormrouter-bootstrap": {
"type": "http",
"url": "https://api.brainstormrouter.com/v1/mcp/bootstrap"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: brainstormrouter-bootstrap
Remote MCP URL: https://api.brainstormrouter.com/v1/mcp/bootstrap
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"brainstormrouter-bootstrap": {
"url": "https://api.brainstormrouter.com/v1/mcp/bootstrap"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"brainstormrouter-bootstrap": {
"type": "http",
"url": "https://api.brainstormrouter.com/v1/mcp/bootstrap"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "brainstormrouter-bootstrap",
"transport": "streamable-http",
"url": "https://api.brainstormrouter.com/v1/mcp/bootstrap"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
br_register— Create a BrainstormRouter tenant + admin API key (no auth, no email, no browser).