seo_backlinks_anchors
Pack: seo-backlinks · Endpoint: https://gateway.pipeworx.io/seo-backlinks/mcp
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” })
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
target | string | yes | Domain, subdomain, or URL, e.g. “nike.com” |
limit | integer | no | Max anchors to return (default 50, max 200) |
backlinks_status_type | string | no | ”live” (default), “all”, or “lost” |
_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_anchors","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.