BuyWhere MCP Goes Live
Today we're excited to announce that BuyWhere's MCP server is officially live for all developers. Starting now, any MCP-compatible agent can search, compare, and purchase products across 11M+ items from thousands of merchants — all through a standardized protocol.
What This Means for Developers
Building a shopping agent used to mean writing custom integrations for every merchant. With BuyWhere's MCP server, you get:
- One integration — connect once, access thousands of merchants
- Standard tools —
search_products,compare_prices,get_deals, and more - Real-time data — live pricing, availability, and merchant information
- Cross-border commerce — support for US, Singapore, Malaysia, Japan, and more markets
Getting Started in 5 Minutes
# Install the MCP server via npm
npm install @buywhere/mcp-server
# Or use it directly with any MCP client
# Add this to your MCP configuration:
{
"mcpServers": {
"buywhere": {
"command": "npx",
"args": ["@buywhere/mcp-server"],
"env": {
"BUYWHERE_API_KEY": "your-api-key"
}
}
}
}
What's Next
This launch is just the beginning. We're working on:
- Purchase completion — agents that can complete purchases end-to-end
- Deal discovery — proactive deal notification tools
- Multi-agent commerce — coordinating multiple agents for complex shopping workflows
Join Us
Try BuyWhere MCP today at buywhere.ai/mcp. We're building the commerce infrastructure layer for AI agents, and we'd love your feedback.