🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

crawlie

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

crawlie

Fast, free, open-source technical SEO + GEO crawler — CLI and MCP server. By Spronta.

latest
Source
npmnpm
Version
0.5.3
Version published
Weekly downloads
64
-92.74%
Maintainers
1
Weekly downloads
 
Created
Source

crawlie

The fast, free, open-source technical SEO + GEO crawler — CLI and MCP server. Read the docs →

npm i -g crawlie

This installs two commands (the right prebuilt binary for your platform is pulled in automatically as an optional dependency — no download script, nothing to unblock):

  • crawlie — crawl & audit any site from the command line
  • crawlie-mcp — a Model Context Protocol server so agents can run audits
crawlie crawl https://example.com --format pretty     # crawl a whole site
crawlie audit https://example.com/pricing             # audit one page
crawlie crawl https://example.com --format html -o report.html
crawlie explain geo-not-answerable                    # why a finding matters

Use with agents (MCP)

// claude_desktop_config.json (or any MCP client)
{
  "mcpServers": {
    "crawlie": { "command": "crawlie-mcp" }
  }
}

Tools: crawl_site, audit_url, audit_urls, explain_issue, list_rules, list_reports, get_report.

Supported: macOS (arm64/x64), Linux (x64), Windows (x64). Other platforms: build from source. The desktop app (signed .dmg) is a separate download on Releases.

Docs: crawlie.dev/docs · Source: GitHub · by Sean Ryan. MIT.

Keywords

seo

FAQs

Package last updated on 29 Jun 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts