Model Context Protocol Documentation
Integrate Rankora's AEO and GEO optimization tools directly into your AI-powered editor. Works with Cursor, Windsurf, Claude Desktop, and any MCP-compatible client.
Sign up at rankora.online and go to Developer Settings to generate your API key.
Paste the configuration below into your MCP client settings file.
Ask your AI assistant to "run an AEO audit on example.com" — that's it!
{
"mcpServers": {
"rankora-aeo": {
"command": "node",
"args": [
"-e",
"fetch('https://rankora.online/mcp-client.js').then(r=>r.text()).then(eval)"
],
"env": {
"RANKORA_API_KEY": "YOUR_API_KEY_HERE"
}
}
}
}📍 Config file locations: Cursor: .cursor/mcp.json • Claude Desktop: claude_desktop_config.json • Windsurf: .windsurf/mcp.json • Antigravity: .gemini/antigravity/mcp_config.json
Cursor / Claude Desktop / Windsurf sends JSON-RPC via stdin
mcp-client.js translates stdio ↔ HTTPS and forwards to the API
Netlify serverless function at /api/mcp processes tools and returns results
rankora.online/api/mcpx-rankora-api-key header50
credits/month
$0
200
credits/month
$9/mo
1,000
credits/month
$29/mo
∞
credits/month
$49/mo
Built by the Rankora Team • rankora.online