BuyWhere

buywhere-mcp

Community BuyWhere
Updated

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

buywhere-mcp

MIT Licensenpm

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

Tool Description
search_products Search by keyword or natural language
get_product Fetch full details for a single product
get_price Compare prices across all merchants
compare_prices Side-by-side comparison of 2–5 products
get_affiliate_link Get click-tracked affiliate URL
get_catalog List available product categories

Environment variables

Variable Required Description
BUYWHERE_API_KEY yes Your BuyWhere API key
BUYWHERE_API_URL no Override base URL (default: https://api.buywhere.ai)

Development

npm install
npm run build
BUYWHERE_API_KEY=your_key node dist/index.js

License

MIT

MCP Server · Populars

MCP Server · New

    punkpeye

    FastMCP

    A TypeScript framework for building MCP servers.

    Community punkpeye
    can4hou6joeng4

    boss-agent-cli

    AI-agent-first CLI for BOSS 直聘 — 职位搜索、福利筛选、招聘者工作流、MCP 工具与 AI 简历优化

    Community can4hou6joeng4
    clidey

    WhoDB

    A lightweight next-gen data explorer - Postgres, MySQL, SQLite, MongoDB, Redis, MariaDB, Elastic Search, and Clickhouse with Chat interface

    Community clidey
    Battam1111

    Myco

    Self-evolving cognitive organism for AI agents — eternal devouring, eternal evolution.

    Community Battam1111
    MLS-Tech-Inc

    Shortlist MCP Server

    MCP server for Shortlist — search, queue, and auto-apply to jobs from Claude Code

    Community MLS-Tech-Inc