# BuyWhere Product Catalog

Search and compare products from 18+ platforms across Singapore and Southeast Asia. 580K+ products with real-time pricing.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y smithery mcp add partners/buywhere-mcp

# Browse available tools
npx -y smithery tool list partners/buywhere-mcp

# Get full schema for a tool
npx -y smithery tool get partners/buywhere-mcp search_products

# Call a tool
npx -y smithery tool call partners/buywhere-mcp search_products '{}'
```

## Direct MCP Connection

Endpoint: `https://buywhere-mcp--partners.run.tools`

## Tools (5)

- `search_products` — Search the BuyWhere product catalog by keyword. Returns products from e-commerce platforms across multiple regions (Sin…
- `get_product` — Get a specific product by its ID, including full details and current price.
- `compare_products` — Compare multiple products side-by-side. Returns price, brand, rating, and category for each.
- `get_deals` — Get discounted products sorted by discount percentage. Returns products with original price and discount percentage. Su…
- `list_categories` — List top-level product categories available in the BuyWhere catalog.

```bash
# Get full input/output schema for a tool
npx -y smithery tool get partners/buywhere-mcp <tool-name>
```
