Give your AI agent real-time Singapore product pricing with one command.
npx buywhere-mcp-server
That connects to FairPrice, Cold Storage, Lazada, Shopee, and 15+ merchants.
How it works
BuyWhere exposes an MCP (Model Context Protocol) server with tools your agent can call:
search_products(query, merchant?, limit?)get_product_prices(product_id)get_merchants()
Example: LangChain
from langchain_mcp import MCPToolkit
toolkit = MCPToolkit(server_path="npx", args=["buywhere-mcp-server"])
tools = await toolkit.get_tools()
result = await tools[0].ainvoke({"query": "iPhone 16 Pro", "limit": 5})
Example: Claude Desktop
{
"mcpServers": {
"buywhere": {
"command": "npx",
"args": ["buywhere-mcp-server"]
}
}
}
Try it now
npx buywhere-mcp-server
Get a free API key at buywhere.ai
Related reading:
- quickstart guide for letting any agent search and compare prices
- search products in just 5 lines of code
- comprehensive zero-to-MCP guide for building shopping agents
- build a dedicated price comparison agent in 10 minutes
Docs: docs.buywhere.ai
Star BuyWhere MCP on GitHub — the open-source product catalog API for AI agents.
Top comments (0)