Direct MCP candidate from lists
direct:api.buywhere.ai:e718fd7e92Discovered from lists; probed directly as a possible remote MCP endpoint.
Tools · 8
Search the BuyWhere product catalog: 288M+ products from 158,000+ stores worldwide. ALWAYS pass deliver_to as the ISO-3166 country of your END USER (e.g. deliver_to: 'SG') — results then rank delivera…
Get a specific product by its ID, including full details and current price.
Compare multiple products side-by-side. Returns price, brand, rating, and category for each.
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 top-level product categories available in the BuyWhere catalog.
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 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 (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
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"
}
}
}