mcpbeat

BuyWhere Product Catalog MCP Server

ai.buywhere/catalog-api
answering

BuyWhere Product Catalog is answering right now. Last checked 14 min ago. It exposes 8 tools. Last commit 4 Aug 2026.

Search 1.5M+ products across 20+ platforms. Compare prices, find deals, browse categories.

Uptime history 39 hours of history
39 hours agonow
100.0%
Uptime 24h
91 of 91 checks
8
Tools
read from the server
444 ms
Response time
average over 24h
0
Stars
last commit 4 Aug 2026

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 14 min ago.

run in your terminal
claude mcp add catalog-api --transport http https://mcp.buywhere.ai/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "catalog-api": {
      "url": "https://mcp.buywhere.ai/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.catalog-api]
url = "https://mcp.buywhere.ai/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "catalog-api": {
      "url": "https://mcp.buywhere.ai/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "catalog-api": {
      "url": "https://mcp.buywhere.ai/mcp"
    }
  }
}

Available tools 8

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

best
find_best_price
Use this whenever a user asks about prices, wants to find the cheapest option, or asks "what's the best price for X" or "where can I buy X for the lowest price". This finds the best current price across all merchants.
categories
list_categories
List top-level product categories available in the BuyWhere catalog.
compare
compare_products
Compare multiple products side-by-side. Returns price, brand, rating, and category for each.
deals
get_deals
Get discounted products sorted by discount percentage. Returns products with original price and discount percentage. Supports currency, region (sea, us, eu, au) and country (SG, US, VN, MY, ...) filters.
ingest
ingest_products
Ingest (upsert) a batch of products into the BuyWhere catalog. Use this to add or update product listings from any merchant/source. Requires a valid API key with ingest permissions. Accepts up to 1000 products per call with source, SKU, title, price, URL, and optional metadata.
product
get_product
Get a specific product by its ID, including full details and current price.
products
search_products
Search the BuyWhere product catalog by keyword. Returns products from e-commerce platforms across multiple regions (Singapore, US, etc.). Use compact=true for agent-optimized responses with structured_specs, comparison_attributes, and normalized_price_usd fields.
similar
find_similar
Find products similar to a given product using vector similarity. Returns up to 10 nearest neighbours by semantic meaning (title+description embedding). Useful for "more like this" recommendations.

Endpoints

URLTransportStateLatencyChecked
https://mcp.buywhere.ai/mcp streamable-http answering 407 ms 14 min ago

BuyWhere Product Catalog — questions

Answers built from our own checks of this server.

What can BuyWhere Product Catalog do?
It exposes 8 tools, read directly from the server on our last check. Among them: compare_products, find_best_price, find_similar, get_deals, get_product, ingest_products and 2 more. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is BuyWhere Product Catalog working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 91 of 91 checks got a reply (100.0%), average response time 444 ms. The bar chart above shows every period we have measured.
How do I connect BuyWhere Product Catalog?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does BuyWhere Product Catalog need an API key?
No. BuyWhere Product Catalog completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 8 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is BuyWhere Product Catalog?
It answers our handshake in 444 ms on average, which is faster than 28% of all working MCP servers we measure. The comparison comes from our own checks across the whole registry, every 15 minutes.
Is BuyWhere Product Catalog open source?
Yes — written in TypeScript, 0 stars on GitHub and 3 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.