seo_backlinks_summary
Pack: seo-backlinks · Endpoint: https://gateway.pipeworx.io/seo-backlinks/mcp
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” })
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
target | string | yes | Domain, subdomain, or URL to analyze (no protocol for a domain), e.g. “nike.com” |
backlinks_status_type | string | no | ”live” (default), “all”, or “lost” |
include_subdomains | boolean | no | Include subdomains (default true) |
_apiKey | string | yes | DataForSEO API key = base64(“login:password”) |
Example call
curl -X POST https://gateway.pipeworx.io/seo-backlinks/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"seo_backlinks_summary","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"seo-backlinks": {
"url": "https://gateway.pipeworx.io/seo-backlinks/mcp"
}
}
}
See Getting Started for client-specific install steps.