
BuyWhere MCP Server
Connect an agent to BuyWhere so it can search millions of products across six markets when you prototype shopping assistants or affiliate flows.
Overview
BuyWhere MCP is a Build-phase MCP server that lets AI agents search 50M+ products across six markets for commerce and discovery workflows.
What is this MCP server?
- Search 50M+ products across 6 markets from agent tooling
- Open-source MCP server with npm @buywhere/mcp-server and remote HTTP endpoint
- Remote option: streamable-http at https://api.buywhere.ai/mcp
- stdio local package for Claude Code-style setups
- Built for AI agent commerce and product-discovery workflows
- 50M+ products indexed
- 6 markets supported
- Catalog MCP version 1.0.4; npm package line 0.3.7
Community signal: 3 GitHub stars.
What problem does it solve?
Building product-aware agents means hand-rolling retailer APIs and normalizing catalogs instead of shipping the assistant experience.
Who is it for?
Indie builders prototyping AI shopping assistants, deal finders, or market-research bots that need broad product search via MCP.
Skip if: Merchants who only need a single static Shopify catalog with no cross-market search, or apps that must not depend on third-party commerce APIs.
What do I get? / Deliverables
After connecting stdio or HTTP MCP, your agent can query BuyWhere product data in chat to prototype recommendations, comparisons, and shopping flows.
- Agent-callable product search across BuyWhere’s aggregated markets
- Prototype-ready commerce Q&A without custom scraper pipelines
- Choice of local stdio or hosted api.buywhere.ai/mcp transport
Recommended MCP Servers
Journey fit
Commerce MCP is built in the Integrations subphase when solo makers wire product search into agents, chat UIs, or automation prototypes. Integrations is the shelf because BuyWhere is an external commerce API exposed as MCP (stdio npm or hosted streamable-http), not storefront frontend code.
How it compares
Agent commerce search MCP, not a payment processor or full ecommerce platform skill.
Common Questions / FAQ
Who is BuyWhere MCP for?
Solo developers building MCP-enabled agents that need multi-market product search for prototypes, demos, or affiliate-style tools.
When should I use BuyWhere MCP?
Use it during validate research or build integrations when your agent must find and compare real products across several markets.
How do I add BuyWhere MCP to my agent?
Add @buywhere/mcp-server as a stdio MCP entry or configure the remote URL https://api.buywhere.ai/mcp for streamable-http, then restart your client.