Rankdigger Docs

MCP Server

MCP Server

Rankdigger exposes an MCP server so you can access SEO data programmatically.

Endpoint and auth

You can find the endpoint URL and token in Settings → MCP.

Example config:

{
  "mcpServers": {
    "rankdigger": {
      "url": "https://your-domain.tld/mcp/project/{project}",
      "headers": {
        "Authorization": "Bearer YOUR_TOKEN"
      }
    }
  }
}

Tools

The project MCP server provides tools such as:

  • get-project-overview
  • get-pages-data
  • get-keywords-data
  • get-page-html
  • get-countries-data
  • get-google-search-results
  • get-page-google-lighthouse-scores
  • get-keyword-search-volume

Usage tips

  • Start with get-project-overview to discover available periods.
  • Use filters and deltas to compare periods.
  • Treat Search Console as the primary source of truth.

Next: Public Stats