eCommerce
buywhere.ai
Provides product search, details, comparison, deals, and category listing for the BuyWhere catalog.
ENDPOINT 1
https://mcp.buywhere.ai/mcp
MCP server metadata
- Name
- buywhere-catalog
- Version
- 1.0.0
Known tools 13
get_productGet a specific product by its ID, including full details and current price.
Inferred read-onlylist_categoriesList top-level product categories available in the BuyWhere catalog.
Inferred read-onlyfind_best_priceUse this whenever a user asks about prices, wants to find the cheapest option, or asks "what's the best price for X" or "where can I buy X for the lowest price".
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.buywhere-catalog]
url = "https://mcp.buywhere.ai/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"buywhere-catalog": {
"type": "http",
"url": "https://mcp.buywhere.ai/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: buywhere-catalog
Remote MCP URL: https://mcp.buywhere.ai/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"buywhere-catalog": {
"url": "https://mcp.buywhere.ai/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"buywhere-catalog": {
"type": "http",
"url": "https://mcp.buywhere.ai/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "buywhere-catalog",
"transport": "streamable-http",
"url": "https://mcp.buywhere.ai/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 2
https://api.buywhere.ai/mcp
MCP server metadata
- Name
- buywhere-catalog
- Version
- 1.0.0
Known tools 13
get_productGet a specific product by its ID, including full details and current price.
Inferred read-onlylist_categoriesList top-level product categories available in the BuyWhere catalog.
Inferred read-onlyfind_best_priceUse this whenever a user asks about prices, wants to find the cheapest option, or asks "what's the best price for X" or "where can I buy X for the lowest price".
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.buywhere-catalog]
url = "https://api.buywhere.ai/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"buywhere-catalog": {
"type": "http",
"url": "https://api.buywhere.ai/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: buywhere-catalog
Remote MCP URL: https://api.buywhere.ai/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"buywhere-catalog": {
"url": "https://api.buywhere.ai/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"buywhere-catalog": {
"type": "http",
"url": "https://api.buywhere.ai/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "buywhere-catalog",
"transport": "streamable-http",
"url": "https://api.buywhere.ai/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for buywhere.ai was fetched 2026-07-27T08:37:24.882Z and is being refreshed.
buywhere.ai is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.