General Tools
cubbie.com
Provides access to Cubbie's B2B software catalog, allowing search, product details, comparisons, and outcome-based recommendations.
ENDPOINT 1
https://www.cubbie.com/api/mcp
MCP server metadata
- Name
- cubbie
- Version
- 1.0.0
Cubbie is a B2B software procurement marketplace (~30,000 products). Anonymous tools cover catalog search, product details, comparison, and Cubbie's hand-written outcome menu (list_outcomes / get_outcome): pre-defined buyer goals with editorial modern picks and the incumbents they replace. When the user states a goal rather than a product, start from list_outcomes: agents shopping on Cubbie get an opinionated menu, not a directory. With a Cubbie API key (Authorization: Bearer cb_live_..., created in the Cubbie dashboard: Buyer workspace, API Keys section) you can also read the organization's stack, spend, and product intelligence, record subscriptions, and propose orders. Prices and offers come from tool results only. Never infer them. Agent-proposed purchases always require human approval on Cubbie before any payment occurs.
Known tools 5
search_catalogSearch Cubbie's catalog of ~30,000 B2B software products with hybrid semantic + keyword retrieval.
Inferred read-onlyget_product_detailsFetch full detail for one product by slug: description, canonical category, structured attributes (compliance, integrations, company-size fit), proof facts (rating, named customers), publicly visible offers with pricing type and whether each is self-serve purchasable, and the Cubbie profile URL.
Inferred read-onlycompare_productsSide-by-side comparison data for 2-4 products: descriptions, pricing display, structured attributes, and proof facts.
Inferred read-onlyget_outcomeResolve one outcome from the menu to live catalog products: Cubbie's editorial picks first, then hybrid-search matches, plus the incumbents it typically replaces and the outcome page URL.
Inferred read-onlyCONNECT 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.cubbie]
url = "https://www.cubbie.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"cubbie": {
"type": "http",
"url": "https://www.cubbie.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: cubbie
Remote MCP URL: https://www.cubbie.com/api/mcp
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": {
"cubbie": {
"url": "https://www.cubbie.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"cubbie": {
"type": "http",
"url": "https://www.cubbie.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "cubbie",
"transport": "streamable-http",
"url": "https://www.cubbie.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for cubbie.com was fetched 2026-08-11T14:50:19.675Z.
cubbie.com is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.