Labsco
vdalhambra logo

siteaudit-mcp

โ˜… 3

from vdalhambra

Comprehensive website auditing with 8 tools: SEO analysis, security headers, Lighthouse audits, broken link detection, site comparison, technology detection, SSL analysis, and accessibility checks. Zero API keys required.

๐Ÿ”ฅ๐Ÿ”ฅ๐Ÿ”ฅโœ“ VerifiedAccount requiredAdvanced setup

PyPI version License: MIT Python 3.11+ Glama MCP Server

<!-- 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.

Try it now โ€” no install needed: Open SiteAudit in the MCPize Playground โ€” runs in your browser, free tier (100 audits/month)

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?

FeatureSiteAudit MCPAhrefsScreaming FrogGoogle Lighthouse
Works with Claude Code / CursorYesNoNoCLI only
No API key neededYesNo ($99/mo)Free (limited)Yes
SEO + Security + PerformanceAll threeSEO onlySEO onlyPerformance only
AI-native (MCP protocol)YesREST APIDesktop appCLI / API
Broken link checkerYesYesYesNo
Lighthouse integrationYesNoNoIt is Lighthouse
Multi-site comparisonYesManualManualManual
FreeYes$99+/moFree (500 URLs)Yes

Tools (8)

ToolDescription
full_auditComprehensive SEO + performance + security audit with unified score (0-100)
seo_auditSEO analysis: title, meta, headings, images, links, structured data, Open Graph
security_auditSecurity headers, HTTPS, HSTS, CSP, SSL certificate check, cookie flags
performance_auditResponse time, page size, compression, caching, redirects
compare_sitesSide-by-side comparison of multiple websites
lighthouse_auditGoogle PageSpeed Insights: performance, accessibility, best practices, SEO
check_linksCrawl and validate all links on a page โ€” find broken links, redirects, timeouts
check_robots_txtParse and analyze robots.txt rules, directives, and sitemaps

Pricing

TierPriceAudits/monthIncludes
Free$0100Basic audit (no Lighthouse)
Hobby$7/mo2,500Full audit without site comparison
Pro โญ$19/mo10,000All 8 tools + full Lighthouse + priority
Agency$49/mo50,000Pro + 10 saved sites + scheduled audits
Agency Plus$119/mo200,000Agency + white-label PDF reports + 25 seats
Enterprise$349/moUnlimitedAgency 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%).

๐Ÿ‘‰ View all pricing on MCPize

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

Copy & paste โ€” that's it
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:

  • requests for HTTP fetching
  • BeautifulSoup for HTML parsing
  • Python ssl for 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