crawlgraph_domain_changes

Pack: crawlgraph · Endpoint: https://gateway.pipeworx.io/crawlgraph/mcp

Quarter-over-quarter diff of referring domains for a domain — what was added or lost between two Common Crawl releases. Useful for catching link rot, sudden spikes (PR coverage), and outreach campaign attribution. Counts as one call against the backlinks quota.

Parameters

NameTypeRequiredDescription
domainstringyesTarget domain.
fromstringnoOlder release_id (e.g., “CC-MAIN-2025-51”). Default = previous release.
tostringnoNewer release_id (e.g., “CC-MAIN-2026-04”). Default = latest release.
_apiKeystringyesCrawlGraph API key.

Example call

curl -X POST https://gateway.pipeworx.io/crawlgraph/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"crawlgraph_domain_changes","arguments":{}}}'

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "crawlgraph": {
      "url": "https://gateway.pipeworx.io/crawlgraph/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build June 1, 2026