BuyWhere MCP

Real-time product search across Southeast Asia with 3.8M+ items — the first SEA e-commerce MCP server

buywhere-mcp

MIT License npm

MCP server for the BuyWhere product catalog. Lets Claude Desktop, Cursor, Windsurf, and other MCP-compatible agents search and retrieve products without writing any HTTP code.

Setup

1. Get your API key

Sign up at buywhere.ai/dashboard and copy your API key.

2. Configure your client

Claude Desktop

Open ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows) and add:

{
  "mcpServers": {
    "buywhere": {
      "command": "npx",
      "args": ["-y", "buywhere-mcp"],
      "env": {
        "BUYWHERE_API_KEY": "your_api_key_here"
      }
    }
  }
}

Cursor

Open Settings → MCP and add a new server, or edit ~/.cursor/mcp.json:

{
  "mcpServers": {
    "buywhere": {
      "command": "npx",
      "args": ["-y", "buywhere-mcp"],
      "env": {
        "BUYWHERE_API_KEY": "your_api_key_here"
      }
    }
  }
}

Remote / Streamable HTTP

BuyWhere also exposes a hosted MCP endpoint for agents that support remote connections:

https://api.buywhere.ai/mcp

Requires Authorization: Bearer <your-api-key> header.


Tools

ToolDescriptionParameters
search_productsSearch by keyword or natural languagequery (required), category, limit
get_productFetch full details for a single productproduct_id (required)
find_best_priceFind the cheapest listing for a product across all merchantsproduct_name, category
get_dealsFind products with price dropscategory, min_discount_pct, limit

Environment variables

VariableRequiredDescription
BUYWHERE_API_KEYyesYour BuyWhere API key
BUYWHERE_API_URLnoOverride base URL (default: https://api.buywhere.ai)

Development

npm install
npm run build
BUYWHERE_API_KEY=your_key BUYWHERE_API_URL=https://api.buywhere.ai node dist/index.js

License

MIT

Server Terkait

NotebookLM Web Importer

Impor halaman web dan video YouTube ke NotebookLM dengan satu klik. Dipercaya oleh 200.000+ pengguna.

Instal Ekstensi Chrome