Back to search
100
MCP live v1.0.4 streamable-http

BuyWhere MCP Server

io.github.BuyWhere/buywhere-mcp

Open-source MCP server for AI agent commerce. Search 50M+ products across 6 markets.

Uptime
25.0%
8 probes
Response
705ms
last probe
Tools
6
callable

Tools · 6

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…

get_product

Get a specific product by its ID, including full details and current price.

compare_products

Compare multiple products side-by-side. Returns price, brand, rating, and category for each.

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, ...) filte…

list_categories

List top-level product categories available in the BuyWhere catalog.

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 acro…

Similar MCP servers embedding-nearest

BuyWhere MCP Server
Open-source MCP server for AI agent commerce. Search 50M+ products across 6 markets.
0 tools · streamable-http
@buywhere/mcp-server
Product search API for AI agents via Model Context Protocol. Search & compare 11M+ products across Singapore, SEA, and US markets. Multi-cur
0 tools
buywhere-mcp
Product search API for AI agents via Model Context Protocol. Search & compare 11M+ products across Singapore, SEA, and US markets. Multi-cur
0 tools
BuyWhere Product Catalog live
Search 1.5M+ products across 20+ platforms. Compare prices, find deals, browse categories.
6 tools · streamable-http
BuyWhere MCP
BuyWhere MCP server for product search, price comparison, and affiliate-ready shopping workflows.
0 tools
BuyWhere MCP Server
Search and compare products from Singapore, SEA, and US markets via MCP.
0 tools

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "buywhere_mcp_server": {
      "url": "https://api.buywhere.ai/mcp",
      "transport": "streamable-http"
    }
  }
}