loading…
Search for a command to run...
loading…
Enables AI agents to perform instant SEO, performance, and security audits of any website through the Model Context Protocol. It provides comprehensive analysis
Enables AI agents to perform instant SEO, performance, and security audits of any website through the Model Context Protocol. It provides comprehensive analysis without requiring API keys or configuration.
PyPI version License: MIT Python 3.11+ Glama MCP Server
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
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"siteaudit-mcp": {
"command": "npx",
"args": []
}
}
}