MCP Quickstart
Connect Cite42 to Claude Code, Cursor, Codex, ChatGPT, or Claude.ai over MCP. Get a key, connect your app, and ask in plain English. Your agent queries ChatGPT, Claude, Perplexity, and Gemini and hands back structured JSON.
You'll need an API key and a little credit to make live calls. Grab a key from the dashboard and top up ($25 minimum). New accounts get $1 free, and credits never expire. You only pay per call.
Pick your environment
The fastest path is MCP: one line and your agent can call the API directly. MCP works in Claude Code, Cursor, Codex, and any client that speaks it; for environments that don't, call the REST API.
- Get your API key
Create a key on the API keys page — it's shown once, so copy it now. You'll paste it into the command below as
CITE42_API_KEY. - Add the MCP server
Run this in your terminal. Swap in your key, or set it as an env var.
$ claude mcp add cite42 -e CITE42_API_KEY=$CITE42_API_KEY -- npx -y @cite42/mcp
→ registers 7 tools · ~15 seconds
- Restart Claude Code
Quit and reopen so it picks up the new server. Verify with
/mcp; you should seecite42listed. - Ask in natural language
No code required. Your agent picks the right tool and fans out across the models.
"How do Attio, HubSpot and Folk rank in ChatGPT for "best CRM for SaaS"?"
Next steps
Tools · Credits · REST API (call any endpoint directly over HTTP).