Gives Claude the ability to audit any website's SEO, security, and performance without API keys or configuration. You get eight tools including full_audit for comprehensive scoring, seo_audit for meta tags and structured data analysis, security_audit for HTTPS and CSP headers, lighthouse_audit via Google PageSpeed Insights, and check_links for broken link detection. Useful when you're comparing competitor sites, troubleshooting production security headers, or getting actionable SEO recommendations without leaving your editor. The self-hosted version runs via uvx from PyPI, or you can use the MCPize hosted endpoint to skip local setup entirely. Returns structured scores, specific warnings, and prioritized fixes rather than raw data dumps.
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 — 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:
claude mcp add siteaudit -- uvx --from siteaudit-mcp siteaudit
{
"mcpServers": {
"siteaudit": {
"command": "uvx",
"args": ["--from", "siteaudit-mcp", "siteaudit"]
}
}
}
pip install siteaudit-mcp
siteaudit
git clone https://github.com/vdalhambra/siteaudit-mcp.git
cd siteaudit-mcp
uv sync
uv run siteaudit
npx -y @smithery/cli install @vdalhambra/siteaudit --client claude
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%).
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
com.exploit-intel/eip-mcp
dmontgomery40/pentest-mcp
pantheon-security/notebooklm-mcp-secure
cyanheads/pentest-mcp-server
io.github.akhilucky/ai-firewall-mcp