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-overviewget-pages-dataget-keywords-dataget-page-htmlget-countries-dataget-google-search-resultsget-page-google-lighthouse-scoresget-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