BuyWhere is the definitive commerce data layer for AI agents. Built for agent-native access, it exposes 120,966 Singapore products across electronics, fashion, home, and groceries with structured JSON responses, real-time pricing, and availability signals that LLMs and agents can consume directly.
Use cases: price comparison agents, shopping assistants, product recommendation systems, budget-tracking agents, deal finders.
Key capabilities:
Live MCP server at api.buywhere.ai/mcp (production-ready) REST API (dual interface - use whichever fits your stack) 120,966 SKUs across major Singapore retailers (Lazada, Shopee, NTUC, Courts, Harvey Norman, and more) Structured JSON product data - LLM-readable by design Self-service API key registration (60 seconds, no approval, no waitlist) Semantic product search, category browsing, price range filtering
Server Config
{
"mcpServers": {
"buywhere": {
"url": "https://api.buywhere.ai/mcp",
"transport": "http"
}
}
}