SiteAudit MCP
Provides comprehensive website auditing capabilities for GitHub-hosted sites, including SEO analysis, performance metrics, security header checks, and robots.txt analysis for any GitHub Pages or repository-hosted website.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@SiteAudit MCPaudit example.com for SEO issues"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
SiteAudit MCP
Instant SEO, Performance, and Security Audits for AI Agents — analyze any URL with a single tool call via the Model Context Protocol.
What it does
SiteAudit gives your AI agent the ability to audit any website instantly. No API keys, no configuration, no cost. Just ask:
"Audit example.com"
"Check the SEO of my competitor's site"
"Is my site secure? Check the security headers"
"Compare my site vs 3 competitors"
"Show me the robots.txt for this domain"
Tools (6)
Tool | Description |
| Comprehensive SEO + performance + security audit with unified score (0-100) |
| SEO analysis: title, meta, headings, images, links, structured data, Open Graph |
| Security headers, HTTPS, HSTS, CSP, SSL certificate check, cookie flags |
| Response time, page size, compression, caching, redirects |
| Side-by-side comparison of multiple websites |
| Parse and analyze robots.txt rules and sitemaps |
Installation
Claude Code / Claude Desktop
{
"mcpServers": {
"siteaudit": {
"command": "uvx",
"args": ["--from", "siteaudit-mcp", "siteaudit"]
}
}
}From source
git clone https://github.com/vdalhambra/siteaudit-mcp.git
cd siteaudit-mcp
uv sync
uv run siteauditWhat it checks
SEO (20+ checks)
Title tag (presence, length)
Meta description (presence, length)
H1 tag (count, content)
Heading hierarchy (H1-H6)
Image alt text coverage
Internal/external link count
Canonical URL
Open Graph tags
Twitter Card tags
Mobile viewport
Structured data (JSON-LD)
Favicon
Language attribute
robots meta directives
Content length (word count)
Security (10+ checks)
HTTPS enforcement
HSTS header (with subdomains and preload)
Content-Security-Policy
X-Content-Type-Options
X-Frame-Options
Referrer-Policy
Permissions-Policy
Server/X-Powered-By disclosure
Cookie security flags (Secure, HttpOnly, SameSite)
SSL certificate validity and expiration
Performance
Server response time (ms)
Page size (KB)
Compression (gzip/brotli)
Cache-Control headers
Redirect chain analysis
HTTP status code
Example Output
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'No API Keys Required
SiteAudit works entirely by analyzing the HTML and HTTP headers of the target URL. No third-party API keys needed. It uses:
requestsfor HTTP fetchingBeautifulSoupfor HTML parsingPython
sslfor certificate checking
License
MIT
This server cannot be installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/vdalhambra/siteaudit-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server