eCommerce
mubboo.com
Provides search and lookup functionality for Mubboo's US product catalog and editorial articles on shopping and travel.
ENDPOINT 1
https://mubboo.com/api/mcp
MCP server metadata
- Name
- mubboo-us
- Version
- 1.0.0
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_productsSearch Mubboo's US product catalog by free text, with optional category slug and price bounds in USD.
Inferred read-onlylist_categoriesList every published product category on Mubboo US with its slug, label, and product count.
Inferred read-onlyget_category_shelfTop products in one category, sortable by popularity, price, rating, or recency, with an optional USD budget cap.
Inferred read-onlyget_productLook up one product by its Amazon ASIN: current price, rating, categories, and its mubboo.com page.
Inferred read-onlysearch_articlesSearch 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-onlyget_articleFetch one published Shopping or Travel article by slug: answer-first summary, verdict, key points, top product picks with prices, and FAQ.
Inferred read-onlyget_flight_routeResolve 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-onlysearch_activitiesSearch bookable tours, tickets, and experiences in a US city, with optional keyword and USD price bounds.
Inferred read-onlysearch_hotelsSearch hotels in a US city with an optional USD price ceiling per night.
Inferred read-onlysearch_local_dealsSearch current local deals (activities, dining, events, wellness, and more) in a US city, with an optional category and USD price ceiling.
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.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.
mubboo.com is assessed as VerificationRecommended: Domain has affiliate links on record
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.