← buywhere.ai

INDIVIDUAL MCP TOOL

get_deals

Get discounted products sorted by discount percentage.

buywhere.ainone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

buywhere.ai

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.buywhere-catalog]
url = "https://api.buywhere.ai/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "buywhere-catalog": {
      "type": "http",
      "url": "https://api.buywhere.ai/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: buywhere-catalog
Remote MCP URL: https://api.buywhere.ai/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "buywhere-catalog": {
      "url": "https://api.buywhere.ai/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "buywhere-catalog": {
      "type": "http",
      "url": "https://api.buywhere.ai/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "buywhere-catalog",
  "transport": "streamable-http",
  "url": "https://api.buywhere.ai/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • search_products — Search the BuyWhere product catalog: 288M+ products from 158,000+ stores worldwide.
  • get_product — Get a specific product by its ID, including full details and current price.
  • compare_products — Compare multiple products side-by-side.
  • list_categories — List top-level product categories available in the BuyWhere catalog.
  • find_best_price — Use this whenever a user asks about prices, wants to find the cheapest option, or asks "what's the best price for X" or "where can I buy X for the lowest price".
  • find_similar — Find products similar to a given product using vector similarity.
  • ingest_products — Ingest (upsert) a batch of products into the BuyWhere catalog.