Featured

Deploy OpenClaw in 60 seconds — 20% off logoDeploy OpenClaw in 60 seconds — 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free
6,000+ web scrapers for your AI agent, start free logo6,000+ web scrapers for your AI agent, start free

Apify gives your agent live web data: 6,000+ prebuilt scrapers and actors, MCP-ready. Sign up free with $5 in usage credits.

Try Apify free
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it — secured from day one.

Get it set up for you
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free
Reach 48,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here
BuyWhere Product Catalog logo

BuyWhere Product Catalog

BuyWhere/buywhere
0 starsv0.1.2STDIORegistry activeUpdated 2026-06-24Community

Works with

Claude CodeClaude DesktopCursorVS CodeClineCodex CLIOpenClaw+ any MCP client

Install to Claude Code

claude mcp add buywhere -- npx -y buywhere-mcp

Summary

Search 1.5M+ products across 20+ platforms. Compare prices, find deals, browse categories.

Connect from your MCP client

One-click install

Add this server to your editor with a single click. Fill in any required credentials afterward.

Claude Code

Run this once and Claude Code registers the server for you:

claude mcp add buywhere -- npx -y buywhere-mcp

Claude Desktop

Add this to claude_desktop_config.json under Settings → Developer → Edit Config:

{
  "mcpServers": {
    "buywhere": {
      "command": "npx",
      "args": [
        "-y",
        "buywhere-mcp"
      ],
      "env": {
        "BUYWHERE_API_KEY": "<BUYWHERE_API_KEY>",
        "BUYWHERE_API_URL": "<BUYWHERE_API_URL>"
      }
    }
  }
}

Cursor

Add this to .cursor/mcp.json in your project (or ~/.cursor/mcp.json for all projects):

{
  "mcpServers": {
    "buywhere": {
      "command": "npx",
      "args": [
        "-y",
        "buywhere-mcp"
      ],
      "env": {
        "BUYWHERE_API_KEY": "<BUYWHERE_API_KEY>",
        "BUYWHERE_API_URL": "<BUYWHERE_API_URL>"
      }
    }
  }
}

Cline and other MCP clients

Most MCP clients accept the standard mcpServers JSON block:

{
  "mcpServers": {
    "buywhere": {
      "command": "npx",
      "args": [
        "-y",
        "buywhere-mcp"
      ],
      "env": {
        "BUYWHERE_API_KEY": "<BUYWHERE_API_KEY>",
        "BUYWHERE_API_URL": "<BUYWHERE_API_URL>"
      }
    }
  }
}

Codex CLI

Register the server with OpenAI's Codex CLI — run this once, or add the equivalent block to ~/.codex/config.toml:

codex mcp add buywhere --env BUYWHERE_API_KEY=<BUYWHERE_API_KEY> --env BUYWHERE_API_URL=<BUYWHERE_API_URL> -- npx -y buywhere-mcp

# or add to ~/.codex/config.toml:
[mcp_servers.buywhere]
command = "npx"
args = ["-y", "buywhere-mcp"]
[mcp_servers.buywhere.env]
BUYWHERE_API_KEY = "<BUYWHERE_API_KEY>"
BUYWHERE_API_URL = "<BUYWHERE_API_URL>"

OpenClaw

OpenClaw reads MCP servers from the mcp.servers section of ~/.openclaw/openclaw.json (managed via `openclaw mcp add` or the mcporter skill):

{
  "mcp": {
    "servers": {
      "buywhere": {
        "command": "npx",
        "args": [
          "-y",
          "buywhere-mcp"
        ],
        "env": {
          "BUYWHERE_API_KEY": "<BUYWHERE_API_KEY>",
          "BUYWHERE_API_URL": "<BUYWHERE_API_URL>"
        }
      }
    }
  }
}

Replace the <PLACEHOLDER> values with your own credentials — see the configuration table below.

Configuration

BuyWhere Product Catalog reads the following environment variables:

VariableRequired
BUYWHERE_API_KEYRequired
BUYWHERE_API_URLOptional

README.md

BuyWhere API

The product catalog API for AI agent commerce — search, compare, and track prices across 40+ retailers in Southeast Asia and the US.

Overview

BuyWhere is an agent-native product catalog API indexing 5M+ products from 40+ retailers across Singapore, Malaysia, Indonesia, Thailand, the Philippines, Vietnam, and the United States. It is purpose-built for AI shopping agents: BM25-ranked search, structured price comparison, deals discovery, and affiliate link tracking out of the box. The API is MCP-compatible and works with Claude Desktop, Cursor, LangChain, CrewAI, and any MCP-enabled AI client.

Quick Start

Get an API key at buywhere.ai/api-keys, then:

export BUYWHERE_API_KEY="bw_live_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
export BUYWHERE_BASE_URL="https://api.buywhere.ai"

Search products across platforms

curl -sS --get "$BUYWHERE_BASE_URL/v1/products" \
  -H "Authorization: Bearer $BUYWHERE_API_KEY" \
  --data-urlencode "q=wireless headphones" \
  --data-urlencode "limit=5"

Get a specific product by ID

curl -sS "$BUYWHERE_BASE_URL/v1/products/78234" \
  -H "Authorization: Bearer $BUYWHERE_API_KEY"

Deals feed — biggest discounts right now

curl -sS --get "$BUYWHERE_BASE_URL/v1/deals" \
  -H "Authorization: Bearer $BUYWHERE_API_KEY" \
  --data-urlencode "min_discount=20" \
  --data-urlencode "limit=10"

🏆 Build With BuyWhere Challenge — Win $1,188 in API Credits

Build an AI agent using BuyWhere MCP tools and win API credits, featured placement, and a Built With BuyWhere badge.

Tools: search_products, get_product, compare_prices, find_deals, browse_categories, get_category_products, get_deals

Timeline: Submissions open through May 19, 2026

Enter the Challenge → | Quick Start | MCP Setup

MCP Integration

BuyWhere is listed in the awesome-mcp-servers registry. Connect to Claude Desktop, Cursor, Windsurf, or any MCP-compatible AI client in seconds.

Install the MCP server:

pip install httpx mcp
python /path/to/buywhere-api/mcp_server.py

Claude Desktop — add to ~/Library/Application Support/Claude/claude_desktop_config.json:

{
  "mcpServers": {
    "buywhere": {
      "command": "python",
      "args": ["/path/to/buywhere-api/mcp_server.py"],
      "env": {
        "BUYWHERE_API_KEY": "your_api_key_here",
        "BUYWHERE_API_URL": "https://api.buywhere.ai"
      }
    }
  }
}

Cursor — add to Cursor settings → MCP servers using the same JSON config above.

Available MCP tools: search_products, get_product, compare_prices, get_deals, find_deals, browse_categories, get_category_products.

Documentation

| Resource | Description | |---|---| | API Documentation | Full endpoint reference, authentication, error codes | | API Examples | Worked examples for common agent use cases | | Quickstart Guide | First query in under 5 minutes | | AI Agent Framework Guide | LangChain, Claude, and GPT integration patterns for BuyWhere | | Developer FAQ | Common auth, search, category, and rate-limit fixes | | Release Notes v1.0 | What shipped in the GA release | | MCP Setup | MCP server configuration for AI clients | | API Healthcheck Monitor | Synthetic monitoring for /v1/search and /v1/products |

Catalog Coverage

| Region | Retailers | |---|---| | Singapore | Shopee SG, Lazada SG, Amazon SG, Carousell SG, Zalora SG, Qoo10 SG, Courts, Challenger, FairPrice / FairPrice Xtra, Watsons SG, Harvey Norman, Gain City, Popular, Don Don Donki, IKEA SG, Decathlon SG, Uniqlo SG, Sephora SG, and more | | Malaysia | Shopee MY, Lazada MY, Zalora MY, Watsons MY, Carousell MY | | Indonesia | Shopee ID, Tokopedia, Bukalapak, Zalora ID | | Thailand | Shopee TH, Lazada TH, Central TH | | Philippines | Shopee PH, Lazada PH, Zalora PH | | Vietnam | Shopee VN, Tiki, Sendo | | United States | Amazon US, Walmart, Target, Costco, Best Buy, Chewy, Wayfair, Etsy, Ulta, Zappos, REI, and more | | Australia | Amazon AU, Catch, Big W, Bunnings, Coles, Officeworks | | Japan / Korea | Rakuten, Amazon JP, Yodobashi, Daiso JP, Coupang (KR) |

Rate Limits

| Tier | Key Prefix | Limit | Use Case | |---|---|---|---| | Free | bw_free_ | 60 req/min | Development and testing | | Live | bw_live_ | 600 req/min | Production | | Partner | bw_partner_* | Unlimited | Data partners |

Rate limit status is returned in response headers (X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset). On 429 Too Many Requests, use exponential backoff starting at 2 seconds.

Self-Hosted / Contributing

BuyWhere is a Python/FastAPI service backed by PostgreSQL and Redis, with platform-specific scrapers deployed as ECS Fargate tasks. The scraping pipeline handles 40+ platforms concurrently using distributed Redis locks, NDJSON normalization, and BM25-ranked search via PostgreSQL FTS5.

Architecture details: SCRAPING_ARCHITECTURE.md

# Local development
docker-compose up
# API available at http://localhost:8000

License

Proprietary — © 2026 BuyWhere. All rights reserved.

See related servers & alternatives →

Related MCP servers

Browse all →

Related guides

Hand-picked reading to help you choose and use Search servers.