← wem3.ai

INDIVIDUAL MCP TOOL

compare_products

Compare 2-5 products side by side.

wem3.ainone authenticationAvailability not checked

LIVE ENDPOINT

https://wem3.ai/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for compare_products and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

wem3.ai

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.wem-marketplace]
url = "https://wem3.ai/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "wem-marketplace": {
      "type": "http",
      "url": "https://wem3.ai/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: wem-marketplace
Remote MCP URL: https://wem3.ai/api/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": {
    "wem-marketplace": {
      "url": "https://wem3.ai/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "wem-marketplace": {
      "type": "http",
      "url": "https://wem3.ai/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "wem-marketplace",
  "transport": "streamable-http",
  "url": "https://wem3.ai/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • search_products — Search for products across all connected marketplaces (eBay, Amazon, Awin merchants, etc.
  • semantic_search — Search for products using natural language descriptions.
  • get_product — Get full details for a specific product by its provider and ID.
  • find_best_deal — Find the single best product matching constraints.
  • compare_offers — Exact multi-retailer offers for one product from WEM's own catalogue, cheapest first, with a 90-day price-history low.
  • get_categories — Get available product categories and the approximate price range for each.