Connect tracKeting to your AI assistant

Ask Claude, Cursor or your coding assistant about your boards in plain English — brand rankings, ads, follower growth and YouTube AI coverage — and get your real tracKeting numbers back, right in the chat. No exports, no spreadsheets.

Included on every paid tracKeting plan except Founder Basic. Your token only ever exposes the boards you subscribe to — nothing else. On Free or Founder Basic? See plans →

What it does

Once connected, you can just ask your assistant things like:

Not sure where to start? Just ask your assistant "what can I ask tracKeting?" — it will list example questions for the boards you have, numbered, and you can reply with a number. In Claude Desktop and Claude Code you can also type /tracketing to pick a ready-made question from a menu.

It answers using live data from your tracKeting account. Behind the scenes it can:

It's read-only — your assistant can look at the data, but it can't change anything in your account. And it only sees the boards you pay for: a Founders-only subscriber can't reach the AI Board tools, and vice-versa. Ask about a board that isn't on your plan and your assistant will say so and point you at plans — it won't quietly answer from a different board instead.

Connect it — pick your app

The apps split into two groups:

Chat assistants — just sign in

No token to copy. When you connect, a tracKeting sign-in window pops up — sign in and approve, and you're done. The connection is read-only and limited to the boards you subscribe to.

Claude (claude.ai, on the web)

1. Open Settings → Connectors, then Add custom connector.

2. Paste this address:

https://mcp.tracketing.com/mcp

3. Leave the optional "Client ID" and "Client Secret" boxes empty — you don't need them. Click Add.

4. Find tracKeting in the list, click Connect, sign in when the window pops up, and press Authorize. Done — it now appears as a tool in your chats.

Official setup docs ↗

ChatGPT

1. In Settings, turn on Developer mode (it lives under "Connectors" or "Apps" — use the settings search if you don't see it).

2. Open Settings → Connectors, choose Create, and paste the address:

https://mcp.tracketing.com/mcp

3. For authentication choose OAuth and leave any client-ID / client-secret boxes empty, then Create and sign in when prompted.

Needs a paid ChatGPT plan and works on the web (not the mobile app). Official setup docs ↗

Claude Desktop (the Mac / Windows app)

1. Open Settings → Connectors, then Add custom connector.

2. Enter the address (name it tracketing):

https://mcp.tracketing.com/mcp

3. Leave the Advanced (Client ID / Secret) boxes empty, click Add, then Connect → sign in → Authorize.

Same sign-in as claude.ai — no token needed. Official setup docs ↗

Coding tools & editors — paste your token

Each of these uses the same token from your account page. Generate one (you see it once — it starts trk_live_), then swap it in below wherever it says YOUR_TOKEN.

Claude Code (the terminal app)

Paste this into your terminal, with your token in place of YOUR_TOKEN:

claude mcp add --transport http tracketing https://mcp.tracketing.com/mcp --scope user --header "Authorization: Bearer YOUR_TOKEN"

Then open a new Claude Code session. Claude Code connects its MCP servers when a session starts — so run the command first, then start a fresh claude session and the tracKeting tools appear right away. If you added it while a session was already running, that session won't see it until you restart. (--scope user makes it available in all your projects from then on — leave it off and it only works in the current folder.)

Your account page shows this exact command with your token already filled in. Official setup docs ↗

Cursor

Open Settings → Tools & MCP → New MCP Server (or edit ~/.cursor/mcp.json) and add:

{
  "mcpServers": {
    "tracketing": {
      "url": "https://mcp.tracketing.com/mcp",
      "headers": { "Authorization": "Bearer YOUR_TOKEN" }
    }
  }
}

Save, and tracKeting shows up in Cursor's tools list. Official setup docs ↗

VS Code (with GitHub Copilot)

Press Ctrl/Cmd+Shift+P, run MCP: Open User Configuration, and add this (note the top-level word is servers):

{
  "servers": {
    "tracketing": {
      "type": "http",
      "url": "https://mcp.tracketing.com/mcp",
      "headers": { "Authorization": "Bearer YOUR_TOKEN" }
    }
  }
}

MCP tools run in Copilot's chat / agent view. Official setup docs ↗

Codex (OpenAI's terminal app)

1. Put your token in an environment variable named TRK_MCP_TOKEN — on macOS/Linux export TRK_MCP_TOKEN="YOUR_TOKEN", on Windows setx TRK_MCP_TOKEN "YOUR_TOKEN" (then open a new terminal).

2. Add the server:

codex mcp add tracketing --url https://mcp.tracketing.com/mcp --bearer-token-env-var TRK_MCP_TOKEN

Needs a recent Codex — run codex --version, and update with npm i -g @openai/codex@latest if --url isn't recognised. Official setup docs ↗

Gemini CLI

Add the server with your token (run in your terminal):

gemini mcp add --transport http --header "Authorization: Bearer YOUR_TOKEN" tracketing https://mcp.tracketing.com/mcp

Or add it straight to your settings file (~/.gemini/settings.json, or .gemini/settings.json in your project):

{
  "mcpServers": {
    "tracketing": {
      "httpUrl": "https://mcp.tracketing.com/mcp",
      "headers": { "Authorization": "Bearer YOUR_TOKEN" }
    }
  }
}

Note the field is httpUrl (not url) — that's the HTTP-streaming transport tracKeting uses. Run /mcp inside Gemini CLI to confirm it connected. Official setup docs ↗

Windsurf (now called Devin Desktop)

Open the MCP panel (the MCPs icon in Cascade, or Settings → Cascade → MCP Servers), edit the config file, and add:

{
  "mcpServers": {
    "tracketing": {
      "serverUrl": "https://mcp.tracketing.com/mcp",
      "headers": { "Authorization": "Bearer YOUR_TOKEN" }
    }
  }
}

Note the key here is serverUrl. Official setup docs ↗

Cline (the VS Code extension)

Click the MCP Servers icon → Configure MCP Servers (this opens the settings file), and add:

{
  "mcpServers": {
    "tracketing": {
      "type": "streamableHttp",
      "url": "https://mcp.tracketing.com/mcp",
      "headers": { "Authorization": "Bearer YOUR_TOKEN" }
    }
  }
}

Use the settings file, not the simple "Remote Servers" box — that box has no place for your token. Official setup docs ↗

Zed

Open your settings (Ctrl/Cmd+, or run zed: open settings) and add:

{
  "context_servers": {
    "tracketing": {
      "url": "https://mcp.tracketing.com/mcp",
      "headers": { "Authorization": "Bearer YOUR_TOKEN" }
    }
  }
}

Zed calls MCP servers "context servers." A green dot next to tracketing in Settings → AI → MCP Servers means it connected. Official setup docs ↗

Getting the numbers right

Your assistant already knows these tips, but they're worth knowing yourself:

Limits & what the messages mean

To keep things fair and fast, each account can pull:

If you hit a limit, your assistant will show one of these — they're normal, not errors:

MessageWhat it means
Daily row limit reached (3000). Resets at 00:00 UTC.You've pulled your data for today. It resets at midnight UTC.
Daily call limit reached (300). Resets at 00:00 UTC.You've made your requests for today. Resets at midnight UTC.
Rate limit: max 20 calls/minute…You went a little fast — wait a few seconds and try again.
Daily limit for detailed post/ad rows reached (1500 rows)…You've used today's allowance for individual posts and ads. Totals, rankings and trends still work.
Detailed post and ad lookups cannot start before 1 January 2025…You asked for a stretch that starts earlier than we accept. Ask again from January 2025 onwards.

What's covered

Four boards — the AI Board (AI brands), the Founders Board (indie founders), YouTube AI coverage, and Geneva real estate — across six social platforms (X, LinkedIn, YouTube, Instagram, TikTok, Facebook), month by month over the last 12 months. You'll only ever see the boards your subscription includes.

Stuck? Email support@tracketing.com or head to your account page.