An MCP server + REST API for domain authority and backlink graphs — built so any coding agent, chatbot, or script can query it directly, no dashboard required.
Honest positioning: this is an editorial-authority graph computed from a 4.3B-edge Common Crawl snapshot — a point-in-time dataset, not a live crawler like Ahrefs/Moz/Semrush. Great for fast agent-side signal, not for real-time link-velocity monitoring.
Live query against the real engine — same call the API and MCP server make.
Add as a remote MCP server in Claude Desktop, Claude Code, Cursor, or any MCP client.
{
"mcpServers": {
"backlinkmcp": {
"url": "https://backlinkmcp.com/api/mcp"
}
}
}
Tools exposed: domain_authority_score, top_linkers_for_domain, backlinks_for_domain.
No key needed for the free tier (10 lookups/day per IP).
curl "https://backlinkmcp.com/api/v1/authority?domain=stripe.com" curl "https://backlinkmcp.com/api/v1/backlinks?domain=stripe.com"