AI agents are great at reasoning, but they're blind without access to real-world data. If your agent can't search products, compare prices, or discover inventory, it's stuck in theory.
Enter @buywhere/mcp-server — a product search API built for AI agents via the Model Context Protocol.
What BuyWhere Does
BuyWhere gives your Claude, Cursor, or custom MCP agent access to:
- 11M+ products across Singapore, Southeast Asia, and US markets
- Multi-currency pricing with real-time comparison
- Catalog search by keyword, category, or merchant
- Cross-border discovery for global commerce agents
It's not a store management tool — it's an infrastructure layer for agent commerce.
Quick Start
# Install via npm
npm install @buywhere/mcp-server
Add to your MCP client config:
{
"mcpServers": {
"buywhere": {
"command": "npx",
"args": ["-y", "@buywhere/mcp-server"]
}
}
}
What Your Agent Can Do
Once connected, your agent can:
> Find me the best price on an iPhone 15 in Singapore
> Search for wireless earbuds under $50 USD
> Compare Nike running shoes across SEA merchants
> Show me what electronics are trending in the US market
Why This Matters
Most "ecommerce MCP" servers manage stores (Shopify, WooCommerce, Magento). BuyWhere is different — it's a search layer for agents that need to discover and compare products, not manage inventory.
If you're building AI agents that need commerce capabilities, this is the missing piece.
Get Started
- npm:
@buywhere/mcp-server - GitHub: buywhere-ai/mcp-server
- Website: buywhere.ai
Top comments (0)