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

NameTypeRequiredDescription
targetstringyesDomain, subdomain, or URL to analyze (no protocol for a domain), e.g. “nike.com”
backlinks_status_typestringno”live” (default), “all”, or “lost”
include_subdomainsbooleannoInclude subdomains (default true)
_apiKeystringyesDataForSEO API key = base64(“login:password”)

Example call

Arguments

{
  "target": "nike.com",
  "_apiKey": "your-seo-backlinks-api-key"
}

curl

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":{"target":"nike.com","_apiKey":"your-seo-backlinks-api-key"}}}'

TypeScript (@pipeworx/sdk)

import { Pipeworx } from '@pipeworx/sdk';
const pipeworx = new Pipeworx();

const result = await pipeworx.call('seo_backlinks_summary', {
  "target": "nike.com",
  "_apiKey": "your-seo-backlinks-api-key"
});

More examples

{
  "target": "example.com",
  "backlinks_status_type": "live",
  "include_subdomains": true,
  "_apiKey": "your-seo-backlinks-api-key"
}

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.

Regenerated from source · build August 11, 2026