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-serverConfigure
Set your BuyWhere API key as an environment variable:
export BUYWHERE_API_KEY=your_api_key_hereOptionally, override the API base URL:
export BUYWHERE_API_URL=https://api.buywhere.aiUse
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-toolsAvailable 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