MCP Connectors
Connect AEO Goal to Claude, Cursor, and other MCP-compatible AI tools.
Last updated August 31, 2026
AEO Goal exposes an MCP (Model Context Protocol) server that lets you connect your AI visibility data directly to Claude, Cursor, VS Code, and other MCP-compatible tools.
Server URL
https://mcp.aeogoal.com/mcp
That’s the only value you need. Authentication is OAuth in the browser - there is no static key to copy. The same URL is shown in the app under Settings → Connectors. (Older aeoranks.ai addresses are retired and won’t connect.)
Connecting Claude (web or desktop)
- In Claude, open Settings → Connectors → Add custom connector.
- Name it (e.g.
AEO Goal) and paste the URLhttps://mcp.aeogoal.com/mcp. - Click Connect - a browser window opens to sign in to AEO Goal.
- On the consent screen, grant the scopes you want (see below), then approve.
“AEO Goal” appears as a connected tool. See the full MCP Tools Reference for what you can ask.
Permissions (scopes)
You choose these on the consent screen:
platform:read- read brands, share-of-mind, citations, rankings, competitors.platform:write- add tracked prompts, keywords, and competitors.content:write- generate AEO/blog drafts (saved unpublished; nothing is auto-published).reports:read/reports:write- white-label reports (Enterprise plan).
Grant only what you need - you can reconnect later to add more. If a tool replies insufficient_scope, reconnect and grant the scope it names.
Connecting Cursor
Add the server to ~/.cursor/mcp.json:
{
"servers": {
"aeogoal": {
"url": "https://mcp.aeogoal.com/mcp"
}
}
}
Restart Cursor, then click Authenticate / Login on the AEO Goal server when prompted to complete the OAuth sign-in. The tools appear in the AI panel.
Rate limits
The MCP endpoint allows 120 requests per 60 seconds per connection. Heavy automated use may trigger rate limiting (HTTP 429); back off and retry after the Retry-After header duration.
Revoking access
Go to Settings → Connectors and click Disconnect on any connection to immediately revoke its access token.