Connect B4 to your AI
Point any MCP client at the B4 Index and your agent queries the current call instead of a stale export. Connecting takes no account. A key raises what the server will answer.
The server
Streamable HTTP. Same URL for every client and every plan.
https://b4-index.vercel.app/mcp 1 · Add the server
Pick your client and paste the block. This is the no-key setup.
claude mcp add --transport http b4-index https://b4-index.vercel.app/mcp Run in your terminal.
{
"mcpServers": {
"b4-index": {
"type": "http",
"url": "https://b4-index.vercel.app/mcp"
}
}
} Settings → Developer → Edit Config, then restart Claude Desktop.
{
"mcpServers": {
"b4-index": {
"url": "https://b4-index.vercel.app/mcp"
}
}
} Add to .cursor/mcp.json (project) or ~/.cursor/mcp.json (global).
2 · Add your key
The server needs a plan. A B4 Web key unlocks b4_browse and
b4_score, rate-limited and at capped vendor depth.
A B4 Agent key unlocks the workflow tools and full vendor depth. Without a key every tool returns an
upgrade pointer instead of a result. Mint a key in your cockpit, then send it as a bearer token:
claude mcp add --transport http b4-index https://b4-index.vercel.app/mcp \
--header "Authorization: Bearer b4_YOUR_KEY"
For the JSON clients, add "headers": { "Authorization": "Bearer b4_YOUR_KEY" } alongside the URL.
The key is shown once. Copy it somewhere safe.
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 and
access follows your plan, with no key to paste.
The workflow tools come with B4 Agent
Your plan answers b4_browse and
b4_score over MCP. Stack audits, comparisons,
recommendations, and full vendor lists through the MCP are part of B4 Agent at $199/mo.
The five tools
Browse and score require B4 Web or above. The three workflow tools require B4 Agent or Enterprise, using a key or an OAuth-signed session.
Connecting without a credential lets your client discover the tools, but calls return an upgrade pointer. The public directory remains available on the website without a plan.
-
b4_browseB4 Web Search and filter the 1,600+ categories by keyword, domain, quadrant, or industry. -
b4_scoreB4 Web The five-dimension scorecard and verdict for a category, at capped vendor depth. -
b4_auditB4 Agent Audit a whole stack — quadrant distribution plus BEWARE and overspend flags. -
b4_compareB4 Agent Compare categories head-to-head on scores and trajectory. -
b4_recommendB4 Agent Build/Buy/Bridge/Beware recommendation for a need or a stack.