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-page-google-lighthouse-scores
  • get-agent-report

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.
  • Use get-agent-report to read the latest Rankdigger AI agent report (requires the agent feature).
  • Check report_period.warning: it flags periods without an up to date generated report.

Next: Public Stats