Labsco
buywhere logo

Greetwell Travel Experiences

from buywhere

Greetwell curates authentic local experiences in over 500 destinations, and its MCP server lets you search, explore details, check availability, get complementary recommendations, and book activities.

๐Ÿ”ฅ๐Ÿ”ฅFreeQuick setup

BuyWhere MCP Server โ€” Product Search & Price Comparison for AI Agents

AI agents use BuyWhere to search products, compare prices, and discover deals across Singapore and US merchants in real time.

AI Agents: Use This Package To

  • Search products across Singapore, SEA, and US markets by keyword, category, or price range
  • Compare prices across Lazada, Shopee, Amazon, and local retailers in a single query
  • Find deals and track real-time pricing with multi-currency support
  • Build shopping agents that recommend, compare, and link to products programmatically
  • Discover product catalogs with structured taxonomy for any region

Build With BuyWhere Challenge โ€” $5,000 in Prizes

Join the "Build With BuyWhere" AI Agent Developer Challenge! Use the BuyWhere MCP server to create AI agents that search, compare, and recommend products across Singapore, SEA, and US markets.


Product search API for AI agents via Model Context Protocol. Built for AI agent commerce, not store management.

Official MCP Registry listing: io.github.BuyWhere/buywhere-mcp

Works with Claude Desktop, Cursor, VS Code Copilot, Cline, Windsurf, OpenCode, Codex, Continue.dev, and any MCP-compatible client. Also supports Agent-to-Agent (A2A) protocol.


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

From the Blog

Read the BuyWhere Engineering Blog for deep dives on MCP architecture, agent commerce, and the ecosystem.

Also follow the BuyWhere Hashnode blog mirror for the same engineering content on Hashnode.

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

  • Shopping agents โ€” build AI agents that search, compare, recommend products across markets
  • Price comparison โ€” multi-market pricing in a single query across Lazada, Shopee, Amazon, local retailers
  • Deal discovery โ€” find best-value products with real-time pricing and inventory
  • Ecommerce automation โ€” integrate product search into any MCP-compatible app
  • Cross-border commerce โ€” compare prices between Singapore, SEA, and US markets
  • Agent-to-Agent commerce โ€” delegate shopping tasks between agents via A2A protocol

Architecture

Developer's AI Agent (Claude, Cursor, etc.)
  โ”‚
  โ”œโ”€โ”€ MCP Protocol (stdio)
  โ”‚
  โ”œโ”€โ”€ @buywhere/mcp-server
  โ”‚     โ”œโ”€โ”€ search_products(q, category, min_price, max_price, country_code)
  โ”‚     โ”œโ”€โ”€ get_product(product_id)
  โ”‚     โ”œโ”€โ”€ compare_prices(product_ids[])
  โ”‚     โ”œโ”€โ”€ get_price(product_id)
  โ”‚     โ”œโ”€โ”€ get_affiliate_link(product_id, platform)
  โ”‚     โ””โ”€โ”€ get_catalog()
  โ”‚
  โ””โ”€โ”€ BuyWhere API (api.buywhere.ai)
        โ””โ”€โ”€ Product catalog across SG and US merchants

Development

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

Why BuyWhere?

BuyWhere is a product search API for AI agents. We aggregate product data from Singapore and US merchants into a single, agent-friendly interface โ€” no store management, no Shopify integration. Just search and compare products in real time.

  • One API โ€” all markets, all retailers
  • Agent-native โ€” built for MCP from day one
  • Real-time โ€” live pricing and availability
  • Developer-first โ€” no SDK needed, just add the server

Works Well With

These complementary MCP packages extend BuyWhere into powerful multi-tool workflows:

  • @modelcontextprotocol/server-filesystem โ€” Save shopping results and product research to your local filesystem. Combine with BuyWhere to export deal lists, price comparisons, and product specs as structured files.
  • @supabase/mcp-server-supabase โ€” Store favorite products, user preferences, and price alerts in Supabase. Persist shopping history across agent sessions.
  • n8n-mcp โ€” Automate price monitoring workflows. Build no-code pipelines that watch BuyWhere prices and trigger notifications on price drops.
  • tavily-mcp โ€” Research products before buying. Use Tavily to find reviews and comparisons, then use BuyWhere to get current prices and purchase links.
  • @playwright/mcp โ€” E2E test your shopping agent interactions. Verify that product search, price comparison, and checkout flows work correctly in browser automation.

Protocols

ProtocolSupport
MCP (Model Context Protocol)Full support โ€” 6 tools, stdio transport
A2A (Agent-to-Agent)Multi-agent task delegation โ€” Agent Card

From the Blog

Learn more about MCP servers and the BuyWhere ecosystem:

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