DEV Community

BuyWhere
BuyWhere

Posted on • Originally published at dev.to

BuyWhere MCP Quickstart: Give Your AI Agent Product Search in 1 Command

Want to give your AI agent product search capabilities? Here's how to set up BuyWhere MCP in one command.

Setup

Add this to your MCP client config:

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

Then restart your AI client. That's it.

What You Can Do

Once connected, your AI agent can:

  • Search productssearch_products with natural language queries across 2M+ products and 180+ categories
  • Find best pricescompare_prices across retailers to get the best deal
  • Discover dealsget_deals to find active discounts and promotions
  • Get product detailsget_product_details for full specs, reviews, and availability
  • Find nearby storesfind_nearby_stores for in-store inventory

Next Steps


BuyWhere — The Product Catalog API for AI Agents

Top comments (0)