Skip to main content

Workflow

See how AI answers talk about your brand

Run your real prompts across ChatGPT, Claude, Gemini, and Perplexity and get back whether you were mentioned, where you ranked, and who showed up instead.

No credit card required.

Track visibility across

  • ChatGPT
  • Claude
  • Gemini
  • Grok
  • Perplexity
  • Google

People ask AI assistants for recommendations before they ever reach Google. Trackee checks those answers on a schedule, so you know when you appear, when you slip, and which competitors are taking the mention.

How Trackee helps

Every major engine

One call runs the same prompt across ChatGPT, Claude, Gemini, and Perplexity, plus Google AI Overviews.

Mentions and position

Know whether the answer named you, where you landed, and which competitors it named alongside you.

Citations and sources

See the pages each engine cited, so you know which content is actually feeding the answer.

Sentiment and share of voice

Track how each engine frames you and what slice of the answer you own versus rivals.

POST /v1/visibility

Check one prompt across every engine

Send a brand and a prompt, get back a clean per-engine breakdown.

POSTRequest
curl -X POST https://api.trackee.dev/v1/visibility \
  -H "x-access-key: YOUR_API_KEY" \
  -H "content-type: application/json" \
  -d '{
    "brand": "Acme",
    "prompt": "best project management software",
    "engines": ["chatgpt", "claude", "gemini", "perplexity"]
  }'
JSONResponse
{
  "brand": "Acme",
  "prompt": "best project management software",
  "mentioned_in": ["chatgpt", "perplexity"],
  "summary": {
    "coverage_pct": 50,
    "avg_position": 3,
    "share_of_voice": 22,
    "sentiment": "positive"
  }
}

What you get

Catch drops in AI visibility before they cost you traffic
Prove AI-search performance with real answer data
Find the prompts where competitors win and you don't
Schedule checks and get alerted when answers change

Live in three steps

From access key to your first result in minutes.

01

Create an access key

Sign up, choose the workspace you want to track, and copy your organization access key.

02

Send one request

Pass a brand, prompt, or keyword to one endpoint. Trackee runs the check across search and AI.

03

Build with the results

Use structured visibility, citation, and competitor data in your product, agent, or dashboard.

Your agents already know how you rank

A first-party Claude Code skill, a hosted MCP server, and a plain REST API. All official, all maintained.

Agent skill

Add Trackee instructions to your coding agent so it can plan and run visibility checks directly.

terminal
npx skills add trackee
Read the docs

MCP server

Connect any MCP-compatible client to Trackee's hosted tools with one organization access key.

mcp.json
{
  "mcpServers": {
    "trackee": {
      "url": "https://mcp.trackee.dev/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_API_KEY"
      }
    }
  }
}
Read the docs

REST API

Call the same visibility data from your own agent, product, workflow, or server-side application.

terminal
curl -X POST https://api.trackee.dev/v1/visibility \
  -H "x-access-key: YOUR_API_KEY" \
  -H "content-type: application/json" \
  -d '{"brand":"Acme","prompt":"best project management software"}'
Read the docs

Frequently asked questions

Which AI engines can Trackee monitor?

ChatGPT, Claude, Gemini, and Perplexity, plus Google AI Overviews. You can run one or all of them per request. See the AI Visibility API for the full list.

How is this different from rank tracking?

Classic rank tracking watches Google's blue links. This watches what AI assistants actually say when someone asks for a recommendation. Trackee does both, so you can pair it with Google rank tracking.

Can I get alerted when my visibility changes?

Yes. Set up a tracker to re-run your prompts on a schedule, then use AI alerts to hear about drops or new competitors.

Do I need to build anything?

No. Use the no-code dashboard, or call the REST API, hosted MCP, or coding skill. Same data, whichever you prefer.

Start tracking your visibility today

Create a free account, grab an access key, and make your first call in minutes.
Start Tracking for Free

No credit card required.