BuyWhere's MCP server is now officially listed in the Model Context Protocol (MCP) Registry — the definitive directory of MCP servers maintained by Anthropic.
Registry entry: ai.buywhere/catalog-api v1.0.0
MCP endpoint: mcp.buywhere.ai
Live at: https://registry.modelcontextprotocol.io
What This Means
Any MCP-compatible client — Claude Desktop, Cursor, VS Code Copilot, or any agent framework — can now discover and connect to BuyWhere's product catalog with zero manual configuration.
AI agents can search, compare, and find the best prices across 1.5M+ products from 20+ e-commerce platforms — Shopee, Lazada, Amazon SG/US, Walmart, Carousell, FairPrice, and more.
6 Tools for AI Agent Shopping
-
search_products— full-text search across the entire catalog -
compare_products— side-by-side price comparison -
get_deals— discounts sorted by percentage off -
find_best_price— cheapest option across all merchants -
get_product— full product details by ID -
list_categories— browse the catalog tree
Quick Setup
Add this to any MCP client:
{
"mcpServers": {
"buywhere": {
"command": "npx",
"args": ["@buywhere/mcp-server"],
"env": { "BUYWHERE_API_KEY": "your-key" }
}
}
}
Get a free API key → api.buywhere.ai
Why the MCP Registry Matters
Being listed in the official MCP registry means:
- Discoverability: Any MCP client can find BuyWhere through directory search
- Trust: Anthropic-curated listing signals quality and reliability
- Distribution: Millions of Claude/Cursor/VS Code users can discover us
For developers building AI shopping agents, price comparison tools, and e-commerce copilots: this is the easiest way to give your agent access to real product data across Southeast Asia and the US.
Try it today: npx @buywhere/mcp-server or grab a free API key at api.buywhere.ai
Top comments (0)