01
Create an access key
Sign up, choose the workspace you want to track, and copy your organization access key.
For in-house teams
Run rank tracking, keyword research, backlinks, and audits from one API, and add AI visibility across ChatGPT, Claude, Gemini, and Perplexity in the same place.
No credit card required.Track visibility across
In-house teams want the whole SEO stack plus AI visibility, without expensive per-seat licenses or API access locked behind a top plan. Trackee gives you rank tracking, keyword research, backlinks, and audits on one API, so you own your data and automate the busywork.
Rank tracking, keyword research, backlinks, and on-page audits, all from one API and one credit pool.
See how ChatGPT, Claude, Gemini, and Perplexity answer for your terms, right beside your Google data.
Add the whole team without buying a license for each person. Pay for the work, not the seats.
Pull data into your own dashboards and jobs from day one, not just once you hit the top tier.
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 expense management tool",
"engines": ["chatgpt", "claude", "gemini", "perplexity"]
}'{
"brand": "Acme",
"prompt": "best expense management tool",
"mentioned_in": ["chatgpt", "claude"],
"summary": {
"coverage_pct": 50,
"avg_position": 2,
"share_of_voice": 28,
"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"}'Yes. Rank tracking, keyword research, backlinks, and audits all run through the same API. Start with rank tracking.
No. The API is available on every plan, including the free tier, so you can automate from day one. See pricing.
Yes. Google data and AI answers live in the same place, so you can pair rankings with AI visibility monitoring.
Call the REST API, use the hosted MCP, or the coding skill, and pull clean JSON into your dashboards. See the API docs.