MCP Quickstart
Connect Cite42 to Claude Code, Claude Desktop, Codex CLI, Codex Desktop, Cursor, Claude.ai, or ChatGPT over MCP. Ask in plain English across 26 tools for live market data, tracker lifecycle, and stored run history.
Pick your environment
The fastest path is MCP: one setup and your agent can call the API directly. Choose Claude Code, Claude Desktop, Codex CLI, Codex Desktop, Cursor, Claude.ai, or ChatGPT. For environments that don't speak MCP, use the REST API.
- Get your API key
Create a Cite42 account or log in.
Open the API keys page and create a key. 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 26 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 among 26 Cite42 tools, including free tracker management and history reads plus billed scheduled, manual, and live-data calls.
"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).