For AI assistants
Using Claude, ChatGPT or Codex? Add the advisor to your own AI assistant as an MCP connector — free, no sign-up. You'll need this address:
https://findoplus.com/mcp
Claude
- Open Settings → Connectors.
- Click Add custom connector, paste the address and confirm.
- Start a new chat and say what you're looking for.
ChatGPT
- On the web, open Settings → Apps → Advanced settings and turn on Developer mode (Plus, Pro, Business… plans).
- In Settings → Apps click Create, paste the address, set authentication to None.
- Enable it in a chat via + → Developer mode.
Codex
Add to ~/.codex/config.toml:
[mcp_servers.shop] url = "https://findoplus.com/mcp"
Gemini CLI
Add to ~/.gemini/settings.json:
{
"mcpServers": {
"shop": { "httpUrl": "https://findoplus.com/mcp" }
}
}The Gemini app doesn't support custom MCP connectors for personal accounts yet.