mcpserver.lol
registry/buywhere-mcp
Connection check verified live · 27h ago deprecated

buywhere-mcp

Product search, price comparison, and affiliate-ready shopping across Singapore and US retailers.

Tools 13
GitHub stars 10
Installs / wk 524
Licence MIT
Transport stdio, streamable-http
Last checked 27h ago

Tools & capabilities

13 tools

Read from the running server on 27h ago.

compare_products ids*
Compare multiple products side-by-side. Returns price, brand, rating, and category for each.
compare_products_v2 ids*deliver_to*
REQUIRED deliver_to. Compare multiple products side-by-side. Always pass deliver_to="SG" (or your buyer's country). Returns price, brand, rating, category, and a resolved outbound_…
find_best_price qmarketregioncountrycategorydeliver_to +2
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". Returns schema.org…
find_best_price_v2 qregioncountrycategorydeliver_to*country_code +1
REQUIRED deliver_to. 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…
find_similar limitproduct_id*
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"…
get_deals limitmarketoffsetregioncountrycurrency +3
Get discounted products sorted by discount percentage. Returns schema.org/Product entities with schema.org/Offer properties: price, priceCurrency, availability, originalPrice, and…
get_deals_v2 limitoffsetregioncountrycurrencydeliver_to* +2
REQUIRED deliver_to. Get discounted products sorted by discount percentage. Always pass deliver_to="SG" (or your buyer's country). Returns schema.org/Product entities with schema.o…
get_product id*
Get a specific product by its ID, including full details and current price.
get_product_v2 id*deliver_to*
REQUIRED deliver_to. Get a specific product by its ID, including full details and current price. Always pass deliver_to="SG" (or your buyer's country). Response includes a resolved…
ingest_products source*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…
list_categories marketregioncountrycountry_code
List top-level product categories available in the BuyWhere catalog.
search_products qmodelimitquerydomainmarket +9
Search the BuyWhere product catalog by keyword. Treat deliver_to as REQUIRED for buyer-facing use (ISO-3166 country of the end user); it takes precedence over country_code/country…
search_products_v2 qmodelimitquerydomainoffset +8
REQUIRED deliver_to. Search the BuyWhere product catalog by keyword. The deliver_to parameter is REQUIRED (ISO country code, e.g. "SG", "US") — it takes precedence over country_cod…