Server data from the Official MCP Registry
Audit websites for SEO, performance, security, accessibility and agent experience issues.
Audit websites for SEO, performance, security, accessibility and agent experience issues.
Remote endpoints: streamable-http: https://mcp.squirrelscan.com/mcp
Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry.
17 tools verified · Open access · No issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Remote Plugin
No local installation needed. Your AI client connects to the remote endpoint directly.
Add this to your MCP configuration to connect:
{
"mcpServers": {
"com-squirrelscan-squirrelscan": {
"url": "https://mcp.squirrelscan.com/mcp"
}
}
}From the project's GitHub README.
The website QA tool for your coding agent
squirrelscan audits your website for SEO, performance, security, accessibility and agent experience issues, and gives your coding agent exact fixes. Run it from the CLI, inside your coding agent, in the cloud, or over MCP. Local audits are always free.
squirrelscan ships as skills (autonomous audit + fix workflows), an MCP server (hosted at mcp.squirrelscan.com), and a plugin for Claude Code and Cursor. Pick your agent:
One click: the Add to Cursor badge above, or add the MCP server manually to ~/.cursor/mcp.json:
{
"mcpServers": {
"squirrelscan": { "type": "http", "url": "https://mcp.squirrelscan.com/mcp" }
}
}
Skills install with npx skills add squirrelscan/squirrelscan.
Install the plugin (bundles skills + the MCP server):
/plugin marketplace add squirrelscan/squirrelscan
/plugin install squirrelscan@squirrelscan
Or add just the MCP server:
claude mcp add --transport http squirrelscan https://mcp.squirrelscan.com/mcp
squirrelscan is in the MCP Registry as com.squirrelscan/squirrelscan. Point any client at the remote server:
https://mcp.squirrelscan.com/mcp
Authentication is per-user OAuth (or pass a squirrelscan API key as a Bearer token).
Skills follow the Agent Skills standard. Install with npx skills add squirrelscan/squirrelscan (lands in .agents/skills/), or clone this repo and symlink the skills/* directories.
macOS / Linux:
curl -fsSL https://install.squirrelscan.com | bash
Windows:
iwr -useb https://install.squirrelscan.com/install.ps1 | iex
npm (all platforms):
npm install -g squirrelscan
npx (run without installing):
npx squirrelscan audit example.com
# Audit a website
squirrel audit https://example.com
# Generate HTML report
squirrel audit https://example.com -f html -o report.html
# Pipe to Claude for AI analysis
squirrel audit https://example.com --format llm | claude
# Limit pages for faster results
squirrel audit https://example.com -m 10
Two skills drive agent workflows:
squirrelscan - operating the CLI: install, login, keys, credits, running audits, publishing reports, MCP setup, config, troubleshooting.audit-website - the full fix loop: audit, map issues to source files, fix in batches, re-audit until the site scores well.npx skills add squirrelscan/squirrelscan
Then, in your agent:
Use the audit-website skill to audit this site and fix all issues but only crawl 10 pages
| Category | Rules | Focus |
|---|---|---|
| Accessibility | 59 | ARIA, button/input names, landmarks, lists, tables, focus |
| Performance | 29 | Core Web Vitals, compression, caching, JS optimization |
| Crawlability | 17 | Robots.txt, sitemaps, indexability |
| Agent Experience | 17 | How ready a site is for AI agents to read, discover, operate |
| Security | 16 | HTTPS, CSP, cookies, leaked secrets |
| Images | 15 | Alt text, formats, lazy loading, optimization |
| E-E-A-T | 15 | Authority, trust, expertise signals |
| Links | 14 | Broken links, redirects, anchor text |
| Core SEO | 13 | Meta tags, canonical, doctype, charset |
| Content | 12 | Readability, freshness, word count |
| Structured Data | 10 | JSON-LD, schema validation |
| Site Integrity | 9 | Injected pages, phishing kits, malware, SEO spam |
| URL Structure | 8 | Length, format, parameters |
| Mobile | 6 | Viewport, tap targets, responsive |
| Social Media | 4 | Open Graph, Twitter Cards |
| Legal Compliance | 4 | Privacy policy, cookie consent |
| Video | 3 | Schema, captions, thumbnails |
| Local SEO | 3 | NAP, geo tags, service areas |
| Blocking | 3 | Content, links, trackers that ad/privacy blockers block |
| Internationalization | 2 | Hreflang, lang attribute |
| Analytics | 2 | GTM, consent mode |
Total: 261 rules across 21 categories
See the rules reference for full details.
| Format | Flag | Use Case |
|---|---|---|
| Console | (default) | Human-readable terminal output |
| JSON | -f json | CI/CD, programmatic processing |
| HTML | -f html | Visual reports for sharing |
| Markdown | -f markdown | Documentation, GitHub |
| Text | -f text | Clean output for piping to LLMs |
| LLM | -f llm | LLM optimized output |
squirrelscan is in active beta. Expect rapid iteration and breaking changes. Feedback and issue reports welcome!
The skills, plugin manifests, MCP configuration, and install scripts in this repository are MIT licensed (see LICENSE). The squirrelscan CLI binary itself is distributed as a standalone executable and is not open source.
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.