BuyWhere
OfficialAllows searching and comparing prices from Amazon via the BuyWhere API.
Allows searching and comparing prices from Bukalapak via the BuyWhere API.
Allows searching and comparing prices from Etsy via the BuyWhere API.
Allows searching and comparing prices from IKEA via the BuyWhere API.
Allows searching and comparing prices from Rakuten via the BuyWhere API.
Allows searching and comparing prices from Shopee via the BuyWhere API.
Allows searching and comparing prices from Target via the BuyWhere API.
Allows searching and comparing prices from Uniqlo via the BuyWhere API.
Allows searching and comparing prices from Walmart via the BuyWhere API.
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@BuyWheresearch for wireless headphones and compare prices across retailers"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
BuyWhere API
The product catalog API for AI agent commerce ā search, compare, and track prices across 900,000+ merchants in the US and Southeast Asia.
Overview
BuyWhere is an agent-native product catalog API indexing 300M+ products from 900,000+ merchants across Singapore, Malaysia, Indonesia, Thailand, the Philippines, Vietnam, and the United States. It is purpose-built for AI shopping agents: BM25-ranked search, structured price comparison, deals discovery, and affiliate link tracking out of the box. The API is MCP-compatible and works with Claude Desktop, Cursor, LangChain, CrewAI, and any MCP-enabled AI client.
Related MCP server: Priceminder MCP Server
Quick Start
Get an API key at buywhere.ai/api-keys, then:
export BUYWHERE_API_KEY="bw_live_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
export BUYWHERE_BASE_URL="https://api.buywhere.ai"Search products across platforms
curl -sS --get "$BUYWHERE_BASE_URL/v1/products" \
-H "Authorization: Bearer $BUYWHERE_API_KEY" \
--data-urlencode "q=wireless headphones" \
--data-urlencode "limit=5"Get a specific product by ID
curl -sS "$BUYWHERE_BASE_URL/v1/products/78234" \
-H "Authorization: Bearer $BUYWHERE_API_KEY"Deals feed ā biggest discounts right now
curl -sS --get "$BUYWHERE_BASE_URL/v1/deals" \
-H "Authorization: Bearer $BUYWHERE_API_KEY" \
--data-urlencode "min_discount=20" \
--data-urlencode "limit=10"š Build With BuyWhere Challenge ā Win $1,188 in API Credits
Build an AI agent using BuyWhere MCP tools and win API credits, featured placement, and a Built With BuyWhere badge.
Tools: search_products, get_product, compare_prices, find_deals, browse_categories, get_category_products, get_deals
Timeline: Submissions open through May 19, 2026
Enter the Challenge ā | Quick Start | MCP Setup
MCP Integration
BuyWhere is listed in the awesome-mcp-servers registry. Connect to Claude Desktop, Cursor, Windsurf, or any MCP-compatible AI client in seconds.
Install the MCP server:
pip install httpx mcp
python /path/to/buywhere-api/mcp_server.pyClaude Desktop ā add to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"buywhere": {
"command": "python",
"args": ["/path/to/buywhere-api/mcp_server.py"],
"env": {
"BUYWHERE_API_KEY": "your_api_key_here",
"BUYWHERE_API_URL": "https://api.buywhere.ai"
}
}
}
}Cursor ā add to Cursor settings ā MCP servers using the same JSON config above.
Available MCP tools: search_products, get_product, compare_prices, get_deals, find_deals, browse_categories, get_category_products.
Documentation
Resource | Description |
Full endpoint reference, authentication, error codes | |
Worked examples for common agent use cases | |
First query in under 5 minutes | |
LangChain, Claude, and GPT integration patterns for BuyWhere | |
Common auth, search, category, and rate-limit fixes | |
What shipped in the GA release | |
MCP server configuration for AI clients | |
Synthetic monitoring for |
Catalog Coverage
Region | Retailers |
Singapore | Shopee SG, Lazada SG, Amazon SG, Carousell SG, Zalora SG, Qoo10 SG, Courts, Challenger, FairPrice / FairPrice Xtra, Watsons SG, Harvey Norman, Gain City, Popular, Don Don Donki, IKEA SG, Decathlon SG, Uniqlo SG, Sephora SG, and more |
Malaysia | Shopee MY, Lazada MY, Zalora MY, Watsons MY, Carousell MY |
Indonesia | Shopee ID, Tokopedia, Bukalapak, Zalora ID |
Thailand | Shopee TH, Lazada TH, Central TH |
Philippines | Shopee PH, Lazada PH, Zalora PH |
Vietnam | Shopee VN, Tiki, Sendo |
United States | Amazon US, Walmart, Target, Costco, Best Buy, Chewy, Wayfair, Etsy, Ulta, Zappos, REI, and more |
Australia | Amazon AU, Catch, Big W, Bunnings, Coles, Officeworks |
Japan / Korea | Rakuten, Amazon JP, Yodobashi, Daiso JP, Coupang (KR) |
Semantic Search & Embeddings (BUY-76567 ā 60-day plan)
BuyWhere uses hybrid search (BM25 keyword + vector cosine similarity via RRF) as the default search mode. Embeddings are built with Qwen3-Embedding-4B (1024-dim) via Flow AI, replacing the retired Gemini pipeline.
Model & Budget
Item | Detail |
Model |
|
Provider | Flow AI ( |
Failover | DeepInfra primary ā SiliconFlow (Flow routes automatically) |
Cost | $0.02/M tokens ($0.01 batch); one-off backfill ~$10; ongoing ~$20ā26/mo |
Budget | $10 one-off + $25/month, hard cap enforced by Flow AI key |
Schedule (28 Aug ā 27 Oct 2026)
Phase | Dates | Deliverable |
Decide & guard | Days 0ā7 | Pin model/dim, eval set, nightly backup to R2, write-access lock |
Feature first | Days 8ā21 | Hybrid as default mode in |
Backfill | Days 22ā28 | One worker, hash-gated, checkpointed, hard cap = scope size |
Matching | Days 29ā45 | ANN candidates ā rule verification ā |
Measure | Days 46ā60 | Dashboard: coverage, vector-path share, p95, eval win rate, multi-merchant % |
Kill Criteria (Day 60)
Hybrid doesn't beat keyword on the 200-query eval set ā switch off
Matching doesn't lift multi-merchant coverage ā keep vectors, pause matching
Key Rules
ALL embedding calls go through Flow AI only ā never DeepInfra/Gemini/SiliconFlow directly
Scope = in-stock AND price > 0 products only (~8M of 115M total)
Only the embed worker may write to
product_embeddings(write-access lock enforced)Nightly
pg_dumpofproduct_embeddingsā R2 (30-day retention)model_ver = 'flow-embed-1@1024'stamped on every vector
Rate Limits
Tier | Key Prefix | Limit | Use Case |
Free |
| 60 req/min | Development and testing |
Live |
| 600 req/min | Production |
Partner |
| Unlimited | Data partners |
Rate limit status is returned in response headers (X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset). On 429 Too Many Requests, use exponential backoff starting at 2 seconds.
Self-Hosted / Contributing
BuyWhere is a Python/FastAPI service backed by PostgreSQL and Redis, with platform-specific scrapers deployed as ECS Fargate tasks. The scraping pipeline handles 40+ platforms concurrently using distributed Redis locks, NDJSON normalization, and BM25-ranked search via PostgreSQL FTS5.
Architecture details: SCRAPING_ARCHITECTURE.md
# Local development
docker-compose up
# API available at http://localhost:8000License
Proprietary ā Ā© 2026 BuyWhere. All rights reserved.
This server cannot be deployed
Maintenance
Related MCP Connectors
Pay-per-use tool marketplace for AI agents. Search, price-check, and call APIs via MCP.
Your agent needs marketplace data ā what a product costs on Amazon and Google Shopping, who the sellers are, what reviewers actually complain about. **What you can ask for** ⢠"What is this ASIN's price history, rating and seller list?" ⢠"Who else sells this product, and at what price?" ⢠"Pull the reviews for this product and group the complaints." ⢠"What comes up on Google Shopping for this query in the UK?" ⢠"Compare these products across both marketplaces." **How to use it** Point any MCP client at https://mcp.aisa.one/seo-merchant/mcp and sign in with OAuth ā there is no key to create or paste. 22 tools: Amazon products, ASIN detail and sellers; Google Shopping products, product info, sellers and reviews; live and queued forms, with raw HTML where you need it. **It is also a door to the rest** The same login reaches 26 sources and 580+ operations. Price the product here, then ask the same agent what the brand's site traffic or ad spend looks like ā without adding a second server. **What it costs** Finding and inspecting an operation is free. Running one is billed per call at API prices, with no seat and no monthly minimum, and every call takes max_price_usd so an agent cannot overspend by accident. **Where else it reaches** https://mcp.aisa.one/seo/mcp for all of it at once ā rankings, keywords, backlinks, site health and AI-answer visibility across DataForSEO, Semrush and Ahrefs.
Shopping MCP for AI agents: search, compare, Amazon buy links. Auto-register.
Hosted MCP for e-commerce: live product catalog, stock, and pricing for AI agents.
Related MCP Servers
- AlicenseNot gradedqualityCmaintenanceEnables AI agents to search, compare, buy, and sell products across multiple e-commerce platforms through 13 marketplace tools.1MIT
- AlicenseNot gradedqualityDmaintenanceReal-time Shopee competitor price monitoring, powered by AI agents through the Model Context Protocol (MCP). Enables AI agents to track, analyze, and alert on price movements across Shopee Southeast Asia.1MIT
- FlicenseNot gradedqualityCmaintenanceEnables AI agents to search products across affiliate networks, compare commissions, find arbitrage opportunities, and get auto-injected affiliate links via MCP.-
- AlicenseNot gradedqualityDmaintenanceEnables AI agents and humans to search products across multiple stores, compare prices, and place real orders directly from the terminal using 46 MCP tools.90 npm2MIT