JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 75
  • Score
    100M100P100Q97243F
  • License MIT

BuyWhere MCP Server — Agent-native product catalog API for AI agents via Model Context Protocol

Package Exports

  • @buywhere/mcp-server

Readme

@buywhere/mcp-server

Agent-native product catalog API for AI agents via the Model Context Protocol (MCP).

Access BuyWhere product search, price comparison, deals, and category browsing directly from any MCP-compatible AI agent client (Claude Desktop, Cursor, Codex, VS Code Copilot, etc.).

Install

npm install @buywhere/mcp-server

Configure

Set your BuyWhere API key as an environment variable:

export BUYWHERE_API_KEY=your_api_key_here

Optionally, override the API base URL:

export BUYWHERE_API_URL=https://api.buywhere.ai

Use

Claude Desktop

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "buywhere": {
      "command": "npx",
      "args": ["@buywhere/mcp-server"]
    }
  }
}

Set BUYWHERE_API_KEY in your environment or .env file.

Via Smithery

Install directly into Claude Desktop via Smithery:

npx @smithery/cli mcp install "https://www.npmjs.com/package/@buywhere/mcp-server" --name partners/buywhere-mcp-tools

Available Tools

Tool Description
search_products Search catalog by keyword with filters
compare_products Find best prices across merchants
get_deals Products with significant price drops
get_product Full product details by ID
list_categories Browse category tree
get_price_history Historical price data
get_deals_feed Paginated deals feed
get_product_reviews Review summary and ratings
autocomplete Search query suggestions

Documentation

License

MIT