BuyWhere exposes product search, price comparison, and deal discovery as tools your agent can call directly — no scraping, no HTML parsing, no rate-limit battles with e-commerce sites.
Live tools
Each tool maps to a BuyWhere API endpoint. The MCP server handles authentication and returns formatted text your agent can reason over.
Search the BuyWhere catalog by keyword. Returns ranked results from Lazada, Shopee, Qoo10, and Carousell with price, platform, and affiliate links.
search_products(query='mechanical keyboard', limit=5)
Search for a product and return results sorted by price ascending — perfect for finding the best deal across all Singapore platforms.
compare_prices(query='iphone 15 case', limit=10)
Find products with significant price drops. Returns current price, original price, and discount percentage sorted by savings.
get_deals(category='electronics', min_discount_pct=20)
Find the best current deals across platforms sorted by discount percentage. Includes expiration dates when available.
find_deals(category='fashion', minDiscount=30)
Retrieve full details for a specific product by its BuyWhere ID — useful when you have a product ID from a previous search.
get_product(product_id=12345)
Browse the BuyWhere category taxonomy tree to understand what product categories are available in the catalog.
browse_categories()
Get paginated product listings within a specific category. Use browse_categories first to find the right categoryId.
get_category_products(category_id='electronics', limit=20)
Example prompts
Copy these prompts into your agent workflow. Each one triggers one or more BuyWhere MCP tools.
Your agent finds the cheapest option for a product across all Singapore platforms.
“Find the best price for a Sony WH-1000XM5 wireless headphone across Singapore shops. Show me where to buy it cheapest and include the affiliate link.”
Your agent surfaces current deals in a category, sorted by discount.
“Show me the best tech deals available right now in Singapore — at least 30% off. List them with original price, sale price, and where to buy.”
Your agent searches for products and presents options with key details.
“I need a birthday gift for my brother — something under $50. Find popular wireless earbuds available in Singapore with prices and links.”
Your agent explores what categories and products are available.
“What product categories does BuyWhere have? I'm looking to browse home appliances.”
Setup
Sign up at buywhere.ai/api-keys to get an instant beta key. No credit card required.
Get API key →Point the MCP server to your API key and the BuyWhere API URL. The server runs locally on your machine.
View setup guide →Add BuyWhere to your MCP-compatible agent: Claude Desktop, Cursor, or any other MCP client.
See example configs →Get an API key and start building. The MCP server is live and ready for agent workflows today.