Built on LibreCrawl's open-source engine, this server turns Claude or Cursor into a full technical SEO crawler with 37 callable tools. It runs chunked background audits that survive restarts and never time out, making it work on 10,000-page enterprise sites the same way it handles small blogs. You get 50+ checks including WAF detection (Cloudflare, Akamai, Imperva fingerprints), hreflang validation, broken links, and Core Web Vitals, exported as a branded PDF and seven CSVs. The AIMD rate controller adjusts crawl speed live based on error rates and latency. Sessions are ephemeral by design: download the zip and everything deletes automatically, leaving zero traces on disk or in SQLite.
Run a complete on-site SEO audit on any website — straight from Claude, Cursor, Codex, or any Model Context Protocol (MCP) client. Unlimited pages · 50+ checks · PDF + CSVs · MIT-licensed · self-hosted · ephemeral by design.
Built on the open-source LibreCrawl engine, exposed through 37 MCP tools your AI assistant calls directly.
⚡ Install in 60s · 🪄 What it does · 🚀 50+ checks · 🆚 Compare · 📖 Quick start
Model Context Protocol (MCP) is the open standard that lets AI assistants like Claude, Cursor, or Codex call external tools. Think of it as "USB for AI assistants" — you plug a tool in, the AI can use it. librecrawl-technical-seo-audit-mcp is one of those tools. Once installed, you just ask your AI assistant to audit a site, and it does. No GUI. No dashboard. No exports.
New to all this?
You: Audit https://acme.com — full site, no caps, give me the zip
Agent: → librecrawl_start_chunked_audit · polls until done · saves zip locally
You: Show me broken pages + broken external links + hreflang errors
Agent: → reads CSVs, prints filtered tables. Server already forgot the audit.
That's the product. Your AI assistant runs a full technical SEO audit for you. You get a branded PDF + 7 CSVs covering 50+ technical checks, ready to hand a client. The server wipes everything the moment you download.
There are great desktop SEO crawlers (you know the ones). There are great cloud SEO suites. There was no AI-native crawler. librecrawl-technical-seo-audit-mcp fills that gap with five things no comparable open-source MCP server does:
37 MCP tools your agent calls directly. No GUI app to babysit, no SaaS dashboard to log into, no CSV exports to upload to ChatGPT. You just ask.
Most SEO MCP servers (SiteAudit MCP, AgentAEO, SE Ranking MCP) run synchronously and disconnect on sites over a few hundred pages. librecrawl-technical-seo-audit-mcp runs the crawl in a background worker thread, persists progress to SQLite WAL, and returns a session_id in under 2 seconds. Your agent polls a tiny status tool until done. 10,000-page enterprise sites work the same as 50-page blogs. Survives PM2 / MCP-client restarts mid-crawl.
Cloudflare, Akamai, DataDome, Imperva, and PerimeterX challenge pages are served as 200 OK but contain a JavaScript challenge instead of your content. Most crawlers report these as "page OK, all good". librecrawl-technical-seo-audit-mcp fingerprints the challenge in the response body and flags bot_block_challenge_detected. You see what's actually broken.
Additive-Increase / Multiplicative-Decrease — the same algorithm TCP congestion control uses. Error rate > 10% → halve chunk, double delay. p95 latency > 1.5× target → 1.5× delay. Clean signals → additive decrease. Polite by construction. No rate-limit blow-ups. No manual tuning. Respects robots.txt Crawl-Delay floor.
Once you download the zip, the server deletes the session row, every artifact file on disk, AND the upstream LibreCrawl crawl record. Per-audit server footprint after cleanup: 0 bytes, 0 rows. Auditing 50 client sites? Zero data persists where another operator could see it.
WeasyPrint, A4, page numbers, footer on every page. Open in any PDF viewer. No SaaS watermark. Hand it to a client as your work.
curl -fsSL https://raw.githubusercontent.com/adityaarsharma/librecrawl-technical-seo-audit-mcp/main/install.sh | bash
The installer asks 3 questions (target client, optional Google PageSpeed API key, optional GSC integration) and writes a ready-to-use MCP entry into your Claude / Cursor / Codex / Windsurf config. Done.
You don't need to be. If you can:
curl command above…you're done. The installer handles Python, Docker, the LibreCrawl backend, and your AI client config. First-audit-to-zip is under 10 minutes from cold start.
git clone https://github.com/adityaarsharma/librecrawl-technical-seo-audit-mcp.git
cd librecrawl-technical-seo-audit-mcp
python3 -m venv venv && source venv/bin/activate
pip install httpx mcp weasyprint markdown fpdf2
# Start LibreCrawl backend on :5080 (see install.sh for Docker compose)
python server.py
Add to your client config (Claude Desktop example):
{
"mcpServers": {
"librecrawl": {
"command": "npx",
"args": ["-y", "mcp-remote", "http://127.0.0.1:5081/mcp"]
}
}
}
🔒 Security & headers
🛡️ WAF / bot-block detection
🗺️ Sitemap & robots
🌍 Hreflang full audit
🔗 Canonical health
🔁 Redirects (every flavour)
🏷️ Schema.org (16 types)Article · Product · Recipe · FAQPage · BreadcrumbList · Event · JobPosting · VideoObject · HowTo · Organization · LocalBusiness · Person · Review · AggregateRating · Course · NewsArticle — validates schema.org spec AND Google Rich Results required fields. Handles |
🔤 URL quality
⚓ Anchor text
🕸️ Internal linking
🖼️ Image performance + CLS
📐 HTML structure
♿ Accessibility / metadata
🪤 Crawl-budget killers
✍️ Content quality
🚨 Dev leaks
|
🔗 Every outbound URL HEAD/GET-validated into 17 status classes — ok · redirect · forbidden · not_found · timeout · dns_error · ssl_error · connection_refused · etc. Per-target: final URL after redirects, source pages, anchor text, response time, server header.
📈 GSC merge — pull Google Search Console data, call librecrawl_merge_gsc_data(crawl_id, gsc_data). URLs normalised before joining. Emits 4 extra CSVs: per-page-with-gsc · gsc-winners · gsc-losers (high impr + CTR <2%) · gsc-quick-wins (position 11–20 + impr ≥100).
This is a factual feature comparison. Prices were checked at publication and may have changed — see each vendor's site for current pricing. Brand names belong to their respective owners.
| Capability | Desktop crawler (Screaming Frog SEO Spider™)1 | Desktop+cloud crawler (Sitebulb™)2 | Cloud site-audit (Ahrefs™)3 | librecrawl-technical-seo-audit-mcp |
|---|---|---|---|---|
| Pricing model | Free tier (500 URLs) · paid annual licence | Paid monthly subscription | Bundled with main subscription | Free, MIT-licensed, self-hosted |
| Page cap | 500 free / unlimited paid | Unlimited | Tiered by subscription plan | ♾️ Unlimited |
| Runs inside your AI assistant | ❌ | ❌ | ❌ | ✅ |
| Chunked / background crawl (no timeout) | ❌ | ❌ | Cloud only | ✅ |
| Auto-adaptive crawl delay (AIMD) | ❌ | Manual | Hidden | ✅ |
| WAF / bot-block detection on 200-OK pages | ❌ | ❌ | ❌ | ✅ |
| Sitemap-orphan fill (URLs not internally linked) | ❌ | ❌ | ❌ | ✅ |
| Ephemeral by default (zero server footprint) | N/A | N/A | N/A | ✅ |
| Broken links (4xx/5xx/timeout/DNS/SSL) | ✅ | ✅ | ✅ | ✅ |
| Redirect chains with destination | ✅ | ✅ | ✅ | ✅ |
| Title / meta / H1 + duplicates | ✅ | ✅ | ✅ | ✅ |
| Canonical full audit | ✅ | ✅ | ✅ | ✅ |
| Hreflang full audit (incl. return-tag graph) | ✅ | ✅ | Partial | ✅ |
| Sitemap full cross-checks | ✅ | ✅ | Partial | ✅ |
| Schema.org validation (16 types + Rich Results) | ✅ | ✅ | Partial | ✅ |
| Soft-404 fingerprinting | ✅ | ✅ | ✅ | ✅ |
| Mixed content (HTTPS → HTTP) | ✅ | ✅ | ✅ | ✅ |
| Security headers pack | ✅ | ✅ | Partial | ✅ |
| Image performance + CLS | ✅ | ✅ | ✅ | ✅ |
| Content quality (Flesch · AI-tells · boilerplate) | ❌ | Partial | ❌ | ✅ |
| Crawl-budget traps (calendar · session-id · facets) | ✅ | ✅ | ✅ | ✅ |
| Branded PDF report | ❌ | ✅ | ❌ | ✅ |
| GSC clicks/impressions merge | Paid add-on | Paid add-on | Native | ✅ |
| JavaScript rendering | ✅ | ✅ | Cloud only | 🛣️ Roadmap |
Reading guide: if you currently use a paid on-site crawler and your workflow is "crawl → export CSVs → analyse", librecrawl-technical-seo-audit-mcp covers that flow inside your AI assistant for £0 with no page caps. If your workflow depends on JavaScript-rendered SPAs, that's on the roadmap but not shipped yet — use the desktop tool for now.
Single zip, 8 files:
| File | Use |
|---|---|
SUMMARY.txt | One-page orientation |
<domain>-<ts>.pdf | Branded human-readable PDF (open in any viewer) |
<domain>-<ts>.md | Markdown source of the PDF (grep-friendly) |
per-page.csv | 1 row per URL × 30 columns of check booleans + failed_checks_list |
sitemap-recon.csv | Sitemap-vs-crawl diff |
external-links.csv | Every outbound URL + status |
content-audit.csv | Per-page readability + AI-tells |
extended-checks.csv | 1 row per (URL × check × severity × detail) — all 50+ checks |
You: Audit https://example.com — full site, no caps
Agent: → librecrawl_start_chunked_audit(url=..., total_max_pages=10000)
returns session_id in <2s
→ polls librecrawl_audit_status every 25s
status: crawling, pages_done: 47, current_delay_ms: 250
status: crawling, pages_done: 312, last chunk p95: 480ms, err_rate: 0%
status: done, pages_done: 534, artifacts_ready: true
→ librecrawl_audit_zip(session_id, auto_cleanup=True)
returns base64 zip (8 files, 320 KB)
SAVES LOCALLY as example.com-1780572742.zip
Server wiped: session_rows=4, files=8, upstream_crawl=1
You: Show me broken pages + broken external links
Agent: → unzips, reads per-page.csv (filters status_4xx OR status_5xx)
→ reads external-links.csv (filters not_found · forbidden · 5xx · timeout)
→ prints both tables
Local zip is the only copy. Server is back to zero state.
| Status | |
|---|---|
| JavaScript rendering (Playwright headless, DOM diff vs raw HTML) — catches SPA / React / Next.js apps | 🟡 Designed |
| Core Web Vitals from CrUX — real-user 28-day field data, not just lab PSI | 🟡 Designed |
| axe-core accessibility audit — contrast, ARIA, focus order, alt-text quality | 🟡 Planned |
White-label PDF theming (--brand-config for agencies) | 🟡 Planned |
| Diff mode — audit A vs audit B, "what regressed since last week?" | 🟡 Planned |
| Webhook on completion (Slack / Discord) — ping when long crawls finish | 🟡 Planned |
Not planned: keyword research, backlink analysis, SERP tracking. Those are different problems with different MCP servers (DataForSEO, etc.). This tool is laser-focused on technical on-site SEO crawling.
Open an issue to bump priorities or request a check.
┌─────────────────────────────────────────────────────────────┐
│ MCP client (Claude Code / Desktop / Cursor / Codex …) │
└────────────────────────────┬────────────────────────────────┘
│ streamable HTTP or stdio
▼
┌─────────────────────────────────────────────────────────────┐
│ librecrawl-technical-seo-audit-mcp wrapper (server.py — FastMCP, 37 tools) │
│ ┌─────────────────┐ ┌──────────────────────────────┐ │
│ │ runner.py │ │ external_links / schema / │ │
│ │ background │ │ content_audit / extended_ │ │
│ │ worker thread │ │ checks / sitemap_fill / │ │
│ │ AIMD controller │ │ pdf_report │ │
│ └────────┬────────┘ └──────────────────────────────┘ │
│ │ │
│ ┌────────▼────────┐ ┌──────────────────────────────┐ │
│ │ state.py │ │ libreclient.py — typed │ │
│ │ SQLite WAL │ │ wrapper to upstream API │ │
│ │ session state │ └──────────────┬───────────────┘ │
│ └─────────────────┘ │ │
└─────────────────────────────────────────┼────────────────────┘
│
▼
┌──────────────────────────────┐
│ LibreCrawl Flask backend │
│ :5080 — single-tenant │
│ crawls + extracts SEO data │
└──────────────────────────────┘
| Env var | Default | Purpose |
|---|---|---|
LIBRECRAWL_PORT | 5080 | LibreCrawl backend port |
MCP_PORT | 5081 | MCP wrapper port |
MCP_TRANSPORT | http | http (streamable) or stdio |
REPORTS_DIR | ~/librecrawl-reports | Where audit artifacts land |
PAGESPEED_API_KEY | unset | Optional — enables librecrawl_pagespeed* |
LIBRECRAWL_STATE_DB | ~/librecrawl-state.db | SQLite WAL state store |
Chunked audit (95% of work):
librecrawl_start_chunked_audit · librecrawl_audit_status · librecrawl_audit_ziplibrecrawl_audit_pause · librecrawl_audit_resume · librecrawl_audit_cancel · librecrawl_audit_force_advancelibrecrawl_audit_artifacts · librecrawl_audit_pdf · librecrawl_report_contentSpecialist:
librecrawl_external_links_audit — re-run external-link validation on a specific crawllibrecrawl_schema_validate · librecrawl_schema_check · librecrawl_schema_auditlibrecrawl_merge_gsc_data · librecrawl_append_gsc_section — Google Search Console data mergelibrecrawl_pagespeed · librecrawl_pagespeed_audit · librecrawl_pagespeed_audit_all_crawl_pages — PageSpeed Insightslibrecrawl_site_check — instant site-level checklibrecrawl_internal_links_analysis · librecrawl_filter_issues · librecrawl_visualization_dataMaintenance:
librecrawl_wipe_everything — nuclear reset to zerolibrecrawl_brain_purge_audit — purge a single auditLegacy (kept for backwards compat, avoid for big sites):
librecrawl_audit · librecrawl_full_audit_strict · librecrawl_generate_report · librecrawl_export_results · librecrawl_get_status · librecrawl_get_settings · librecrawl_list_crawls · librecrawl_start_crawl · librecrawl_stop_crawl · librecrawl_pause_crawl · librecrawl_resume_crawl · librecrawl_resume_from_crawl_idCode: MIT. Use it on client work, agency work, internal tools, anything. No attribution required (but appreciated). See LICENSE.
Trademarks. All third-party product names mentioned in this README (including any names referenced in the comparison table) are property of their respective owners. This project is not affiliated with, endorsed by, or sponsored by any third-party tool vendor. Comparisons are based on publicly available information at the time of writing and exist for the purpose of informing readers evaluating different categories of SEO tooling.
Discoverability keywords: seo audit mcp server · open-source seo crawler · self-hosted seo crawler · technical seo audit mcp · on-site seo audit tool · alternative to paid seo crawlers · free seo audit tool · seo crawler for claude · seo crawler for cursor · seo crawler for openai codex · seo crawler for windsurf · seo crawler for continue.dev · mcp server for seo · model context protocol seo · hreflang audit tool free · canonical chain checker · broken link checker unlimited · core web vitals audit cli · structured data validator command line · schema.org rich results validator · sitemap audit tool · sitemap orphan detection · WAF detection crawler · cloudflare challenge detector · security headers checker · CSP HSTS audit · google search console integration crawler · soft 404 detection · chunked crawler no timeout MCP · technical SEO audit api · python seo crawler · seo agency tool open source · ephemeral seo audit · agency-safe seo crawler · branded pdf seo report · seo audit cli tool · mit-licensed seo crawler · free site audit tool · enterprise seo crawler self-hosted · librecrawl mcp · librecrawl mcp server