← Registry

eCommerce

buywhere.ai

Provides product search, details, comparison, deals, and category listing for the BuyWhere catalog.

2 endpoints26 known toolsFirst detected May 17, 2026Last detected September 6, 2026

ENDPOINT 1

https://mcp.buywhere.ai/mcp

No auth detected

MCP server metadata

Name
buywhere-catalog
Version
1.0.0
Capabilities
tools

Known tools 13

search_products

Search the BuyWhere product catalog by keyword.

Inferred read-only
get_product

Get a specific product by its ID, including full details and current price.

Inferred read-only
compare_products

Compare multiple products side-by-side.

Inferred read-only
get_deals

Get discounted products sorted by discount percentage.

Inferred read-only
list_categories

List top-level product categories available in the BuyWhere catalog.

Inferred read-only
find_best_price

Use 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-only
find_similar

Find products similar to a given product using vector similarity.

Inferred read-only
ingest_products

Ingest (upsert) a batch of products into the BuyWhere catalog.

Inferred read-only
search_products_v2

REQUIRED deliver_to.

Inferred read-only
get_product_v2

REQUIRED deliver_to.

Inferred read-only
compare_products_v2

REQUIRED deliver_to.

Inferred read-only
get_deals_v2

REQUIRED deliver_to.

Inferred read-only
find_best_price_v2

REQUIRED deliver_to.

Inferred read-only

CONNECT 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

No auth detected

MCP server metadata

Name
buywhere-catalog
Version
1.0.0
Capabilities
tools

Known tools 13

search_products

Search the BuyWhere product catalog by keyword.

Inferred read-only
get_product

Get a specific product by its ID, including full details and current price.

Inferred read-only
compare_products

Compare multiple products side-by-side.

Inferred read-only
get_deals

Get discounted products sorted by discount percentage.

Inferred read-only
list_categories

List top-level product categories available in the BuyWhere catalog.

Inferred read-only
find_best_price

Use 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-only
find_similar

Find products similar to a given product using vector similarity.

Inferred read-only
ingest_products

Ingest (upsert) a batch of products into the BuyWhere catalog.

Inferred read-only
search_products_v2

REQUIRED deliver_to.

Inferred read-only
get_product_v2

REQUIRED deliver_to.

Inferred read-only
compare_products_v2

REQUIRED deliver_to.

Inferred read-only
get_deals_v2

REQUIRED deliver_to.

Inferred read-only
find_best_price_v2

REQUIRED deliver_to.

Inferred read-only

CONNECT 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.

Trust status Neutral

buywhere.ai is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.