EveryDev.ai
Subscribe
Home
Tools

2,928+ AI tools

  • New
  • Trending
  • Featured
  • Compare
  • Arena
Categories
  • Agents2063
  • Coding1441
  • Infrastructure665
  • Marketing524
  • Projects470
  • Research437
  • Design408
  • Analytics371
  • MCP268
  • Security265
  • Testing255
  • Data249
  • Integration183
  • Prompts183
  • Communication172
  • Learning166
  • Extensions163
  • Voice146
  • Commerce132
  • DevOps115
  • Web84
  • Finance24
AI Tools by Topic
  • AI Coding Assistants
  • Agent Frameworks
  • MCP Servers
  • AI Prompt Tools
  • Vibe Coding Tools
  • AI Design Tools
  • AI Database Tools
  • AI Website Builders
  • AI Testing Tools
  • LLM Evaluations
Follow Us
  • X / Twitter
  • LinkedIn
  • Reddit
  • Discord
  • Threads
  • Bluesky
  • Mastodon
  • YouTube
  • GitHub
  • Instagram
Get Started
  • About
  • Editorial Standards
  • Corrections & Disclosures
  • Community Guidelines
  • Advertise
  • Contact Us
  • Newsletter
  • Submit a Tool
  • Start a Discussion
  • Write A Blog
  • Share A Build
  • Terms of Service
  • Privacy Policy
Explore with AI
  • ChatGPT
  • Gemini
  • Claude
  • Grok
  • Perplexity
Agent Experience
  • llms.txt
Theme
With AI, Everyone is a Dev. EveryDev.ai © 2026
    1. Home
    2. Tools
    3. crawlie
    crawlie icon

    crawlie

    SEO Tools

    Free, open-source technical SEO and GEO crawler with 46 checks, plain-English fixes, a CLI, and an MCP server for AI agent-driven audits.

    Visit Website

    At a Glance

    Pricing
    Open Source

    Fully free MIT-licensed crawler. No account, no cloud, no per-crawl billing.

    Engagement

    Available On

    CLI
    macOS
    Windows
    Linux
    API

    Resources

    WebsiteDocsGitHubllms.txt

    Topics

    SEO ToolsMCP ServersBrowser Automation

    Alternatives

    CognyCrawler.shKeywordBuddy
    Developer
    Spronta LtdLondon EC1V 2NXEst. 2025

    Listed Jun 2026

    About crawlie

    crawlie is a free, MIT-licensed technical SEO and Generative Engine Optimization (GEO) crawler built by Sean Ryan of Spronta Ltd. It runs locally as a tiny async Rust binary, requires no account or cloud connection, and ships both a CLI and a Model Context Protocol (MCP) server so AI agents can drive audits end-to-end. The project reached v0.4.0 in June 2026 and has 54 GitHub stars.

    What It Is

    crawlie is a command-line site auditor that crawls any website and runs 46 checks across two scoring dimensions: a Health score for classic technical SEO (broken links, redirects, metadata, canonicals, robots, performance, security, mobile/international signals) and a GEO score for AI-search readiness (structured data, semantic HTML, answer-ready content, authorship/E-E-A-T, dated content). Every finding includes plain-English guidance explaining why it matters, how to fix it, and what happens if it's ignored — not just an error code. The tool is written in Rust, targets wasm32 for future cloud-worker deployment, and is MIT licensed.

    Agent-Native Architecture

    crawlie's standout design choice is its first-class MCP server (crawlie-mcp). Any MCP-compatible agent — Claude, Cursor, Cline, or a custom agent — can call tools like crawl_site, audit_url, audit_urls, explain_issue, list_rules, and list_reports over JSON-RPC via stdio. A one-step Claude Code plugin bundles the MCP server and a set of pre-built audit skills (full-site SEO + GEO, broken-link fixes, pre-launch gates, AI-search readiness) that run on demand via npx without requiring a pre-installed binary. The skills folder also works with any agent even without the MCP server.

    What It Checks

    The 46 rules span four categories:

    • Technical SEO: broken links, 4xx/5xx, redirect chains, titles and meta descriptions (missing/duplicate/length), H1s, canonicals, noindex/nofollow/X-Robots-Tag, robots.txt blocking, missing alt text, thin and duplicate content, orphan and deep pages
    • Performance & security: slow responses, large pages, missing compression, HTTPS, mixed content, HSTS
    • Mobile, international & social: viewport, lang, hreflang, Open Graph, Twitter cards, structured data
    • GEO: structured data, semantic HTML, answer-readiness, authorship/E-E-A-T, dated content, question-style headings, extractable blocks

    Setup Path and Output Formats

    Installation is a single npm command (npm i -g crawlie), which automatically installs the correct native Rust binary as a platform package. A signed, notarized macOS .dmg desktop app (Tauri v2 + React) is available from GitHub Releases. Building from source requires Rust and, for the desktop app, pnpm and Node. Output formats include pretty (terminal), json (machine-readable default), csv (issues only), and html (self-contained shareable report). CI/CD gating is supported via --fail-on error|warning for non-zero exit codes.

    Architecture and Codebase

    The repository is organized into a crates/ directory with three crates — crawlie-core (engine, audit, scoring, knowledge base, reports), crawlie-cli (the crawlie command), and crawlie-mcp (the MCP server) — plus an apps/desktop Tauri app. The core crate has zero host dependencies and already targets wasm32, enabling the same audited engine to run in a future cloud worker. The roadmap lists JavaScript rendering for SPAs, crawl-to-crawl comparison and regression alerts, and an internal-link graph visualization.

    Update: v0.4.0

    The latest release is v0.4.0, published on 2026-06-22. The repository was created on 2026-06-18 and last pushed on 2026-06-22, indicating rapid early development. The project's GitHub topics include aeo, crawler, geo, marketing-tools, mcp, and seo, reflecting its dual focus on traditional SEO and AI-answer-engine optimization.

    crawlie - 1

    Community Discussions

    Be the first to start a conversation about crawlie

    Share your experience with crawlie, ask questions, or help others learn from your insights.

    Pricing

    OPEN SOURCE

    Free & Open Source

    Fully free MIT-licensed crawler. No account, no cloud, no per-crawl billing.

    • 46 SEO and GEO checks
    • Health and GEO scores
    • CLI with JSON, CSV, HTML, pretty output
    • MCP server for agent-driven audits
    • Shareable HTML reports

    Capabilities

    Key Features

    • 46 SEO and GEO checks
    • Health score for technical SEO
    • GEO score for AI-search readiness
    • Plain-English fix guidance for every finding
    • CLI with JSON, CSV, HTML, and pretty output formats
    • MCP server for agent-driven audits
    • Local-first, no account or cloud required
    • Shareable self-contained HTML reports
    • CI/CD gating with --fail-on flag
    • Broken link and redirect detection
    • Structured data and schema validation
    • E-E-A-T and authorship checks
    • Robots.txt and canonical checks
    • Hreflang and international SEO checks
    • macOS desktop app (Tauri + React)
    • Claude Code plugin with pre-built audit skills
    • Report history and saved crawls
    • Single-page and URL-list audit modes

    Integrations

    Claude Desktop
    Claude Code
    Cursor
    Cline
    npm
    Model Context Protocol (MCP)
    GitHub Actions (CI/CD)
    API Available
    View Docs

    Ratings & Reviews

    No ratings yet

    Be the first to rate crawlie and help others make informed decisions.

    Developer

    Spronta Ltd

    Spronta Ltd builds crawlie, a free open-source technical SEO and GEO crawler designed for AI-assisted site development workflows. The project is led by Sean Ryan, a Lead Marketing Engineer with 6+ years of experience who also builds AI tooling for marketers. crawlie ships as a Rust-powered CLI and MCP server, enabling both humans and AI agents to audit sites for search and AI-answer-engine readiness. The company is committed to keeping the core tool MIT licensed and free, positioning it as an open alternative to paid desktop SEO auditors.

    Founded 2025
    128 City Road, United Kingdom
    1 employees

    Used by

    Independent developers and founders in…
    Read more about Spronta Ltd
    WebsiteGitHubLinkedInX / Twitter
    1 tool in directory

    Similar Tools

    Cogny icon

    Cogny

    AI marketing platform that connects all your marketing channels via MCP servers, enabling prompt-driven analysis, automation, and scheduling for SEO, ads, email, and more.

    Crawler.sh icon

    Crawler.sh

    A fast, local-first desktop app and CLI for crawling websites, analyzing SEO issues, extracting content as Markdown, and exporting results in multiple formats.

    KeywordBuddy icon

    KeywordBuddy

    AI-powered keyword research and SEO blog generation tool that analyzes your site URL to surface keyword opportunities and produce publish-ready articles in one workflow.

    Browse all tools

    Related Topics

    SEO Tools

    AI-powered platforms that optimize website content, structure, and visibility across search engines with intelligent keyword research, semantic analysis, and ranking factors optimization.

    57 tools

    MCP Servers

    Model Context Protocol servers that extend AI capabilities.

    118 tools

    Browser Automation

    AI-powered agents that autonomously navigate and interact with web applications to automate repetitive tasks, extract data, fill forms, and perform web-based workflows using intelligent understanding of page structure and content.

    98 tools
    Browse all topics
    Back to all toolsSuggest an edit
    ratings
    discussions