@buywhere/mcp-server@0.2.0 is live
The new package name is now @buywhere/mcp-server on npm.
npx @buywhere/mcp-server
What it does: BuyWhere gives AI agents live cross-border product search, price comparison, and deal discovery through MCP (Model Context Protocol). One integration — search products from Singapore, SEA, and US markets.
Tools
| Tool | What it does |
|---|---|
search_products |
Search products by keyword or natural language |
get_product |
Fetch full product details |
find_best_price |
Find cheapest listing across all merchants |
get_deals |
Discover products with active price drops |
Quick start
Add to Claude Desktop:
{
"mcpServers": {
"buywhere": {
"command": "npx",
"args": ["-y", "@buywhere/mcp-server"],
"env": {
"BUYWHERE_API_KEY": "your_key"
}
}
}
}
Get your API key at buywhere.ai/dashboard.
What changed in 0.2.0
- Renamed from
buywhere-mcpto@buywhere/mcp-server - Improved
find_best_pricewith cross-merchant comparison - Better error messages and timeout handling
- Updated docs with setup examples for Claude, Cursor, and Windsurf
Why this matters for AI agents
Shopping agents, sourcing assistants, and deal-finding copilots need live product data, not stale web crawls. BuyWhere gives agents a structured commerce layer with normalized pricing, regional availability, and merchant discovery.
Package: npmjs.com/package/@buywhere/mcp-server
GitHub: github.com/BuyWhere/buywhere-mcp
Docs: buywhere.ai
Earlier coverage:
- BuyWhere MCP: Product Search for AI Agents — Now on GitHub v1.0.0 — GitHub release highlights
- BuyWhere MCP: Product Search for AI Agents in 1 NPX Command — Quickstart with npx
- BuyWhere MCP Hits 4+ MCP Directories — Our Listing Blitz Results — Directory listing outcomes
Top comments (0)