Skip to main content
MCP Integration

Connect OrbiRank to your AI assistant

OrbiRank supports the Model Context Protocol (MCP) — the open standard that lets AI assistants like Claude, ChatGPT, and Cursor call real tools in your workflow. Run live SEO audits, surface fix recommendations, and track rankings without leaving your AI chat interface.

Claude (Anthropic) Cursor Windsurf Any MCP client

MCP server endpoint

OrbiRank's MCP server speaks Streamable HTTP JSON-RPC 2.0. Point your MCP client to:

https://orbirank.com/mcp

A GET /mcp returns the full tools/list manifest (unauthenticated — no token needed for discovery). Tool calls require an MCP bearer token — see the setup steps below.

Quick setup — Claude Desktop

Add OrbiRank to your claude_desktop_config.json (usually at ~/Library/Application Support/Claude/ on macOS):

{ "mcpServers": { "orbirank": { "url": "https://orbirank.com/mcp", "transport": "http", "headers": { "Authorization": "Bearer YOUR_MCP_TOKEN" } } } }

Replace YOUR_MCP_TOKEN with the token from your OrbiRank Settings → MCP Access page.

How to get an MCP token

  1. Sign in to OrbiRank

    Use your email address — OrbiRank authenticates via a one-time passcode, no password required.

  2. Go to Settings → MCP Access

    Navigate to Settings → MCP Access in your OrbiRank account and generate a new token.

  3. Copy the token

    The token is shown once. Copy it and paste it into your MCP client configuration (see examples above and below).

  4. Ask your AI assistant to use OrbiRank

    In Claude, Cursor, or your MCP client, you can now ask things like:
    "Run an SEO audit on example.com", "What are the top fix priorities for my site?", or "Show me keyword rankings for my project."

Available MCP tools

These tools are available via your MCP client once connected. Your AI assistant can call them directly to get real, live data from your OrbiRank account.

run_free_audit

Run an instant public SEO audit on any URL. Returns health score, ranked issues, and Core Web Vitals. No authentication required.

get_project_summary

Get the dashboard summary for a connected project — health score, fix queue length, ladder stage, and rank snapshot.

get_issues

List the prioritised issue queue for a project, ordered by AI-calculated impact score.

get_keywords

Return the tracked keywords and their current rank positions for a project.

get_fix_roadmap

Retrieve the AI-generated fix roadmap — ordered list of recommended on-page actions with estimated impact.

list_projects

List all connected projects in your OrbiRank account with their current health status.

The full tool manifest is always available at GET https://orbirank.com/mcp — no token needed. MCP-compatible AI clients discover tools automatically from this endpoint.

OpenAPI description

If your AI client supports OpenAPI rather than MCP, an OpenAPI 3.1 description is available at:

GET https://orbirank.com/mcp/openapi

Start with a free audit — no account needed

Try OrbiRank's live SEO audit before signing up. Paste any URL and get a health score and ranked issue list in ~30 seconds.

Run a free audit