DEV Community

BuyWhere
BuyWhere

Posted on • Originally published at hashnode.com

How to Add Product Search to Your AI Agent with MCP

AI agents are great at reasoning, but they're blind without access to real-world data. If your agent can't search products, compare prices, or discover inventory, it's stuck in theory.

Enter @buywhere/mcp-server — a product search API built for AI agents via the Model Context Protocol.

What BuyWhere Does

BuyWhere gives your Claude, Cursor, or custom MCP agent access to:

  • 11M+ products across Singapore, Southeast Asia, and US markets
  • Multi-currency pricing with real-time comparison
  • Catalog search by keyword, category, or merchant
  • Cross-border discovery for global commerce agents

It's not a store management tool — it's an infrastructure layer for agent commerce.

Quick Start

# Install via npm
npm install @buywhere/mcp-server
Enter fullscreen mode Exit fullscreen mode

Add to your MCP client config:

{
  "mcpServers": {
    "buywhere": {
      "command": "npx",
      "args": ["-y", "@buywhere/mcp-server"]
    }
  }
}
Enter fullscreen mode Exit fullscreen mode

What Your Agent Can Do

Once connected, your agent can:

> Find me the best price on an iPhone 15 in Singapore
> Search for wireless earbuds under $50 USD
> Compare Nike running shoes across SEA merchants
> Show me what electronics are trending in the US market
Enter fullscreen mode Exit fullscreen mode

Why This Matters

Most "ecommerce MCP" servers manage stores (Shopify, WooCommerce, Magento). BuyWhere is different — it's a search layer for agents that need to discover and compare products, not manage inventory.

If you're building AI agents that need commerce capabilities, this is the missing piece.

Get Started

Top comments (0)