Skip to content
Back to search
100
MCP live streamable-http

Direct MCP candidate from lists

direct:api.buywhere.ai:e718fd7e92

Discovered from lists; probed directly as a possible remote MCP endpoint.

Uptime
100.0%
1 probes
Response
532ms
last probe
Tools
8
callable

Tools · 8

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…

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.

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…

Similar MCP servers embedding-nearest

BuyWhere MCP Server live
Open-source MCP server for AI agent commerce. Search 50M+ products across 6 markets.
6 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
io.github.richmondteo-code/buywhere-mcp
Agent-native product catalog API for Southeast Asia — search, compare prices, find deals.
0 tools
Direct MCP candidate from lists live
Discovered from lists; probed directly as a possible remote MCP endpoint.
5 tools · streamable-http
BuyWhere MCP Server
Product search, price comparison, and deal discovery for AI agents across Singapore, SEA, and US.
0 tools · streamable-http

How to use

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

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