- Developers
- Guides
- MCP Integration
MCP Setup
Connect your Ranked AI account to AI tools via MCP
Install the Ranked AI skill
Install our documentation skill so your AI tools have full context on the Ranked AI API:
npx skills add https://www.ranked.ai
ChatGPT
- Open ChatGPT Settings > Connected Apps
- Search for Ranked AI and click Connect
- Sign in with your Ranked AI account to authorize access
- Start asking about your SEO data in any ChatGPT conversation
Example prompts
How are my keyword rankings doing this month?What's my AI visibility across all models?Show me my latest audit resultsClaude
- Open Settings > Connectors (claude.ai or Claude Desktop)
- Click Add custom connector
- Enter
https://app.ranked.ai/api/mcpas the server URL - Sign in with your Ranked AI account when prompted
Cursor
- Open Cursor Settings > MCP
- Add a new MCP server with URL:
https://app.ranked.ai/api/mcp - Authenticate when prompted
Server URL
The MCP endpoint is:
https://app.ranked.ai/api/mcpThe previous URL, https://app.ranked.ai/api/mcp/sse, keeps working forever — existing connections don't need to change. Use /api/mcp for new setups.
The server supports Streamable HTTP and the stateless 2026-07-28 MCP revision, and negotiates the protocol version your client requests.
Authentication
The MCP integration uses OAuth 2.0 with authorization code flow. When you first connect, you'll be redirected to sign in with your Ranked AI account. Access tokens are automatically refreshed.
- Access tokens expire after 30 days
- Refresh tokens last 1 year
- Scopes:
read:projects,read:keywords,read:audits,read:backlinks,read:content,read:ai
This page is also available as markdown for AI agents, and the whole reference as an OpenAPI spec. Questions? Developer support.