39
/ 100
1 month ago
glama

librecrawl-technical-seo-audit-mcp

Open-source technical SEO crawler MCP server built on LibreCrawl. Runs full audits inside Claude, Cursor, or Codex — 50+ checks (hreflang, schema.org, security headers, WAF detection on 200-OK pages), chunked-progressive engine for large sites, ephemeral by design (server forgets every audit after download).

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
⚠️
Tool descriptions don’t match what handlers do
2 tools describe read intent but their handlers mutate — librecrawl_append_gsc_section (line 2853: with open(path, "a", encoding="utf-8") as f:); librecrawl_merge_gsc_data (line 2988: with open(per_page_csv, "w", newline="", encoding="utf-8") as f:)
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
Open source with a license and README
Anyone can audit the code, the license is declared, and the publisher documents what it does.
🔐
You'll be asked for 1 credential: PAGESPEED_API_KEY
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
configLIBRECRAWL_PORT5080 LibreCrawl backend port
configMCP_PORT5081 MCP wrapper port
configREPORTS_DIR~/librecrawl-reports Where audit artifacts land
🔐 secretPAGESPEED_API_KEYunset Optional — enables librecrawl_pagespeed
configLIBRECRAWL_UPSTREAM_DB
configMCP_TRANSPORThttp http (streamable) or stdio
configLIBRECRAWL_STATE_DB~/librecrawl-state.db SQLite WAL state store
configLIBRECRAWL_WATCHDOG_LOG
configTTL_DONE_S
configTTL_CRAWLING_S
configTTL_QUEUED_S
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 8 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/adityaarsharma-librecrawl-technical-seo-audit-mcp-1b4ep7)](https://m8ven.ai/mcp/adityaarsharma-librecrawl-technical-seo-audit-mcp-1b4ep7)
commit: 12032d1f67eecd6661a164028ec28c65d34a106a
code hash: 469a263c603014c2483f81463c82bea63fbeab05b9d0e94db489834c0e6c790f
verified: 6/18/2026, 11:22:40 AM
view raw JSON →