← cubbie.com

INDIVIDUAL MCP TOOL

get_product_details

Fetch 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.

cubbie.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://www.cubbie.com/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_product_details and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests retrieving external content.

Parent server

cubbie.com

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.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.

Related tools

  • search_catalog — Search Cubbie's catalog of ~30,000 B2B software products with hybrid semantic + keyword retrieval.
  • compare_products — Side-by-side comparison data for 2-4 products: descriptions, pricing display, structured attributes, and proof facts.
  • list_outcomes — Cubbie's hand-written outcome menu: pre-defined buyer goals (e.g.
  • get_outcome — Resolve 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.