seo_backlinks_history

Pack: seo-backlinks · Endpoint: https://gateway.pipeworx.io/seo-backlinks/mcp

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” })

Parameters

NameTypeRequiredDescription
targetstringyesDomain, subdomain, or URL, e.g. “nike.com”
date_fromstringnoStart date YYYY-MM-DD (min 2019-01-01; default 1 year ago)
date_tostringnoEnd date YYYY-MM-DD (default today)
_apiKeystringyesDataForSEO 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_history","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.

Regenerated from source · build June 26, 2026