Siteaudit MCP Server

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

Remote serverstreamable-httpPython

What is the Siteaudit MCP MCP server?

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. That is what the siteaudit mcp mcp server brings to an AI assistant: the same capability, reachable through the Model Context Protocol rather than a separate app or dashboard.

Getting it running

Because this one is hosted, setup is mostly authentication — you point your client at the endpoint and approve access. Nothing runs on your machine, so there is no runtime to keep patched.

The tools it exposes

The server publishes 8 tools. What each one is for:

  • 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

Things to watch

  • Your data travels to the provider's service, so the usual questions apply about what you send and what they retain.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

How it compares

Plenty of search and retrieval servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Siteaudit MCP's toolset — full_audit, seo_audit, security_audit and 5 more — is a fair guide to whether it matches your workflow. It is maintained by vdalhambra; worth a glance at recent repository activity before you build anything load-bearing on it.

SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.

Available tools

ToolWhat it does
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

How to install the Siteaudit MCP MCP server

{
  "mcpServers": {
    "siteaudit": {
      "url": "https://siteaudit-mcp.mcpize.run/mcp"
    }
  }
}

Configuration as documented by the project. Restart the client after saving.

Example prompts to try

  • Use Siteaudit MCP to full audit.
  • Use Siteaudit MCP to seo audit.
  • Use Siteaudit MCP to security audit.

Frequently asked questions

It connects Siteaudit MCP to MCP-compatible AI assistants such as Claude and Cursor, exposing 8 tools (full_audit, seo_audit, security_audit, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Siteaudit MCP directly.