BuyWhere MCP Server

BuyWhere is a live product catalog API that any AI agent can query through MCP.

От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетНужен API-ключГлобальныйБесплатноТолько чтение

Что умеет

  • Search Products: Full-text product search with price, category, merchant, region, and rating filters across 300M+ products from 20+ e-commerce platforms. Supports multiple currencies and compact JSON
  • Get Product: Get a specific product by ID including full details, current price, brand, category, ratings, merchant info, and specifications.
  • Compare Products: Compare multiple products side-by-side across merchants: price, brand, rating, category path, and merchant for each product. For AI agent price comparison shopping.

Какие данные видит

Нужен ли аккаунт

Нужен API-ключ из настроек сервиса

BuyWhere is a live product catalog API that any AI agent can query through MCP. Search 370M+ structured products, compare prices across merchants in 10 markets, and route checkout to the best offer. v2 tool surface: search_products, get_product, find_best_price, list_categories, get_deals, find_similar, deliver_to (required).

Список инструментов сервера (13)

Технические названия из tools/list. Нужны только разработчикам.

search_productsFull-text product search with price, category, merchant, region, and rating filters across 300M+ products from 20+ e-commerce platforms. Supports multiple currencies and compact JSON mode for AI agents.
get_productGet a specific product by ID including full details, current price, brand, category, ratings, merchant info, and specifications.
compare_productsCompare multiple products side-by-side across merchants: price, brand, rating, category path, and merchant for each product. For AI agent price comparison shopping.
get_dealsGet discounted products sorted by discount percentage across all merchants. Returns original price, current price, and discount percentage.
list_categoriesList top-level product categories available in the BuyWhere catalog with slugs, names, and product counts.
find_best_priceFind the single cheapest listing for a product across all merchants. Use when a user asks about prices, wants to find the cheapest option, or asks "what's the best price for X". Returns the best deal across Shopee, Lazada, Amazon, and all other BuyWhere merchants.
find_similarFind 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_productsIngest (upsert) a batch of products into the BuyWhere catalog. Accepts up to 1000 products per call with source, SKU, title, price, URL, and optional metadata. Requires an API key with ingest permissions.
search_products_v2REQUIRED deliver_to. v2 search with shipping-aware ranking. Always pass deliver_to=<ISO country code> for the buyer's market. Returns schema.org/Product with structured_specs, comparison_attributes, normalized_price_usd.
get_product_v2REQUIRED deliver_to. v2 single-product lookup. Returns resolved outbound_url (BuyWhere click-tracked redirect) for the buyer market.
compare_products_v2REQUIRED deliver_to. v2 side-by-side comparison with shipping-aware per-row availability.
get_deals_v2REQUIRED deliver_to. v2 deals lookup. Returns schema.org/Product with per-row availability for the buyer market.
find_best_price_v2REQUIRED deliver_to. v2 cheapest-listing lookup. Returns shopping_job_id for multi-merchant price-comparison session resume.