DEV Community

BuyWhere
BuyWhere

Posted on

Copy-paste: add BuyWhere shopping MCP to awesome-mcp-servers lists

BuyWhere is a remote shopping MCP (300M+ products). No npm install — paste the endpoint into Claude, Cursor, or ChatGPT connectors.

Canonical listing packet

Suggested README row (awesome-mcp-servers)

- [BuyWhere](https://github.com/BuyWhere/buywhere-mcp) - Remote shopping catalog MCP (300M+ products, Singapore + SEA). Endpoint: `https://api.buywhere.ai/mcp`.
Enter fullscreen mode Exit fullscreen mode

Lists that should include a shopping / commerce MCP

If you maintain one of these, a one-line PR helps agents find a real catalog:

  1. punkpeye/awesome-mcp-servers
  2. wong2/awesome-mcp-servers
  3. appcypher/awesome-mcp-servers
  4. jaw9c/awesome-remote-mcp-servers

Remote-only lists: use the endpoint https://api.buywhere.ai/mcp (HTTP MCP, not a local stdio binary).

60-second Claude Desktop config

{
  "mcpServers": {
    "buywhere": {
      "url": "https://api.buywhere.ai/mcp"
    }
  }
}
Enter fullscreen mode Exit fullscreen mode

Then ask: Find the cheapest 16-inch laptop in Singapore under $2000 and show two merchants.

Questions: https://docs.buywhere.ai

Top comments (0)