Rankability
Connect your AI assistant to Rankability for SEO research, AI visibility, content workflows, and saved audits through a hosted MCP server with OAuth.
Documentation
Rankability integrations
Connect your assistant or workflow to Rankability. Analyze client SEO and AI visibility evidence, research keywords, work with content, and review audits through the hosted MCP server and Agent API.
- MCP:
https://app.rankability.com/mcp(Streamable HTTP) - Agent API:
https://app.rankability.com/api/agent/v1 - Setup: MCP guide · API guide · Help Center
A Rankability account with API access is required. OAuth is preferred. Permissions and data access belong to the organization authorized at connection time. This repository contains public configuration, guidance, and read-only API starter examples; the hosted service is operated by Rankability.
Connect your assistant
Claude and other remote MCP clients
Add a custom remote connector with https://app.rankability.com/mcp, then complete Rankability OAuth. Review the organization and scopes on the consent screen. Plan and administrator settings can affect custom-connector availability.
Claude Code plugin
/plugin marketplace add gotchseo/rankability-integrations
/plugin install rankability@rankability
Use /mcp to authenticate the connection. The included rankability-seo skill guides evidence-backed workflows. This is Rankability's own marketplace; a public repository does not imply inclusion in a curated Claude directory.
Gemini CLI extension
gemini extensions install https://github.com/gotchseo/rankability-integrations
Restart Gemini CLI, then use /mcp auth rankability. The extension uses the existing hosted server and includes no local executable server or automatic hooks.
Cursor
Add the following to your MCP configuration and complete OAuth when prompted:
{"mcpServers":{"rankability":{"url":"https://app.rankability.com/mcp"}}}
This repository also includes .cursor-plugin/plugin.json and mcp.json for plugin distribution.
Codex
The package includes .codex-plugin/plugin.json for plugin distribution. You can also connect the hosted server directly:
codex mcp add rankability --url https://app.rankability.com/mcp
codex mcp login rankability
If your client requires an API key, use a scoped key stored in its supported secret configuration. Never commit the key. See authentication.
API and workflow starters
- Postman collection: usage, clients, Tracker summary, saved content, and saved audit reads.
- Read-only OpenAPI starter: a deliberately bounded subset of the Agent API; see the current API guide for the full contract.
- n8n saved Tracker summary: import, select an HTTP Header Auth credential, and run manually.
- API examples and automation recipes: HTTP examples for n8n, Make, and Zapier.
No credentials, sample customer responses, publishing actions, or paid scan requests are included. Read-only examples do not prove authentication or end-to-end behavior in every host; see validation.
Support and policies
Help Center · Privacy · Terms · support@rankability.com
Report integration configuration bugs in this repository without posting credentials or private customer data. Rankability service use is governed by its terms. Repository material is copyright Rankability, Inc.; trademarks remain their owners' property.