DEV Community

BuyWhere
BuyWhere

Posted on • Originally published at dev.to

@buywhere/mcp-server 0.2.0 — Cross-Border Product Search for AI Agents

We just shipped @buywhere/mcp-server@0.2.0 — a major update that brings cross-border product search to AI agents.

What's New

  • compare_products — Find the best price across multiple retailers in one call
  • list_categories — Browse product catalog by category
  • Package renamed from buywhere-mcp to @buywhere/mcp-server

All existing tools (search_products, find_best_price, get_deals) continue to work.

Quick Start

npx -y @buywhere/mcp-server
Enter fullscreen mode Exit fullscreen mode

Then configure in your AI client of choice. For a complete walkthrough, check out the BuyWhere MCP Quickstart Guide.

Why This Matters

AI agents can now search products, compare prices, and find deals across US, Singapore, and SEA markets in one NPX command. No API keys required to start — just run and go.

{
  "mcpServers": {
    "buywhere": {
      "command": "npx",
      "args": ["-y", "@buywhere/mcp-server"]
    }
  }
}
Enter fullscreen mode Exit fullscreen mode

Learn More


Related reading:


Built for AI agents. Cross-border product search in one command.


Latest update: See the full BuyWhere MCP Server v0.2.0 — Cross-Border Product Search for AI Agents for the complete changelog and all new features.

Top comments (0)