SEO Backlinks MCP — backlink intelligence via DataForSEO Backlinks API
MCPpedia last refreshed this data
io.github.pipeworx-io/seo-backlinks is an MCP server that SEO Backlinks MCP — backlink intelligence via DataForSEO Backlinks API. Its tool list has not been published yet, requires no API key, and scores 65/100 on MCPpedia's security, maintenance and efficiency rubric.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"seo-backlinks": {
"url": "https://gateway.pipeworx.io/seo-backlinks/mcp"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
SEO Backlinks MCP — backlink intelligence via DataForSEO Backlinks API
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in marketing
DataForSEO API modelcontextprotocol server
B2B lead generation and company search through Generect Live API for sales prospecting.
Turn any idea, URL, doc, or PDF into on-brand visuals: 100+ formats, native in 150+ languages
Google Search Console MCP Server for Claude, Cursor, Windsurf and other MCP Clients
MCP Security Weekly
Get CVE alerts and security updates for io.github.pipeworx-io/seo-backlinks and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
SEO Backlinks MCP — backlink intelligence via DataForSEO Backlinks API
Part of Pipeworx — an MCP gateway connecting AI agents to 1394+ live data sources.
| Tool | Description |
|---|---|
seo_backlinks_summary | Backlink profile summary for <domain> — total backlinks, referring domains, domain rank, dofollow/nofollow split, and spam score, via DataForSEO. The "how strong is this domain's link profile" overview. Example: seo_backlinks_summary({ target: "nike.com", _apiKey: "your-base64-key" }) |
seo_backlinks_list | Backlinks pointing at <domain> — the actual list of linking pages with source domain, anchor text, dofollow flag, and first/last seen dates, via DataForSEO. "Who links to this site". Example: seo_backlinks_list({ target: "nike.com", limit: 50, _apiKey: "your-base64-key" }) |
seo_referring_domains | Referring domains for <domain> — the domains that link to a target, with each one's rank, backlink count, and spam score, via DataForSEO. "Which sites link to this domain". Example: seo_referring_domains({ target: "nike.com", limit: 50, _apiKey: "your-base64-key" }) |
seo_backlinks_anchors | Anchor-text distribution for <domain> — the anchor texts used in backlinks to a target, each with backlink and referring-domain counts, via DataForSEO. "What anchor text do links to this site use". Example: seo_backlinks_anchors({ target: "nike.com", limit: 50, _apiKey: "your-base64-key" }) |
seo_backlinks_history | Backlink growth over time for <domain> — monthly history of backlinks, new/lost referring domains, and rank, via DataForSEO. "Is this domain gaining or losing links". Example: seo_backlinks_history({ target: "nike.com", date_from: "2024-01-01", _apiKey: "your-base64-key" }) |
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"seo-backlinks": {
"url": "https://gateway.pipeworx.io/seo-backlinks/mcp"
}
}
}
Or connect to the full Pipeworx gateway for access to all 1394+ data sources:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}
Instead of calling tools directly, you can ask questions in plain English:
ask_pipeworx({ question: "your question about Seo Backlinks data" })
The gateway picks the right tool and fills the arguments automatically.
MIT