loaditout.ai
SkillsPacksTrendingLeaderboardAPI DocsBlogSubmitRequestsCompareAgentsXPrivacyDisclaimer
{}loaditout.ai
Skills & MCPPacksBlog

buywhere-mcp

MCP Tool

richmondteo-code/buywhere-mcp

BuyWhere MCP server — product catalog tools for Claude Desktop, Cursor, and MCP agents

Install

$ npx loaditout add richmondteo-code/buywhere-mcp

Platform-specific configuration:

.claude/settings.json
{
  "mcpServers": {
    "buywhere-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "buywhere-mcp"
      ]
    }
  }
}

Add the config above to .claude/settings.json under the mcpServers key.

About

buywhere-mcp

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.io/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"
      }
    }
  }
}
Windsurf

Edit ~/.codeium/windsurf/mcp_config.json:

{
  "mcpServers": {
    "buywhere": {
      "command": "npx",
      "args": ["-y", "buywhere-mcp"],
      "env": {
        "BUYWHERE_API_KEY": "your_api_key_here"
      }
    }
  }
}
3. Ask your agent to search products

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"*

---

Tools
search_products

Search 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

Tags

ai-agentsecommercemcpproduct-catalogsingapore

Reviews

Loading reviews...

Quality Signals

0
Installs
Last updated14 days ago
Security: AREADME

Safety

Risk Levelmedium
Data Access
read
Network Accessnone

Details

Sourcegithub-crawl
Last commit4/3/2026
View on GitHub→

Embed Badge

[![Loaditout](https://loaditout.ai/api/badge/richmondteo-code/buywhere-mcp)](https://loaditout.ai/skills/richmondteo-code/buywhere-mcp)