New:Microsoft Teams Notifications Are Now Available in Socket.Learn more
Get Started

@buywhere/mcp-server

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@buywhere/mcp-server

Agent-native product catalog API and MCP server for cross-border search and price comparison. 50M+ products across 6 markets. Works with Claude Desktop, Cursor, VS Code, Cline, and any MCP-compatible client.

Source
npmnpm
Version
0.3.8
Version published
Weekly downloads
127
18.69%
Maintainers
1
Weekly downloads
 
Created
Source

BuyWhere MCP Server

Agent-native product catalog API — 50M+ products, real-time pricing, cross-border search for AI agents via Model Context Protocol.

npm version npm downloads License: MIT GitHub stars Smithery MCP Registry

Works with Claude Desktop, Cursor, VS Code Copilot, Cline, OpenCode, Codex, and any MCP-compatible client.

Install

npm install -g @buywhere/mcp-server

Or run directly:

npx @buywhere/mcp-server

Get a free API key → buywhere.ai/api-keys

Demo

BuyWhere MCP in Claude Desktop

44-second demo: product search, deal discovery, price comparison, and multi-region support.

User:   "Find me wireless earbuds under $50 available in Singapore"
Agent:  [calls search_products → returns 5 matching products]

User:   "Compare the top 3"
Agent:  [calls compare_prices → side-by-side with best-value pick]

Tutorials

Tools

ToolDescription
search_productsSearch catalog by keyword, category, price, region
get_productFull product details by ID (prices, specs, images)
compare_pricesSide-by-side comparison of 2–5 products
get_priceCurrent prices across all merchants for one product
get_affiliate_linkClick-tracked affiliate URL for a product
get_catalogAvailable product category taxonomy

Use Cases

  • AI agents — search, compare, and recommend products across Singapore, SEA, and US markets in real time
  • Developers — add cross-border shopping capability to any MCP-compatible app with zero API integration
  • Price comparison — get multi-market pricing in a single query across Lazada, Shopee, Amazon, and local retailers

Quick Setup

Claude Desktop

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "buywhere": {
      "command": "npx",
      "args": ["-y", "@buywhere/mcp-server"],
      "env": { "BUYWHERE_API_KEY": "bw_live_xxxx" }
    }
  }
}

Cursor / VS Code / Cline

Same config — add to your MCP settings file:

{
  "mcpServers": {
    "buywhere": {
      "command": "npx",
      "args": ["-y", "@buywhere/mcp-server"],
      "env": { "BUYWHERE_API_KEY": "bw_live_xxxx" }
    }
  }
}

Configuration

VariableDefaultDescription
BUYWHERE_API_KEY(required)API key from buywhere.ai/api-keys
BUYWHERE_API_URLhttps://api.buywhere.ai/mcpCustom API base URL

Development

git clone https://github.com/BuyWhere/buywhere-mcp.git
cd buywhere-mcp
npm install
npm run build
npm start

Why BuyWhere?

The first agent-native cross-border product catalog API. 50M+ products indexed from 3,700+ retailers across Singapore, Southeast Asia, and US markets — all through a single MCP server.

  • 50M+ products — across 6 markets, all categories
  • Agent-native — built for Model Context Protocol from day one
  • Real-time pricing — live prices and availability from Lazada, Shopee, Amazon, and local retailers
  • Developer-firstnpx @buywhere/mcp-server, no SDK needed
  • Trusted — serving 100K+ queries/month to 100+ AI agent developers

A2A Protocol

BuyWhere also supports the Agent-to-Agent (A2A) protocol for multi-agent task delegation. View our Agent Card at /.well-known/agent.json.

Contributing

See CONTRIBUTING.md for how to report issues, submit PRs, and suggest features.

Support

If you find this project useful:

  • Star the repo — it helps others discover BuyWhere
  • 🐛 Open an issue for bugs or feature requests
  • 💬 Start a discussion for questions or ideas
  • 📣 Share it with other developers who build AI agent tools

License

MIT

Keywords

buywhere

FAQs

Package last updated on 06 May 2026

Related posts