# BuyWhere Product Catalog

Search 2M+ products from Singapore e-commerce platforms (Lazada, Shopee, Best Denki) for AI agents. Real-time pricing, affiliate links, and product comparisons.

## Quick Start

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

# Browse available tools
npx -y @smithery/cli@latest tool list partners/BuyWhere

# Get full schema for a tool
npx -y @smithery/cli@latest tool get partners/BuyWhere search_products

# Call a tool
npx -y @smithery/cli@latest tool call partners/BuyWhere search_products '{}'
```

## Direct MCP Connection

Endpoint: `https://buywhere--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/cli@latest tool get partners/BuyWhere <tool-name>
```
