01
Create an access key
Sign up, choose the workspace you want to track, and copy your organization access key.
Workflow
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
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.
One call runs the same prompt across ChatGPT, Claude, Gemini, and Perplexity, plus Google AI Overviews.
Know whether the answer named you, where you landed, and which competitors it named alongside you.
See the pages each engine cited, so you know which content is actually feeding the answer.
Track how each engine frames you and what slice of the answer you own versus rivals.
POST /v1/visibility
Send a brand and a prompt, get back a clean per-engine breakdown.
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"]
}'{
"brand": "Acme",
"prompt": "best project management software",
"mentioned_in": ["chatgpt", "perplexity"],
"summary": {
"coverage_pct": 50,
"avg_position": 3,
"share_of_voice": 22,
"sentiment": "positive"
}
}From access key to your first result in minutes.
01
Sign up, choose the workspace you want to track, and copy your organization access key.
02
Pass a brand, prompt, or keyword to one endpoint. Trackee runs the check across search and AI.
03
Use structured visibility, citation, and competitor data in your product, agent, or dashboard.
A first-party Claude Code skill, a hosted MCP server, and a plain REST API. All official, all maintained.
Add Trackee instructions to your coding agent so it can plan and run visibility checks directly.
npx skills add trackeeConnect any MCP-compatible client to Trackee's hosted tools with one organization access key.
{
"mcpServers": {
"trackee": {
"url": "https://mcp.trackee.dev/mcp",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
}
}
}
}Call the same visibility data from your own agent, product, workflow, or server-side application.
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"}'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.
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.
Yes. Set up a tracker to re-run your prompts on a schedule, then use AI alerts to hear about drops or new competitors.
No. Use the no-code dashboard, or call the REST API, hosted MCP, or coding skill. Same data, whichever you prefer.