Labsco
pucilpet logo

CrawlGraph

from pucilpet

Backlink lookups and competitor gap analysis on Common Crawl's open web graph (4.4B links)

๐Ÿ”ฅ๐Ÿ”ฅ๐Ÿ”ฅโœ“ VerifiedPaid serviceNeeds API keys

crawlgraph-mcp

MCP server for the CrawlGraph backlink-intelligence API. Gives any MCP client โ€” Claude Desktop, Claude Code, Cursor, Cline, Zed, Windsurf โ€” backlink lookups and competitor gap analysis built on the public Common Crawl webgraph (4.4B edges, 120M domains).

Backlink data without the $129/month subscription. CrawlGraph is $99 lifetime; API access is included on the lifetime tier.

What you can do

  • backlinks โ€” every referring domain for a target, with authority scores
  • gap_analysis โ€” domains linking to your competitors but not to you
  • gap_outreach_targets โ€” the warm-outreach play: the domains that link to all of your competitors but not to you, ranked and de-noised. These are publishers who cover your whole space and have simply never heard of you โ€” the warmest backlink targets you will ever pitch.
  • releases โ€” list the Common Crawl snapshots you can query

The outreach play, in one prompt

Once it's connected, you don't call the tools by hand โ€” you describe the goal:

"Use gap_outreach_targets for mydomain.com against competitor-a.com and competitor-b.com, then draft a short, specific outreach email to each priority target."

Behind the scenes the server submits the gap job, polls until it completes, filters the results down to the domains that link to every competitor but not to you, strips out platform/CDN noise (amazonaws, github, facebook, ...), and hands your agent a clean ranked list to write outreach against.

Why 2-3 competitors, not one: a site linking to one competitor might be a fluke or a paid placement. A site linking to three of your competitors is a publisher who covers your whole category. That overlap is the qualifier.

Tools reference

ToolArgumentsQuota cost
backlinksdomain, limit?, sort? (authority|hosts), release_id?1 backlinks call
gap_analysismy_domain, competitor_domains[] (1-5)1 gap job
gap_outreach_targetsmy_domain, competitor_domains[] (2-5), include_platforms?1 gap job
releasesโ€”free

Lifetime quota: 1,000 backlinks calls + 50 gap jobs per calendar month. Full API reference: crawlgraph.com/docs/api.

Develop

npm install
npm run build
CRAWLGRAPH_API_KEY=cg_live_... npm start