DEV Community

BuyWhere
BuyWhere

Posted on

BuyWhere MCP now listed on Glama

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 Glama — alongside the other agentic commerce servers the MCP community is collecting.

Glama curates MCP servers by quality signal — the listing page surfaces tool inventory and a one-line capability summary, so you can see exactly what the server exposes before you wire it in.

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://glama.ai/mcp/servers/BuyWhere/buywhere-mcp

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

Top comments (0)