BuyWhere MCP Server
Agent-native product catalog API for Southeast Asia commerce. Search 1.5M+ products across Shopee, Lazada, Amazon SG, Amazon US, Walmart, Carousell, FairPrice, Harvey Norman, and 20+ e-commerce platf…
Quick Start
# Connect this server (installs CLI if needed)
npx -y smithery mcp add partners/BuyWhere
# Browse available tools
npx -y smithery tool list partners/BuyWhere
# Get full schema for a tool
npx -y smithery tool get partners/BuyWhere search_products
# Call a tool
npx -y smithery tool call partners/BuyWhere search_products '{}'Direct MCP Connection
Endpoint: https://buywhere--partners.run.tools
Tools (5)
search_products— Search the BuyWhere product catalog by keyword. Returns products from e-commerce platforms across multiple regions (Sin…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. Su…list_categories— List top-level product categories available in the BuyWhere catalog.
# Get full input/output schema for a tool
npx -y smithery tool get partners/BuyWhere License: Proprietary