Rankry API Reference
Rankry offers programmatic access to your data through a read-only MCP (Model Context Protocol) server. There is no general REST API yet. This page explains what is available today and what is planned.
What this page covers
Section titled “What this page covers”- How to access Rankry data programmatically today
- The status of a REST API
- Available data exports
Programmatic access today
Section titled “Programmatic access today”The supported way to access your data programmatically is the Rankry MCP server. It lets Claude, ChatGPT, Cursor, n8n, and any other MCP client read your Score, Visibility, Sentiment, competitors, cited Sources, and Google Search Console data using a personal API key. It is read-only and scoped to your own account. See the MCP server page for setup and the full list of tools.
REST API status
Section titled “REST API status”There is no public REST API at this time. If you need a request-response HTTP API rather than an MCP connection, it is not yet available. When one is released, this page will document authentication, brand management, prompt tracking, report exports, and integrations. Until then, any third-party claims of a Rankry REST API should be treated as unverified.
Exports
Section titled “Exports”If you only need to move data out of Rankry, you can also use the built-in exports: reports export to CSV and JSON, and tasks export to Markdown, DOCX, and PDF.
Frequently asked questions
Section titled “Frequently asked questions”Can I access Rankry data programmatically?
Section titled “Can I access Rankry data programmatically?”Yes, through the Rankry MCP server. Connect an MCP client with a personal API key to read your data. For simple one-off exports, use the report and task exports instead.
Is there a REST API?
Section titled “Is there a REST API?”Not yet. The MCP server is the supported programmatic access method today. A REST API may follow, and it will be documented here when it is released.
Is the MCP server read-only?
Section titled “Is the MCP server read-only?”Yes. It only reads your data and cannot change your account, brands, prompts, or reports.