Audit websites for SEO, performance, security, accessibility and agent experience issues.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
Website audits for AI agents: skills, plugins, and MCP in one repo
squirrelscan is a website audit tool built for AI agents. It crawls a site, analyzes every page against 260+ rules across SEO, performance, security, accessibility, content, and more, and returns a health score plus concrete, fixable issues.
Features:
| Skill | What it does |
|---|---|
squirrelscan | Operate the CLI: install, login, run audits, publish reports, credits, API keys, MCP setup, config, troubleshooting |
audit-website | The fix loop: audit a site, map findings to code, fix in batches, re-audit until it scores well |
The repo is also a Claude Code plugin + marketplace and a Cursor plugin, bundling both skills and the hosted squirrelscan MCP server.
All skills drive the squirrel CLI, which must be installed and in PATH.
Install: squirrelscan.com/download
Verify:
Pick the path for your tool:
| Tool | Install |
|---|---|
| Any agent (Agent Skills standard) | npx skills add squirrelscan/skills |
| Claude Code | /plugin marketplace add squirrelscan/skills then /plugin install squirrelscan@squirrelscan |
| Cursor | npx skills add squirrelscan/skills, or the plugin / MCP deeplink below |
| OpenAI Codex | npx skills add squirrelscan/skills (lands in .agents/skills/) |
| squirrel CLI | squirrel skills install |
| Manual | clone + symlink skills/* into your agent's skills dir |
Installs both skills (squirrelscan and audit-website) for whichever agents you select: Claude Code, Codex, Cursor, Gemini CLI, Amp, and more. Skills follow the Agent Skills standard, so the same SKILL.md works across tools. To install just one skill:
One step installs both skills and connects the hosted squirrelscan MCP server. Updates ship automatically with new commits to this repo.
Three options, lightest to fullest:
npx skills add squirrelscan/skills. Cursor reads Agent Skills from .cursor/skills/, .agents/skills/, and their ~/ equivalents (it also picks up ~/.claude/skills/)..cursor-plugin/) bundling both skills and the MCP server, for install via the Cursor Marketplace.Codex reads skills from .agents/skills/ (project) or ~/.agents/skills/ (global). npx skills add squirrelscan/skills installs there, or clone and symlink the skills/* directories.
Then copy or symlink skills/squirrelscan and skills/audit-website into your agent's skills directory (make link does this for Claude Code and .agents/skills consumers).
The hosted MCP server lives at https://mcp.squirrelscan.com/mcp (streamable-http; OAuth or Authorization: Bearer sq_... API key). A local stdio server is available via squirrel mcp. Docs: docs.squirrelscan.com/developers/mcp
Contributions are welcome! To suggest new skills or improvements:
All skills follow the Agent Skills Standard.
MIT License β See LICENSE file for details.
Learn more: docs.squirrelscan.com | squirrelscan.com
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/squirrelscan)<a href="https://allmcps.com/mcp/squirrelscan"><img src="https://allmcps.com/api/badge/squirrelscan?style=directory" alt="Squirrelscan on AllMCPs" /></a>