SiteAudit MCP
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.
README
<!-- mcp-name: io.github.vdalhambra/siteaudit-mcp -->
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.
Use Cases
Here are concrete examples of what you can ask your AI agent once SiteAudit is installed:
- "Audit example.com and give me a prioritized list of SEO fixes" — Full SEO audit with title tags, meta descriptions, headings, structured data, Open Graph, and actionable recommendations
- "Check the security headers on my production site" — HTTPS, HSTS, CSP, X-Frame-Options, cookie flags, SSL certificate validity, and server disclosure
- "Compare my site vs 3 competitors side-by-side" — Multi-site comparison with scores for SEO, performance, and security across all sites
- "Run a Lighthouse audit on my homepage" — Google PageSpeed Insights performance, accessibility, best practices, and SEO scores
- "Find all broken links on my site" — Crawl internal and external links, report 404s, redirects, and unreachable URLs
- "Check if my robots.txt is blocking anything important" — Parse robots.txt rules, find sitemap references, and identify potential crawl issues
Why SiteAudit?
| 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 |
Tools (8)
| 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 |
Installation
⭐ Recommended: MCPize (hosted, no setup)
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?
- ✅ Zero setup — works immediately in Claude Desktop, Cursor, Windsurf, Claude Code
- ✅ Always up-to-date — new SEO checks and features added continuously
- ✅ Scales with you — upgrade to Pro ($19/mo) for 10,000 audits + full Lighthouse + priority
- ✅ No rate limits on PageSpeed API — we handle the Google quota for you
- ✅ Reliable uptime — managed cloud infrastructure
See pricing below for all tiers including Agency and Enterprise.
💻 Advanced: Self-hosted (developers)
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.
Pricing
| 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%).
What it checks
SEO Audit (20+ checks)
- Title tag (presence, length optimization)
- 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 Audit (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 Audit
- Server response time (ms)
- Page size (KB)
- Compression (gzip/brotli)
- Cache-Control headers
- Redirect chain analysis
- HTTP status code
Lighthouse Audit (via Google PageSpeed Insights)
- Performance score
- Accessibility score
- Best practices score
- SEO score
- Core Web Vitals (FCP, LCP, TBT, CLS)
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 parsing- Python
sslfor certificate checking - Google PageSpeed Insights API (free, no key required for basic usage)
Compatible AI Agents
SiteAudit works with any AI agent or IDE that supports the Model Context Protocol:
- Claude Code (CLI) —
claude mcp add - Claude Desktop —
claude_desktop_config.json - Cursor —
.cursor/mcp.json - Windsurf — MCP settings
- Copilot — MCP configuration
- Any MCP client — stdio or HTTP transport
Support this project
If SiteAudit is useful to you, please consider supporting ongoing development:
- 💎 Upgrade to Pro on MCPize — Best way to support + get priority access
- ⭐ Star this repo — Helps other developers find it
- 💖 Sponsor on GitHub — One-time or recurring support
- 🐦 Share on Twitter/X — Tag @ElAgenteRayo
License
MIT
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。