
Company News
Free Business Plan Upgrades for Open Source Maintainers
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.
@buywhere/mcp-tools
Advanced tools
BuyWhere MCP tools for AI agents - product search, price comparison, and deals
BuyWhere MCP (Model Context Protocol) tools for AI agents. Enables product search, price comparison, deals discovery, price history tracking, and reviews aggregation through the MCP protocol. Includes 9 tools: search_products, compare_products, get_deals, get_product, list_categories, get_price_history, get_deals_feed, get_product_reviews, and autocomplete.
npm install @buywhere/mcp-tools
import { createBuyWhereMCPServer } from '@buywhere/mcp-tools';
const server = createBuyWhereMCPServer({
apiKey: process.env.BUYWHERE_API_KEY!,
});
server.start();
Search the BuyWhere product catalog.
{
query: "mechanical keyboard",
country?: "SG" | "MY" | "TH" | "PH" | "VN" | "ID" | "US",
limit?: number,
offset?: number,
price_min?: number,
price_max?: number
}
Compare prices across merchants for a product.
{
query: "iphone 15 case",
category?: string,
limit?: number
}
Get current deals and price drops.
{
country?: "SG" | "MY" | "TH" | "PH" | "VN" | "ID" | "US",
category?: string,
limit?: number,
min_discount_pct?: number
}
Get detailed product information by ID.
{
product_id: number
}
Browse the category taxonomy.
{
parent_id?: string // omit for root categories
}
Get historical price data for a product to track price trends.
{
product_id: number,
country?: "SG" | "MY" | "TH" | "PH" | "VN" | "ID" | "US",
period?: "7d" | "30d" | "90d" | "1y"
}
Get a streaming feed of deals and price drops.
{
country?: "SG" | "MY" | "TH" | "PH" | "VN" | "ID" | "US",
category?: string,
limit?: number,
offset?: number,
min_discount_pct?: number
}
Get review summary for a product from multiple retailers.
{
product_id: number,
country?: "SG" | "MY" | "TH" | "PH" | "VN" | "ID" | "US"
}
Get search suggestions and completions as the user types.
{
query: string,
country?: "SG" | "MY" | "TH" | "PH" | "VN" | "ID" | "US",
limit?: number
}
Add to your Claude Desktop configuration:
{
"mcpServers": {
"buywhere": {
"command": "npx",
"args": ["-y", "@buywhere/mcp-tools", "buywhere-mcp"],
"env": {
"BUYWHERE_API_KEY": "your-api-key"
}
}
}
}
In Cursor settings, add a new MCP server with the same configuration.
| Variable | Description |
|---|---|
BUYWHERE_API_KEY | Your BuyWhere API key |
For the full BuyWhere SDK, see @buywhere/sdk.
MIT
FAQs
BuyWhere MCP tools for AI agents - product search, price comparison, and deals
We found that @buywhere/mcp-tools demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.

Security News
During a UK cyber test, a Mythos 5 agent used sockpuppets, social engineering, and prompt injection to try to get a maintainer to merge malware.