← squirrelscan.com
INDIVIDUAL MCP TOOL
list_rules
Browse the catalog of 260+ audit rules that run during an audit, grouped into categories (crawlability, meta tags, performance, security, accessibility, content, and more).
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
Parent endpoint
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.squirrelscan]
url = "https://mcp.squirrelscan.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"squirrelscan": {
"type": "http",
"url": "https://mcp.squirrelscan.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: squirrelscan
Remote MCP URL: https://mcp.squirrelscan.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"squirrelscan": {
"url": "https://mcp.squirrelscan.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"squirrelscan": {
"type": "http",
"url": "https://mcp.squirrelscan.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "squirrelscan",
"transport": "streamable-http",
"url": "https://mcp.squirrelscan.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
run_audit— Run a cloud audit of a website (crawl + 260+ rule analysis + report).get_audit_status— Poll a running audit by run_id (from run_audit or list_audits).list_audits— List the organization's audit runs: currently active (pending/running) plus the most recent runs of any status.list_websites— List websites the organization has audited, with their latest run status and health score.add_website— Register a website with the organization without running an audit (run_audit registers automatically, so this is only needed to set a site up ahead of time).delete_website— Delete a website from the organization (soft delete: past audits, reports, and issues are preserved, and published report links keep working).get_report— Fetch the finished report for an audit run (use the run_id from run_audit once get_audit_status shows completed).list_issues— List a website's open audit issues (like a bug tracker: each issue is one failing rule with occurrences across pages, numbered per website).