For AI assistants

Add WEM Price Compare to your AI assistant

WEM Price Compare is available as an MCP server and as a plain REST API. One URL gives Claude, ChatGPT, Gemini, Perplexity, Grok, Le Chat — any assistant that can call a tool — multi-retailer price comparison. Free, no account, and your assistant explains the results instead of a widget.

https://wem3.ai/api/mcp

No MCP? Import https://wem3.ai/api/openapi.json and call https://wem3.ai/api/agent/products. Same tools, same limits.

Set-up by assistant

Claude (claude.ai / desktop)

  1. Settings → Connectors → Add custom connector
  2. Paste https://wem3.ai/api/mcp and save. Leave OAuth blank.
  3. Ask: "Using WEM Price Compare, what does AirPods Pro 2 cost across retailers?"

ChatGPT (Custom GPT Actions)

  1. Create a GPT → Configure → Actions → Import from URL
  2. Schema URL: https://wem3.ai/api/openapi.json
  3. Authentication: None. Then ask the GPT to compare a product.

Gemini CLI

  1. gemini extensions install https://github.com/TonyXhufi/wem-gemini-extension
  2. Then use /wem:compare <product> or /wem:deal <product>

Gemini (function calling / AI Studio)

  1. Import https://wem3.ai/api/openapi.json as a function-calling tool, or POST https://wem3.ai/api/agent/products
  2. Body: { "tool": "search_products", "input": { "query": "AirPods Pro" } }

Perplexity (Pro/Max/Enterprise)

  1. Settings → Connectors → Add connector → Custom
  2. Server URL: https://wem3.ai/api/mcp

Grok

  1. grok.com/connectors → New connector → Custom
  2. Server URL: https://wem3.ai/api/mcp

Mistral Le Chat

  1. Intelligence → Connectors → Custom MCP Connector
  2. Server URL: https://wem3.ai/api/mcp

Any other MCP client

  1. { "mcpServers": { "wem": { "url": "https://wem3.ai/api/mcp" } } }

LangChain, n8n, Zapier, or any OpenAPI importer

  1. Import https://wem3.ai/api/openapi.json
  2. POST https://wem3.ai/api/agent/products with { "tool": "<name>", "input": { … } }

Assistant UIs move fast — if a menu path above has drifted, the constant is the server URL. Anything that accepts a remote MCP server can use it.

Read-only, no account

A handful of read-only lookup tools, nothing else. The server cannot buy anything, holds no payment details, and needs no sign-up.

Barcode-first matching

Give it an EAN/UPC or a wem3.ai/pl link and it answers from WEM’s own product catalogue — exact identity, 90-day price-history low, no title guessing.

Honest links and prices

Prices are indicative snapshots, and the retailer sets the final price. Outbound links carry a disclosed affiliate tag; checkout always completes on the retailer.