Siteaudit Mcp — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Siteaudit Mcp (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
<!-- mcp-name: io.github.vdalhambra/siteaudit-mcp -->
Instant SEO, Performance, and Security Audits for AI Agents — analyze any URL with a single tool call via the Model Context Protocol (MCP).
SiteAudit is an MCP server that gives Claude Code, Cursor, Windsurf, and any AI agent the ability to audit any website instantly. No API keys, no configuration, no cost. The complete website audit toolkit for AI-powered development.
Try it now — no install needed: Open SiteAudit in the MCPize Playground — runs in your browser, free tier (100 audits/month)
Here are concrete examples of what you can ask your AI agent once SiteAudit is installed:
| Feature | SiteAudit MCP | Ahrefs | Screaming Frog | Google Lighthouse |
|---|---|---|---|---|
| Works with Claude Code / Cursor | Yes | No | No | CLI only |
| No API key needed | Yes | No ($99/mo) | Free (limited) | Yes |
| SEO + Security + Performance | All three | SEO only | SEO only | Performance only |
| AI-native (MCP protocol) | Yes | REST API | Desktop app | CLI / API |
| Broken link checker | Yes | Yes | Yes | No |
| Lighthouse integration | Yes | No | No | It is Lighthouse |
| Multi-site comparison | Yes | Manual | Manual | Manual |
| Free | Yes | $99+/mo | Free (500 URLs) | Yes |
| Tool | Description |
|---|---|
full_audit | Comprehensive SEO + performance + security audit with unified score (0-100) |
seo_audit | SEO analysis: title, meta, headings, images, links, structured data, Open Graph |
security_audit | Security headers, HTTPS, HSTS, CSP, SSL certificate check, cookie flags |
performance_audit | Response time, page size, compression, caching, redirects |
compare_sites | Side-by-side comparison of multiple websites |
lighthouse_audit | Google PageSpeed Insights: performance, accessibility, best practices, SEO |
check_links | Crawl and validate all links on a page — find broken links, redirects, timeouts |
check_robots_txt | Parse and analyze robots.txt rules, directives, and sitemaps |
The fastest way to get started. No terminal, no config files, no Python setup — works in any MCP client:
👉 [Install SiteAudit on MCPize](https://mcpize.com/mcp/siteaudit-mcp) — Free tier available (100 audits/month)
Or add to your MCP config directly:
{
"mcpServers": {
"siteaudit": {
"url": "https://siteaudit-mcp.mcpize.run/mcp"
}
}
}Why MCPize?
See pricing below for all tiers including Agency and Enterprise.
For those who prefer to run the server locally:
<details> <summary><b>Claude Code CLI</b></summary>
claude mcp add siteaudit -- uvx --from siteaudit-mcp siteaudit</details>
<details> <summary><b>Claude Desktop / Cursor / Windsurf (local)</b></summary>
{
"mcpServers": {
"siteaudit": {
"command": "uvx",
"args": ["--from", "siteaudit-mcp", "siteaudit"]
}
}
}</details>
<details> <summary><b>From PyPI</b></summary>
pip install siteaudit-mcp
siteaudit</details>
<details> <summary><b>From source</b></summary>
git clone https://github.com/vdalhambra/siteaudit-mcp.git
cd siteaudit-mcp
uv sync
uv run siteaudit</details>
<details> <summary><b>Smithery</b></summary>
npx -y @smithery/cli install @vdalhambra/siteaudit --client claude</details>
Note: Self-hosted = full feature access but you manage updates, uptime, and Google PageSpeed quotas. For most users, MCPize is the better choice.
| Tier | Price | Audits/month | Includes |
|---|---|---|---|
| Free | $0 | 100 | Basic audit (no Lighthouse) |
| Hobby | $7/mo | 2,500 | Full audit without site comparison |
| Pro ⭐ | $19/mo | 10,000 | All 8 tools + full Lighthouse + priority |
| Agency | $49/mo | 50,000 | Pro + 10 saved sites + scheduled audits |
| Agency Plus | $119/mo | 200,000 | Agency + white-label PDF reports + 25 seats |
| Enterprise | $349/mo | Unlimited | Agency Plus + on-prem + custom integrations + SLA |
Annual plans: Get 2 months free (pay for 10, use 12).
Bundle: Combine with FinanceKit MCP for $39/mo (Pro Combo — save 19%).
👉 [View all pricing on MCPize](https://mcpize.com/mcp/siteaudit-mcp)
URL: https://github.com
Overall Score: 90/100 (Grade: A)
Scores:
SEO: 85/100
Performance: 95/100
Security: 90/100
Issues: 0
Warnings: 3
[SEO] No JSON-LD structured data
[Security] Missing Content-Security-Policy header
[Security] Server header discloses: 'GitHub.com'SiteAudit works entirely by analyzing the HTML and HTTP headers of the target URL. No third-party API keys needed. It uses:
requests for HTTP fetchingBeautifulSoup for HTML parsingssl for certificate checkingSiteAudit works with any AI agent or IDE that supports the Model Context Protocol:
claude mcp addclaude_desktop_config.json.cursor/mcp.jsonIf SiteAudit is useful to you, please consider supporting ongoing development:
MIT
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.