richmondteo-code/buywhere-mcp
BuyWhere MCP server — product catalog tools for Claude Desktop, Cursor, and MCP agents
Platform-specific configuration:
{
"mcpServers": {
"buywhere-mcp": {
"command": "npx",
"args": [
"-y",
"buywhere-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
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.
Sign up at buywhere.io/dashboard and copy your API key.
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"
}
}
}
}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"
}
}
}
}Edit ~/.codeium/windsurf/mcp_config.json:
{
"mcpServers": {
"buywhere": {
"command": "npx",
"args": ["-y", "buywhere-mcp"],
"env": {
"BUYWHERE_API_KEY": "your_api_key_here"
}
}
}
}Restart your client, then try:
> *"Search BuyWhere for wireless earbuds under $50 in Singapore"*
> *"Use BuyWhere to compare the cheapest iPhone 15 cases"*
> *"Get me the affiliate link for product ID abc123 from BuyWhere"*
---
search_productsSearch the BuyWhere catalog using keywords or natural language.
| Parameter | Type | Required | Description | |------------|---------|----------|-------------| | query | string | yes | Keyword or natural-language query | | country | string | no | Country code hint (sg, my, id) | | category | string | no | Category slug (e.g. electronics/smartphones) | | limit | in
Loading reviews...