Connect B4 to your AI
You bring the AI. B4 brings the judgment. Connect the MCP and your agents query the verdict, the scorecard, and the vendor field directly — always the current call, never a stale export.
1 · Get your key
Mint an API key in your cockpit. It's shown once — copy it somewhere safe.
Open cockpit → API keys2 · Add the server
Pick your client. Paste the block, swap in your key.
claude mcp add --transport http b4-index https://b4-index.vercel.app/mcp \
--header "Authorization: Bearer b4_YOUR_KEY" Run in your terminal. Replace b4_YOUR_KEY with your key.
{
"mcpServers": {
"b4-index": {
"type": "http",
"url": "https://b4-index.vercel.app/mcp",
"headers": { "Authorization": "Bearer b4_YOUR_KEY" }
}
}
} Settings → Developer → Edit Config, then restart Claude Desktop.
{
"mcpServers": {
"b4-index": {
"url": "https://b4-index.vercel.app/mcp",
"headers": { "Authorization": "Bearer b4_YOUR_KEY" }
}
}
} Add to .cursor/mcp.json (project) or ~/.cursor/mcp.json (global).
Or connect with one click (OAuth)
In Claude.ai or Claude Desktop, add https://b4-index.vercel.app/mcp as a
custom connector and press Connect. Sign in with the same account as your B4 subscription —
no key to paste, and access follows your plan automatically.
What your agent gets
Five tools, all included with B4 Pro. The MCP is a Pro feature — a key or OAuth-signed Pro session is required for every call.
-
b4_browseSearch and filter the 1,600+ categories by keyword, domain, quadrant, or industry. -
b4_scoreThe full five-dimension scorecard + verdict for a category. -
b4_auditAudit a whole stack — quadrant distribution + BEWARE/overspend flags. -
b4_compareCompare categories head-to-head on scores and trajectory. -
b4_recommendBuild/Buy/Bridge/Beware recommendation for a need or stack.