Back to Browse

Buywhere MCP Server

Developer ToolsUse Caution4.2MCP RegistryLocalRemote
Free

Server data from the Official MCP Registry

Agent-native product catalog for AI shopping agents. 296M+ products, 28 countries.

About

Agent-native product catalog for AI shopping agents. 296M+ products, 28 countries.

Remote endpoints: streamable-http: https://api.buywhere.ai/mcp

Security Report

4.2
Use Caution4.2High Risk

The BuyWhere API MCP server is a legitimate product catalog integration with reasonable security practices. Authentication via API keys is required for all operations, and permissions align well with the server's purpose of searching and comparing products across retailers. Some minor code quality observations exist around error handling and the presence of internal configuration patterns, but no critical vulnerabilities or malicious patterns were identified. Supply chain analysis found 8 known vulnerabilities in dependencies (0 critical, 4 high severity).

4 files analyzed ยท 13 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

env_vars

Check that this permission is expected for this type of plugin.

File System Read

Reads files on your machine. Normal for tools that analyze or process local data.

How to Install & Connect

Available as Local & Remote

This plugin can run on your machine or connect to a hosted endpoint. during install.

Documentation

View on GitHub

From the project's GitHub README.

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

ResourceDescription
API DocumentationFull endpoint reference, authentication, error codes
API ExamplesWorked examples for common agent use cases
Quickstart GuideFirst query in under 5 minutes
AI Agent Framework GuideLangChain, Claude, and GPT integration patterns for BuyWhere
Developer FAQCommon auth, search, category, and rate-limit fixes
Release Notes v1.0What shipped in the GA release
MCP SetupMCP server configuration for AI clients
API Healthcheck MonitorSynthetic monitoring for /v1/search and /v1/products

Catalog Coverage

RegionRetailers
SingaporeShopee 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
MalaysiaShopee MY, Lazada MY, Zalora MY, Watsons MY, Carousell MY
IndonesiaShopee ID, Tokopedia, Bukalapak, Zalora ID
ThailandShopee TH, Lazada TH, Central TH
PhilippinesShopee PH, Lazada PH, Zalora PH
VietnamShopee VN, Tiki, Sendo
United StatesAmazon US, Walmart, Target, Costco, Best Buy, Chewy, Wayfair, Etsy, Ulta, Zappos, REI, and more
AustraliaAmazon AU, Catch, Big W, Bunnings, Coles, Officeworks
Japan / KoreaRakuten, Amazon JP, Yodobashi, Daiso JP, Coupang (KR)

Rate Limits

TierKey PrefixLimitUse Case
Freebw_free_*60 req/minDevelopment and testing
Livebw_live_*600 req/minProduction
Partnerbw_partner_*UnlimitedData 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.

Reviews

No reviews yet

Be the first to review this server!

Buywhere MCP Server - Agent-native product catalog for AI shopping agents. 296M+ | MCP Marketplace