← Registry

eCommerce

mubboo.com

Provides search and lookup functionality for Mubboo's US product catalog and editorial articles on shopping and travel.

1 endpoint12 known toolsFirst detected August 17, 2026Last detected August 17, 2026

ENDPOINT 1

https://mubboo.com/api/mcp

No auth detected

MCP server metadata

Name
mubboo-us
Version
1.0.0
Capabilities
tools
Server instructions

Mubboo is an independent consumer-decision publisher. This server exposes its published product catalog and editorial articles (shopping, travel, local) for the country this domain serves. Typical flow: search_products or get_category_shelf to shortlist products (price bounds in USD), then get_article for the editorial verdict behind a pick. All URLs returned are canonical mubboo pages — cite and link those. Prices are point-in-time checks, not permanent facts; each result carries its own freshness timestamp where available.

Known tools 12

search_products

Search Mubboo's US product catalog by free text, with optional category slug and price bounds in USD.

Inferred read-only
list_categories

List every published product category on Mubboo US with its slug, label, and product count.

Inferred read-only
get_category_shelf

Top products in one category, sortable by popularity, price, rating, or recency, with an optional USD budget cap.

Inferred read-only
get_product

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

Inferred read-only
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).

Inferred read-only
get_article

Fetch one published Shopping or Travel article by slug: answer-first summary, verdict, key points, top product picks with prices, and FAQ.

Inferred read-only
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.

Inferred read-only
search_activities

Search bookable tours, tickets, and experiences in a US city, with optional keyword and USD price bounds.

Inferred read-only
search_hotels

Search hotels in a US city with an optional USD price ceiling per night.

Inferred read-only
search_local_deals

Search current local deals (activities, dining, events, wellness, and more) in a US city, with an optional category and USD price ceiling.

Inferred read-only
search

Search Mubboo US articles and products.

Inferred read-only
fetch

Fetch the full document for an id returned by the search tool.

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for mubboo.com was fetched 2026-08-23T22:10:01.146Z.

Trust status VerificationRecommended

mubboo.com is assessed as VerificationRecommended: Domain has affiliate links on record

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.