DEV Community

BuyWhere
BuyWhere

Posted on

BuyWhere MCP now listed on MCP Servers

If you're building a shopping agent in 2026, you've probably noticed the directory walls are starting to matter less than the protocol behind them.

BuyWhere is now listed on MCP Servers (mcpservers.org) — alongside the other agentic commerce servers the MCP community is collecting.

MCP Servers makes it easy to connect an MCP server to your workflow in minutes. The listing page shows tool signatures, configuration snippets, and usage examples, so you can wire in BuyWhere without hunting through docs.

Why this matters for builders:

  • One endpoint. Point your client at https://mcp.buywhere.ai/mcp. Works with Claude, GPT, LangChain, raw tool loops.
  • Live cross-merchant catalog, not a feed. Millions of products across Shopee, Lazada, Amazon, and 870K+ other merchants, refreshed hourly.
  • 13 MCP tools out of the box, including v2 variants: search_products, get_product, compare_products, find_best_price, get_deals, list_categories, find_similar, ingest_products — plus _v2 versions of the core five with region-aware parameters.

Quick taste:

{
  "method": "tools/call",
  "params": {
    "name": "search_products_v2",
    "arguments": { "q": "laptop", "deliver_to": "US", "limit": 3 }
  }
}
Enter fullscreen mode Exit fullscreen mode

That call was verified against the live server during the listing review — 3 real results, no hallucination.

Try the server, then go poke the listing:
https://mcpservers.org/servers/buywhere

We'll keep updating the catalog and the registry entry as the protocol evolves.

Top comments (0)