SiteAudit MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| logging | {} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| extensions | {
"io.modelcontextprotocol/ui": {}
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| full_auditA | Run a comprehensive audit on a URL — SEO, performance, and security in one call. Returns a unified score (0-100) plus detailed results for each category. This is the most complete analysis available. |
| seo_auditA | Run an SEO-focused audit on a URL. Checks title tags, meta descriptions, headings, images alt text, internal/external links, canonical URLs, Open Graph, structured data, mobile viewport, and content length. Returns score + actionable recommendations. |
| security_auditA | Run a security audit on a URL. Checks HTTPS, HSTS, CSP, X-Frame-Options, cookie flags, SSL certificate validity and expiration, server disclosure, and other security headers. Returns score + fixes needed. |
| performance_auditA | Check page performance — response time, page size, compression, caching. Returns server response time, page size, compression status, redirect chain analysis, and caching header review. |
| compare_sitesA | Compare SEO and performance scores of multiple websites side by side. Useful for competitive analysis — see how your site stacks up against competitors across SEO, performance, and security. |
| lighthouse_auditA | Run Google Lighthouse via PageSpeed Insights API — get performance, accessibility, SEO, and best-practices scores plus Core Web Vitals (LCP, INP, CLS). Returns Lighthouse scores (0-100), Core Web Vitals with ratings, and the top 5 performance optimization opportunities ranked by potential time savings. This uses Google's real Lighthouse engine — the same tool Chrome DevTools uses. Takes 15-30 seconds to complete. |
| check_linksA | Scan a page for broken links — find 404s, redirects, timeouts, and server errors. Extracts all links (internal + external) from the page, checks each with a HEAD request, and groups results by status: working (2xx), redirects (3xx), client errors (4xx), server errors (5xx), and timeouts. Checks up to 50 links concurrently for speed. Results cached for 5 minutes. |
| check_robots_txtA | Check and analyze a site's robots.txt file. Shows which paths are allowed/disallowed, sitemaps referenced, and crawl-delay settings. |
| accessibility_auditA | Run WCAG accessibility checks on a URL. Returns a score (0-100) and detailed findings on:
|
| schema_validatorA | Extract and validate Schema.org structured data (JSON-LD, microdata). Returns all structured data found on the page with validation hints and a breakdown by schema type. Critical for rich snippets in SERPs. |
| competitor_gap_analysisA | Analyze SEO/security/performance gaps vs competitors. Returns areas where competitors outperform your site, with specific recommendations for improvement. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 11 tools
Most tools target distinct audit areas, but 'full_audit' overlaps with individual audits like 'seo_audit', 'performance_audit', and 'security_audit'. Also, 'compare_sites' and 'competitor_gap_analysis' serve similar competitive analysis purposes, causing potential confusion.
All tool names use snake_case and are descriptive. However, some follow a 'verb_noun' pattern (check_links, check_robots_txt) while others use 'noun_verb' (accessibility_audit, security_audit), which is a minor inconsistency.
With 11 tools, the server covers a comprehensive set of site auditing capabilities without being bloated. Each tool addresses a specific need, and the count is appropriate for the domain.
The server covers major audit areas like accessibility, performance, SEO, security, links, and structure. Minor gaps exist, such as no dedicated mobile-friendliness check or sitemap validation, but Lighthouse and other tools partially fill these gaps.