AI SEO Tracker MCP is a Streamable HTTP server. After OAuth, the agent can read the same visibility data you see in the product, and add prompts the user asked to track.
Full agent onboarding lives in Setup at /SKILL.md. Fetch that file before quoting URLs or tool order from memory.
MCP URL (production):
https://aiseotracker.com/api/agent/mcp
Always prefer the URL from Settings → Agent. Local and custom domains stay correct that way.
Use an MCP client. A browser GET returns an HTML help page, not JSON-RPC.
How it works
- You add the URL in the client. No token in the file.
- The client POSTs without
Authorization. - The server returns 401 plus
agent_auth_requiredand OAuth metadata. - The client opens a browser. You sign in and Allow.
Cursor-family clients register cursor://anysphere.cursor-mcp/oauth/callback. Dynamic client registration treats that as a native public client (PKCE). HTTPS browser callbacks stay web.
5. Later calls send a Bearer token. Tools run as you.
Access matches the website: if you cannot open a project in the UI, MCP cannot read or add prompts there. The session is account-wide, even though you copied the URL from one project.
Config
{
"mcpServers": {
"aiseotracker": {
"url": "https://aiseotracker.com/api/agent/mcp"
}
}
}
Client-specific steps: Get started.
Call order
aiseo_list_projectsto getprojectSlug.- If a scan may still be running, call
aiseo_get_scan. - Then
aiseo_list_prompts,aiseo_list_sources,aiseo_list_snippets,aiseo_list_competitorsas needed. aiseo_add_promptsonly for queries the user asked to track.