Searches cross-border product catalogs, compares prices, finds deals, and returns product details through MCP.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag โ we're steadily working through the catalog.
๐ก Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Buywhere MCP.
search_productsSearch catalog by keyword, category, price, country
get_productFull product details by ID (prices, specs, images)
compare_productsSide-by-side comparison of 2โ10 products
find_best_priceCheapest deliverable listing for a product across merchants
get_dealsProducts with significant price drops
list_categoriesAvailable product category taxonomy
BuyWhere/buywhere-mcp MCP server exposes product catalog and price-comparison operations to MCP-compatible AI clients. The catalog contains more than 3 million products and covers Singapore, the United States, Malaysia, Thailand, and Vietnam markets according to the project material. Agents can search by keyword, category, price range, and country, then retrieve structured information such as prices, specifications, and images.
The server is intended for agent commerce workflows, including product recommendations, cross-border research, comparison shopping, and deal discovery. It is described as a product search API rather than a system for managing an online store.
The package runs as an MCP server and communicates with clients through the standard MCP interface. A local installation uses the npm package with an API key supplied through the environment. The project also documents a remote endpoint at https://api.buywhere.ai/mcp, using JSON-RPC 2.0 and protocol version 2024-11-05.
BuyWhere/buywhere-mcp can be connected to Claude Desktop, Cursor, Cline, Windsurf, and other MCP-compatible clients listed by the project. The README also describes compatibility with VS Code Copilot, OpenCode, Codex, Continue.dev, and agent frameworks including CrewAI and Mastra.
Install the local server with Node.js and npm:
The README indicates Node.js 18 or newer. An API key can be obtained through the BuyWhere API-key page or by registering with the documented POST https://api.buywhere.ai/v1/auth/register request. Configure the same command and environment variable in the MCP settings for the client you use. The example configurations use npx -y @buywhere/mcp-server, which avoids an interactive npm confirmation prompt.
The BuyWhere/buywhere-mcp MCP server can also be used through the hosted MCP endpoint instead of running the npm package locally. The provided material does not specify separate environment variables for the remote configuration.
The server documents these operations:
Version 2 tools add delivery-aware behavior. search_products_v2, get_deals_v2, and find_best_price_v2 require a deliver_to ISO country value; compare_products_v2 accepts it optionally, and get_product_v2 retrieves product details by ID.
The documented regional coverage is focused on Singapore, the US, Malaysia, Thailand, and Vietnam, so availability outside those markets is not established by the supplied material. Requests require a BuyWhere API key for the local package. Product prices, merchant listings, and delivery results may depend on the selected market and, for v2 operations, the destination country. The repository is licensed under MIT.
Always refer to the official documentation for the most accurate and up-to-date information.
Factual signals from GitHub, npm, and our automated checks โ not a rating.
No reviews yet โ be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/buywhere-buywhere-mcp)<a href="https://allmcps.com/mcp/buywhere-buywhere-mcp"><img src="https://allmcps.com/api/badge/buywhere-buywhere-mcp?style=directory" alt="Buywhere MCP on AllMCPs" /></a>