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
| Name | Type | Required | Description |
|---|---|---|---|
domain | string | yes | Target domain. |
from | string | no | Older release_id (e.g., “CC-MAIN-2025-51”). Default = previous release. |
to | string | no | Newer release_id (e.g., “CC-MAIN-2026-04”). Default = latest release. |
_apiKey | string | yes | CrawlGraph 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.