01
Create an access key
Sign up, choose the workspace you want to track, and copy your organization access key.
Workflow
Measure your share of voice against named competitors across ChatGPT, Claude, Gemini, Perplexity, and Google, and see exactly who gets recommended when you don't.
No credit card required.Track visibility across
Buyers compare a short list before they buy, and AI answers and Google both shape that list for them. Trackee shows how much of each answer you own versus your rivals, so you know where you are winning and where you are being left off.
Get a clear percentage for how much of each answer you own compared to the competitors you name.
Find out which competitors AI answers recommend and which domains Google names when you are left out.
Compare across ChatGPT, Claude, Gemini, and Perplexity plus Google, so you see the full picture in one call.
Spot the prompts and keywords where rivals lead, so you know exactly where to close the distance.
POST /v1/visibility
Send your brand, a prompt, and the competitors you care about, and get share of voice back for each.
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",
"competitors": ["Rival A", "Rival B"],
"engines": ["chatgpt", "claude", "gemini", "perplexity"]
}'{
"brand": "Acme",
"prompt": "best project management software",
"mentioned_in": ["chatgpt", "perplexity"],
"share_of_voice": 22,
"competitors": [
{ "name": "Rival A", "mentioned_in": ["chatgpt", "gemini", "perplexity"], "share_of_voice": 41 },
{ "name": "Rival B", "mentioned_in": ["gemini"], "share_of_voice": 18 }
]
}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"}'It runs your prompt across every engine, then scores how much of each answer names you versus the competitors you list. See the AI Visibility API for the response shape.
Yes. Pull the domains that show up alongside you with the SERP Competitors API, then dig into any one of them from there.
Start with a domain overview to size them up, then list every term they rank for with ranked keywords.
Both. Trackee compares you against rivals across ChatGPT, Claude, Gemini, Perplexity, and Google AI Overviews, which pairs well with AI visibility monitoring.