← mubboo.com

INDIVIDUAL MCP TOOL

get_product

Look up one product by its Amazon ASIN: current price, rating, categories, and its mubboo.com page.

mubboo.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://mubboo.com/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_product 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

mubboo.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.mubboo-us]
url = "https://mubboo.com/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "mubboo-us": {
      "type": "http",
      "url": "https://mubboo.com/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: mubboo-us
Remote MCP URL: https://mubboo.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": {
    "mubboo-us": {
      "url": "https://mubboo.com/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "mubboo-us": {
      "type": "http",
      "url": "https://mubboo.com/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "mubboo-us",
  "transport": "streamable-http",
  "url": "https://mubboo.com/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • search_products — Search Mubboo's US product catalog by free text, with optional category slug and price bounds in USD.
  • list_categories — List every published product category on Mubboo US with its slug, label, and product count.
  • get_category_shelf — Top products in one category, sortable by popularity, price, rating, or recency, with an optional USD budget cap.
  • search_articles — Search Mubboo's published editorial articles by free text — Shopping (best-of lists, comparisons, buying guides, product reviews) and Travel (flight route guides, destination hubs, hotel city guides, trip itineraries, city comparisons).
  • get_article — Fetch one published Shopping or Travel article by slug: answer-first summary, verdict, key points, top product picks with prices, and FAQ.
  • get_flight_route — Resolve an origin and destination city to Mubboo's flight page for that route — a live fare search widget plus, when available, a recently observed reference fare.
  • search_activities — Search bookable tours, tickets, and experiences in a US city, with optional keyword and USD price bounds.
  • search_hotels — Search hotels in a US city with an optional USD price ceiling per night.