Set up AI SEO Tracker in your agent, then run one real job.
You need:
- An AI SEO Tracker account with at least one project that has finished a scan
- An MCP client (Cursor, Claude Code, Claude, Grok, ChatGPT, and similar)
There are no static API keys. Auth is browser OAuth from the MCP client.
Fastest path: fetch Setup
Agents can load MCP steps, tool order, and rules from one file:
Fetch https://aiseotracker.com/SKILL.md and follow it to connect AI SEO Tracker MCP and summarize my AI visibility for [your-domain.com].
Full reference: Setup.
1. Create a project
Sign in, create a project, wait until prompts and sources exist. Empty tool results with dataStatus: "no_data" mean the scan has not landed. That is expected, not a broken connection.
Open Settings → Agent at /p/{projectSlug}/settings/agent. Copy the config shown for your client.
2. Add the MCP server
Production URL:
https://aiseotracker.com/api/agent/mcp
Prefer the URL from Agent settings so local and custom domains stay correct. Do not add an Authorization header.
Cursor
Save as .cursor/mcp.json in the repo (or Settings → MCP):
{
"mcpServers": {
"aiseotracker": {
"url": "https://aiseotracker.com/api/agent/mcp"
}
}
}
Reload the window. Settings → MCP → Connect next to aiseotracker. Sign in and Allow.
Claude Code
claude mcp add --transport http aiseotracker https://aiseotracker.com/api/agent/mcp
Restart if the server does not appear. Approve OAuth in the browser.
Claude, Grok, ChatGPT
Add a custom MCP / connector with only the URL. Connect, then sign in and Allow.
The first request without a token is 401 with agent_auth_required. That is how the client discovers OAuth. Details: .