Technical SEO + GEO (AI-search) site audits: hosted crawls, prioritized fixes, report diffs.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Crawlie.
crawl_siteCrawl + audit a whole site (SEO + GEO), returns scores, issues, per-page data
audit_urlAudit a single page
audit_urlsAudit an explicit list of pages
explain_issueWhy a rule matters + how to fix it
list_rulesThe full catalogue of checks
list_reportsRead saved crawl history
The fast, free, open-source technical SEO + GEO crawler β built for humans and agents.
Crawl any site for broken links, redirects, missing metadata, and 40+ SEO & Generative-Engine checks β with plain-English guidance on every fix. Runs locally, ships a CLI and an MCP server, and costs nothing.
Setup Β· CLI Β· MCP & agents Β· Changelog Β· Use cases Β· Why I built this Β· Desktop app Β· Checks Β· Compare Β· Architecture
.png)
The easy way β npm (installs the crawlie CLI and the crawlie-mcp server):
The macOS app β grab the signed .dmg from Releases.
From source β needs Rust (engine/CLI/MCP) and, for the desktop app, pnpm + Node:
How it ships: the CLI + MCP come only through npm β the right native binary installs automatically as a platform package (nothing to download or unblock). The desktop app is the only direct download: a signed, notarized
.dmgon Releases.
Output formats: pretty (terminal), json (machine-readable, the default), csv (issues), html (shareable file).
Common flags:
| Flag | What it does |
|---|---|
--max-pages <n> | Cap pages fetched (default 500) |
--max-depth <n> | Max click depth from the seed |
--concurrency <n> | Parallel requests (default 16) |
--include <glob> / --exclude <glob> | Scope the crawl by URL pattern |
--no-robots / --no-sitemap / --no-external | Turn off robots.txt, sitemap seeding, external link checks |
--severity error|warning|notice | Only output findings at/above a level |
--save | Save to local report history (crawlie reports, crawlie report <id>) |
--fail-on error|warning | Non-zero exit code for CI gating |
Every crawl returns three scores: a Health score (technical SEO), a GEO score (AI-search readiness), and an Accessibility score (WCAG conformance) β each reported separately so one kind of problem never hides another.
crawlie ships a Model Context Protocol server so an LLM agent can run a full audit and act on it β no human in the loop. This is the part most SEO tools don't have.
After npm i -g crawlie, crawlie-mcp is on your PATH. For Claude Desktop, edit claude_desktop_config.json:
For Claude Code:
(If you built from source instead, use the absolute path to target/release/crawlie-mcp.)
(Any MCP-compatible client works β Cursor, Cline, your own agent. It speaks JSON-RPC over stdio.)
Prefer not to install anything, or want crawls to run on our infrastructure? Point any MCP client at the hosted endpoint and authenticate with a Crawlie API key (create one in the dashboard under Settings, API keys). It speaks MCP Streamable HTTP.
Endpoint: https://crawlie.app/mcp
For Claude Code:
For Claude Desktop (or any client that takes a JSON config):
Hosted crawls run on the same engine as the dashboard, are scoped to your team, and are metered against your plan. The tools mirror the local server (crawl_site, audit_url, top_fixes, geo_gaps, affected_urls, diff_reports, plus crawl_status to poll a long crawl and get_report / list_reports over your saved cloud reports). Every crawl returns a reportId you can re-slice later without re-crawling.
The fastest path. The crawlie plugin bundles the MCP server and a set of skills (audit playbooks) in a single install β the MCP server auto-runs via npx, so you don't even pre-install the binary:
The skills/ folder holds standalone Agent Skills that teach an agent how to run real audits β full-site SEO + GEO, broken-link fixes, pre-launch gates, and AI-search readiness. Each is self-contained: it needs neither this repo nor a pre-installed crawlie. Missing the binary? The skill runs it on demand via npx -y -p crawlie β¦ (the install is the run), and automatically uses the MCP tools when they're present. See skills/README.md.
| Tool | Purpose |
|---|---|
crawl_site | Crawl + audit a whole site (SEO + GEO), returns scores, issues, per-page data |
audit_url | Audit a single page |
audit_urls | Audit an explicit list of pages |
explain_issue | Why a rule matters + how to fix it |
list_rules | The full catalogue of checks |
list_reports / get_report | Read saved crawl history |
"Crawl crawlie.dev, then give me the top 5 fixes that would most improve my GEO score, with the exact change for each."
"Audit these three landing pages and tell me which is least ready to be cited by AI search, and why."
"Run a crawl with
--fail-on errorsemantics β are there any broken links or 5xx pages blocking launch?"
The agent calls crawl_site, reads the structured issues, and uses explain_issue to turn findings into a prioritized, actionable plan.
crawlie crawl β¦ --fail-on error in a pipeline to block regressions.I'm Sean Ryan. I've spent 6+ years as a Lead Marketing Engineer, and on the side I build AI tooling for marketers.
With AI, it's faster than ever to ship a marketing site β but most of what gets generated is slop that was never built to be found. And the tools meant to catch that fall short: most SEO auditors cost money, don't play nicely with your agents, or tell you what's wrong without telling you how to actually rank for SEO and GEO (Generative Engine Optimization β being cited by AI search like ChatGPT, Perplexity, and Google AI Overviews).
crawlie fixes that. It's free, it's local-first, it's agent-native, and every issue it finds comes with why it matters and how to fix it.
If this is useful to you, connect with me on LinkedIn β β I share what I'm learning building AI for marketers and SEO/GEO tooling, and I'd love to hear how you're using crawlie.
A beautiful Tauri + React app (Geist design, light/dark, seamless window chrome):
Factual signals from GitHub, npm, and our automated checks β not a rating.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/crawlie)<a href="https://allmcps.com/mcp/crawlie"><img src="https://allmcps.com/api/badge/crawlie?style=directory" alt="Crawlie on AllMCPs" /></a>