Instant SEO, performance, and security audits for any URL — an MCP server for AI agents
Instant SEO, Performance, and Security Audits for AI Agents — analyze any URL with a single tool call via the Model Context Protocol.
SiteAudit gives your AI agent the ability to audit any website instantly. No API keys, no configuration, no cost. Just ask:
| 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 |
check_robots_txt | Parse and analyze robots.txt rules and sitemaps |
{
"mcpServers": {
"siteaudit": {
"command": "uvx",
"args": ["--from", "siteaudit-mcp", "siteaudit"]
}
}
}git clone https://github.com/vdalhambra/siteaudit-mcp.git
cd siteaudit-mcp
uv sync
uv run siteauditURL: 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 checkingMIT
vdalhambra/siteaudit-mcp
April 13, 2026
April 13, 2026
Python