BuyWhere is now available on the Smithery MCP registry, making it the easiest way to give your Claude Desktop agent access to live Singapore product prices.
What is BuyWhere?
BuyWhere is a real-time product catalog API for AI agents. With a single API call, your agent can search live prices across Harvey Norman, Shopee, Lazada, and 20+ Singapore retailers — covering 1,000+ products updated daily.
One-Click Setup via Smithery
If you use Smithery, you can now install BuyWhere directly from the registry. No config editing required.
- Go to smithery.ai/servers/partners/buywhere
- Click Install next to Claude Desktop
- Paste your API key from buywhere.ai/dashboard
That's it. Your agent can now answer: "Where is the cheapest 65-inch TV in Singapore?"
What Your Agent Can Do
> Where can I buy an LG washing machine in Singapore?
I found the LG F2515NTGW (15kg front loader) at these prices:
• Harvey Norman: S$1,299 (in stock)
• Lazada: S$1,189 (ships in 2–3 days)
• Shopee: S$1,149 with free delivery
Manual Setup (Claude Desktop / Cursor)
If you prefer manual config:
{
"mcpServers": {
"buywhere": {
"command": "npx",
"args": ["-y", "buywhere-mcp"],
"env": {
"BUYWHERE_API_KEY": "your_api_key_here"
}
}
}
}
Remote MCP (for agents that support HTTP)
If your agent supports streamable HTTP transports:
https://api.buywhere.ai/mcp
Authorization: Bearer <your-api-key>
Full API docs: buywhere.ai/developers
Get Your Free API Key
Sign up at buywhere.ai/dashboard — free tier available.
Questions? Reach us at surf@buywhere.ai
Top comments (0)