MCP Server
Connect Trakkr to ChatGPT, Claude, Claude Code, Cursor, VS Code, Codex, and other MCP-compatible AI assistants. Query your visibility data conversationally - no code required.
What is MCP?
The Model Context Protocol is an open standard that lets AI assistants connect to external tools. Once Trakkr is connected, you ask questions in plain English and your assistant calls the right tools behind the scenes - backed by live data from your account.
Get connected
Pick your AI assistant - the install steps and code panel update to match. Claude uses the hosted connector at https://api.trakkr.ai/mcp; developer tools use the local setup shown in the code panel. ChatGPT support is coming soon.
- 1Get your connect token
Generate an MCP connect token from Settings → Developer. Tokens start with
mcp_connect_and are shown once.MCP access is included on every paid plan. The direct REST API andsk_live_keys remain Scale-only. - 2Create the Claude connector
Copy
Claude MCP docshttps://api.trakkr.ai/mcpinto Claude's connector setup. When Claude opens the Trakkr authorization page, paste your MCP connect token there. - 3Restart and ask away
Finish the Claude connection flow, then open a new chat. Try one of the prompts below to verify everything works.
Keep your connect token out of source control. Don't commit config files containing your token - add them to .gitignore or use your client's secret-input pattern.
What you can ask
Your assistant picks the right tools automatically. Some prompts to try:
For multi-step queries, your assistant chains tools together - e.g. fetching your brand ID, then pulling scores, then comparing against a competitor - all in one turn.
Available tools
62 tools across 12 groups. Each maps to an endpoint in the Trakkr API. Open a group to see parameters and views.
Troubleshooting
Package
Code example
Add Trakkr as a custom connector in Claude, then paste your MCP connect token when prompted.
- 1In Claude, open Customize > Connectors.
- 2Choose Add custom connector and use https://api.trakkr.ai/mcp as the remote MCP server URL.
- 3Click Connect, then paste your MCP connect token on the Trakkr authorization page when Claude prompts you.
