Use RankWay inside Claude, Cursor & every MCP client

RankWay ships a remote MCP server — your AI assistant reads your rankings, AI visibility, audits and competitors without leaving the chat.

MCP endpointhttps://app.rankway.io/api/mcpStreamable HTTP9 tools

Quickstart

  1. Create an API key in RankWay under Settings → RankWay MCP (free account works).
  2. Add the server to your client with the key as Bearer token.
  3. Ask away: "Which of my tracked prompts mention my brand?" — the assistant picks the right tool.

Claude Code

claude mcp add --transport http rankway https://app.rankway.io/api/mcp \ --header "Authorization: Bearer <YOUR_KEY>"

Claude Desktop

{ "mcpServers": { "rankway": { "command": "npx", "args": ["-y", "mcp-remote", "https://app.rankway.io/api/mcp", "--header", "Authorization: Bearer <YOUR_KEY>"] } } }

Cursor (.cursor/mcp.json)

{ "mcpServers": { "rankway": { "url": "https://app.rankway.io/api/mcp", "headers": { "Authorization": "Bearer <YOUR_KEY>" } } } }

ChatGPT (Settings → Connectors → Add custom connector)

URL: https://app.rankway.io/api/mcp Auth: OAuth (automatic — sign in with your RankWay account)

VS Code (GitHub Copilot) (.vscode/mcp.json)

{ "servers": { "rankway": { "type": "http", "url": "https://app.rankway.io/api/mcp", "headers": { "Authorization": "Bearer <YOUR_KEY>" } } } }

9 tools — 7 read, 2 write

Your assistant can analyze everything, and the two write tools cover the safest high-value actions: adding keywords to rank tracking and to the content hub — both reversible in the dashboard. More write tools (prompt tracking, content planning) are next. Auth: API key — or OAuth 2.1 with automatic discovery, so clients like ChatGPT connect with a sign-in instead of a key.

list_websites

List all websites in the account (domain + market) — the starting point for every other tool.

seo_overview

Compact status: ranked keywords, top-10 count, estimated traffic, tracked AI prompts, planned articles, competitors.

keywords

Ranked keywords with position, previous position, search volume, difficulty and intent.

ai_visibility

Tracked AI prompts across ChatGPT, Perplexity, Gemini and Google AI — with mention status and positions.

audit_findings

Latest technical audit: crawl status, on-page score and the full findings list.

rank_tracking

Prioritized keywords with daily position checks and 30 days of history.

track_keywords

Write: Adds prioritized keywords to rank tracking — immediate first position check, then daily history.

add_keywords_to_hub

Write: Adds keywords to the content hub that articles get planned from.

competitors

Stored competitors with keyword counts, traffic and weekly movement (who's climbing).

What you can do with it

The obvious one: run the audit-and-fix workflow in Claude Code — your codebase in the editor, your RankWay audit findings, rankings and AI-visibility gaps as live context, and Claude fixes what it can reach. No CSV exports, no stale PDFs — the full walkthrough with the exact prompt is in our Claude SEO audit guide. Pair it with the complete SEO tool for the execution side: content, backlinks and GEO optimization keep running on autopilot while your assistant reads the results.

For AI agents

Machine-readable companions: the MCP server card (endpoint, auth, tool catalog) and our llms.txt index.

Does Google — and ChatGPT — send you customers yet?

The free check shows in about a minute where you rank and whether AI mentions you — free, no signup.

Check for free now →