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.
# add the remote Rank Prompt MCP server (--scope user = available in every project)
claude mcp add --transport http --scope user rankprompt https://mcp.rankprompt.com/mcp
# in Claude Code, run /mcp to sign in over OAuth
# no API key to paste Live at mcp.rankprompt.com/mcp
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.
- transport
- Streamable HTTP (remote)
- endpoint
- mcp.rankprompt.com/mcp
- auth
- OAuth 2.1 (browser) or API key
- clients
- Claude Code, Cursor, Claude Desktop, any MCP client
Connect in 30 seconds
Pick your client, copy the snippet, then approve access in the browser.
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.
{
"mcpServers": {
"rankprompt": {
"url": "https://mcp.rankprompt.com/mcp"
}
}
} Add to your Cursor MCP config, then approve the OAuth prompt in the browser.
{
"mcpServers": {
"rankprompt": {
"url": "https://mcp.rankprompt.com/mcp"
}
}
} Settings, Developer, Edit Config. Paste, restart Claude Desktop, then approve access.
{
"mcpServers": {
"rankprompt": {
"url": "https://mcp.rankprompt.com/mcp"
}
}
} Any MCP client with remote Streamable HTTP support. Point it at the URL and authenticate over OAuth, or paste a pass-through API key.
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
Orient the agent before it touches your data.
-
rankprompt_primeStart here: auth, the canonical loop, and your entitlement status.
-
rankprompt_schemaFind any /v1 endpoint by method, path, and summary.
-
rankprompt_skills_listList the built-in playbooks (workflow, prompts, scheduling, seo-aeo).
-
rankprompt_skills_readRead a playbook by name.
Read
Pull your visibility data, read-only.
-
rankprompt_list_brandsList your brands, newest first.
-
rankprompt_get_brand_factsA brand's researched facts (description, industry, value prop).
-
rankprompt_list_reportsA brand's reports, newest first.
-
rankprompt_get_reportFull report: prompts, per-platform results, and citations.
-
rankprompt_get_report_summaryVisibility score plus AI suggestions for a report.
-
rankprompt_list_citationsA brand's citations, filtered to the reachable ones.
-
rankprompt_get_jobPoll an async job until it completes.
-
rankprompt_readGeneric GET against any /v1 path.
Build
writesSet up brands, reports, and schedules.
-
rankprompt_research_brandResearch a brand's facts automatically (async, 1 credit).
-
rankprompt_create_reportCreate a draft report and pick the engines.
-
rankprompt_add_promptsSeed a report with prompts, or auto-generate them.
-
rankprompt_create_scheduleRe-measure a brand daily, weekly, or monthly.
Act
writesTrigger runs and write changes back.
-
rankprompt_run_reportTrigger an analysis run and get a job to poll.
-
rankprompt_audit_pagesSEO and AEO audit of a URL, list, or sitemap (1 credit each).
-
rankprompt_writeGeneric POST or PATCH against any /v1 path.
-
rankprompt_deleteGeneric DELETE against any /v1 path.
What you can ask your agent to do
Once connected, these are plain prompts. The agent picks the tools and runs the loop.
Pull my latest visibility report and implement the top 3 fixes.
tools
list_brands → get_report_summary → list_citations
Draft outreach for the highest-scoring domains that don't link to us yet.
tools
list_citations → read → write
Run a new report, wait for it, and open a PR with the changes.
tools
run_report → get_job → get_report_summary
Built to connect safely
Standard OAuth, scoped access, and encrypted credentials, on the same hardened infrastructure as the rest of the platform.
OAuth 2.1 + PKCE
Browser sign-in with PKCE (S256). No secrets in your shell history.
Dynamic registration
Clients register over DCR, then you approve access on a consent screen.
Scoped per-key access
Every call is bound to your key's scopes and brand restrictions.
Encrypted credentials
Stored credentials are encrypted at rest and revocable anytime.
Server-to-server
A hosted remote server. Browser CORS calls are blocked at the edge.
Plan
MCP access is included on every Starter plan and up, or on a standalone API plan. It is the same entitlement as the public /v1 API.
No OAuth flow in your client? Mint a pass-through key on the Developers page.
MCP questions
Everything teams ask before they connect an agent. Email us if your question isn't covered.
What is the Model Context Protocol (MCP)?
Do I have to paste an API key?
Is the MCP server secure?
How is the MCP server different from the public API?
Which clients can connect?
What can the agent actually do?
What plan do I need?
Is the MCP server live?
Still have questions? Contact our team
7-day free trial · 50 free prompts
Bring Rank Prompt into your agent
Start a free trial, connect over OAuth, and let your AI agent work from your real AI visibility data.