DEV Community

BuyWhere
BuyWhere

Posted on

BuyWhere MCP Now Supports US Product Search — Try It in Cursor Today

BuyWhere MCP now returns US product results alongside Singapore and Southeast Asia. Same MCP server, no config change.

What changed

The buywhere-mcp server now indexes US merchants (Amazon, Walmart, Best Buy, Target, Home Depot) alongside existing SG/SEA coverage. One API call now searches across all three markets.

Try it in Cursor

Add to ~/.cursor/mcp.json:

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

Then ask Cursor: "find me wireless headphones under $100" or "compare prices across US retailers."

Get started

Free API key at buywhere.ai.

Top comments (0)