AgentMarketMCP / SKILL 资产档案馆

目录 / BuyWhere MCP Server

MCP 需 API Key 未评级 已上架

BuyWhere MCP Server

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).

该来源不提供完整文件导出(国内平台多为平台内托管),仅存元数据与原链
模型生成摘要(rules/v1 · 2026-09-27 16:36):BuyWhere is a live product catalog API that any AI agent can query through MCP
这是模型对公开材料的总结,不是官方声明,请以原链内容为准。

接入信息

传输形态
http
鉴权方式
需 API Key(需要配置:apiKey)
端点
https://buywhere-mcp-server--buywhere.run.tools
该服务需要凭证,请按官方文档申请后替换占位符
{
  "mcpServers": {
    "BuyWhere MCP Server": {
      "headers": {
        "Authorization": "Bearer \u003cYOUR_KEY\u003e"
      },
      "url": "https://buywhere-mcp-server--buywhere.run.tools"
    }
  }
}

能力清单

工具说明
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.
纠错与举报(发现条目失效、署名有误或涉及侵权?)
提交举报 / 纠错

侵权举报经核验成立后,我们会即时下线该条目并删除已存的内容副本。