PluginBench
MCP Server
Active
MIT

BuyWhere MCP Server MCP Server

io.github.BuyWhere/buywhere-mcp

What is the BuyWhere MCP Server MCP server?

Product search, price comparison, and deal discovery for AI agents across Singapore, SEA, and US.

How to install BuyWhere MCP Server

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • BUYWHERE_API_KEY
    required
    secret

    BuyWhere API key for authenticated product catalog requests.

  • Authorization
    required
    secret

    API key for BuyWhere (free at https://buywhere.ai/dashboard)

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "buywhere-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@buywhere/mcp-server"
      ],
      "env": {
        "BUYWHERE_API_KEY": "<YOUR_BUYWHERE_API_KEY>",
        "Authorization": "<YOUR_AUTHORIZATION>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "buywhere-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@buywhere/mcp-server"
      ],
      "env": {
        "BUYWHERE_API_KEY": "<YOUR_BUYWHERE_API_KEY>",
        "Authorization": "<YOUR_AUTHORIZATION>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "buywhere-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@buywhere/mcp-server"
      ],
      "env": {
        "BUYWHERE_API_KEY": "<YOUR_BUYWHERE_API_KEY>",
        "Authorization": "<YOUR_AUTHORIZATION>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "buywhere-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@buywhere/mcp-server"
      ],
      "env": {
        "BUYWHERE_API_KEY": "<YOUR_BUYWHERE_API_KEY>",
        "Authorization": "<YOUR_AUTHORIZATION>"
      }
    }
  }
}
Claude Code
claude mcp add buywhere-mcp --env BUYWHERE_API_KEY=<YOUR_BUYWHERE_API_KEY> --env Authorization=<YOUR_AUTHORIZATION> -- npx -y @buywhere/mcp-server

Related MCP servers

Search and compare products from Singapore, SEA, and US markets via MCP.