Rank Prompt MCP Server: Connect Claude Code & Cursor
Give your AI agent your AEO data
Connect Claude Code, Cursor, or any MCP client over OAuth. Your agent reads your visibility reports and citations across ChatGPT, Perplexity, Google AI Mode, Claude, Gemini, and Grok, runs new reports, and ships the fixes, all from your answer engine optimization (AEO) data, without leaving the tools you already work in.
OAuth 2.1 No key to paste Works with any MCP client
How it works
A remote server, not a local script
The Rank Prompt MCP server is hosted, so there is nothing to clone, install, or keep running. Your client connects to one URL over Streamable HTTP and authenticates in the browser.
In Claude Code you run /mcp and sign in over OAuth: no API key to copy, paste, or rotate. Clients without an OAuth flow can fall back to a pass-through key from the Developers page.
Connect in 30 seconds
Pick your client, copy the snippet, then approve access in the browser.
TerminalbashCopy
claude mcp add --transport http --scope user rankprompt https://mcp.rankprompt.com/mcp
Run the command, then /mcp to sign in over OAuth. No key to paste.
Tools
Twenty tools, split by what they touch
Read-only by default. The write tools are explicit, and the generic read, write, and delete tools reach any /v1 endpoint, so the agent can do anything the API can as it grows.
Discover
4 tools
rankprompt_primerankprompt_schemarankprompt_skills_listrankprompt_skills_read
Read
8 tools
rankprompt_list_brandsrankprompt_get_brand_factsrankprompt_list_reportsrankprompt_get_reportrankprompt_get_report_summaryrankprompt_list_citationsrankprompt_get_jobrankprompt_read
Build
writes
4 tools
rankprompt_research_brandrankprompt_create_reportrankprompt_add_promptsrankprompt_create_schedule
Act
writes
4 tools
rankprompt_run_reportrankprompt_audit_pagesrankprompt_writerankprompt_delete
Agentic AEO
What you can ask your agent to do
Once connected, these are plain prompts. The agent picks the tools and runs the loop.
recipe 1
Pull my latest visibility report and implement the top 3 fixes.
recipe 2
Draft outreach for the highest-scoring domains that don't link to us yet.
recipe 3
Run a new report, wait for it, and open a PR with the changes.
Trust
Built to connect safely
Standard OAuth, scoped access, and encrypted credentials, on the same hardened infrastructure as the rest of the platform.
FAQ
What is the Model Context Protocol (MCP)?
MCP is an open standard for connecting AI assistants to external tools and data. The Rank Prompt MCP server exposes your AI visibility data, your brands, reports, and citations, as tools that any MCP client can call.
Which clients can connect?
Any MCP client that supports remote Streamable HTTP servers, including Claude Code, Cursor, and Claude Desktop. Point the client at https://mcp.rankprompt.com/mcp and authenticate over OAuth.