BuyWhere Product Catalog✓
ai.buywhere/catalog-api · v1.0.0
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "ai.buywhere/catalog-api",
"description": "Search 1.5M+ products across 20+ platforms. Compare prices, find deals, browse categories.",
"title": "BuyWhere Product Catalog",
"repository": {
"url": "https://github.com/BuyWhere/buywhere",
"source": "github"
},
"version": "1.0.0",
"remotes": [
{
"type": "streamable-http",
"url": "https://mcp.buywhere.ai/mcp",
"headers": [
{
"description": "Bearer token from https://api.buywhere.ai/v1/auth/register",
"isRequired": true,
"isSecret": true,
"name": "Authorization"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}