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/mcpNo 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)
- Settings → Connectors → Add custom connector
- Paste https://wem3.ai/api/mcp and save. Leave OAuth blank.
- Ask: "Using WEM Price Compare, what does AirPods Pro 2 cost across retailers?"
ChatGPT (Custom GPT Actions)
- Create a GPT → Configure → Actions → Import from URL
- Schema URL: https://wem3.ai/api/openapi.json
- Authentication: None. Then ask the GPT to compare a product.
Gemini CLI
- gemini extensions install https://github.com/TonyXhufi/wem-gemini-extension
- Then use /wem:compare <product> or /wem:deal <product>
Gemini (function calling / AI Studio)
- Import https://wem3.ai/api/openapi.json as a function-calling tool, or POST https://wem3.ai/api/agent/products
- Body: { "tool": "search_products", "input": { "query": "AirPods Pro" } }
Perplexity (Pro/Max/Enterprise)
- Settings → Connectors → Add connector → Custom
- Server URL: https://wem3.ai/api/mcp
Grok
- grok.com/connectors → New connector → Custom
- Server URL: https://wem3.ai/api/mcp
Mistral Le Chat
- Intelligence → Connectors → Custom MCP Connector
- Server URL: https://wem3.ai/api/mcp
Any other MCP client
- { "mcpServers": { "wem": { "url": "https://wem3.ai/api/mcp" } } }
LangChain, n8n, Zapier, or any OpenAPI importer
- Import https://wem3.ai/api/openapi.json
- 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.