DEV Community

BuyWhere
BuyWhere

Posted on

@buywhere/mcp-server v0.2.0 — Cross-Border Product Search for AI Agents

We just shipped @buywhere/mcp-server v0.2.0 on npm — a major update to our MCP server that gives AI agents structured product search across Singapore, Southeast Asia, and US markets.

This replaces the deprecated buywhere-mcp@0.1.2. If you were on the old package, migrate with one line change.

What's Inside

Tool What It Does
search_products Search by keyword with optional category/marketplace filters
get_product Full product details including prices, ratings, listings
find_best_price Cheapest price for any product across all merchants
get_deals Products with active price drops and promotions

Setup: One Line

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

Get your free API key at buywhere.ai/dashboard.

Works With

  • Claude Desktop — add to claude_desktop_config.json
  • Cursor — add to Settings → MCP or ~/.cursor/mcp.json
  • Windsurf, Continue.dev, and any MCP-compatible host
  • Remote/HTTP — hit https://api.buywhere.ai/mcp with your API key

Why Use BuyWhere?

  • No scrapers to maintain
  • Structured product data across 180+ categories
  • Cross-border: Singapore, SEA, and US prices
  • Real-time price comparison and deal detection
  • MCP-native: works with any agent framework

What's Next

We're actively building — Cohort 2 is open for developers who want early access to new tools, API credits, and featured listings. Join here.


GitHub repo | npm | Documentation


Explore 10 ready-to-use prompts: BuyWhere MCP Use Case Gallery


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)