@gridwork/siteaudit
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., "@@gridwork/siteauditrun a comprehensive audit on example.com"
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.
@gridwork/siteaudit
An MCP server that audits any website for accessibility (WCAG 2.1 AA / EAA), performance, SEO, design quality, and mobile responsiveness. Get actionable scores, grades, and prioritized fixes.
Built for the compliance era: EU Accessibility Act enforcement is live, EU AI Act deadline is August 2026. Every website needs auditing.
By Gridwork
Tools
Tool | Description |
| Full comprehensive audit across all 5 categories |
| Scores and grades only — fast triage |
| WCAG 2.1 AA focused audit with criterion references |
| Performance analysis with actionable fixes |
| SEO check: meta, OG, structured data, etc. |
| Side-by-side comparison of two URLs |
Related MCP server: foglift-mcp
Install
Claude Code
claude mcp add @gridwork/siteaudit -- node /path/to/@gridwork/siteaudit/dist/index.jsClaude Desktop (claude_desktop_config.json)
{
"mcpServers": {
"@gridwork/siteaudit": {
"command": "node",
"args": ["/path/to/@gridwork/siteaudit/dist/index.js"]
}
}
}Cursor / Windsurf
Add to your MCP config:
{
"@gridwork/siteaudit": {
"command": "node",
"args": ["/path/to/@gridwork/siteaudit/dist/index.js"]
}
}Build from Source
npm install
npm run buildWhat It Checks
Accessibility (30% of score)
Language attribute, image alt text, form labels
Heading hierarchy, link text quality, ARIA landmarks
Skip navigation, tab order, auto-playing media
WCAG criterion references on every issue
Performance (20%)
Load time, page size, DOM complexity
Render-blocking resources, compression, caching
Image optimization (dimensions, lazy loading)
Resource preloading and preconnect hints
SEO (20%)
Title, meta description, heading structure
Open Graph, Twitter Cards, canonical URL
Structured data (JSON-LD), favicon
Internal linking, robots directives
Design Quality (15%)
Font consistency, color system coherence
Touch target sizes, text readability
Visual hierarchy, CTA presence
Dark mode support, branding elements
Mobile (15%)
Viewport configuration, zoom support
Fixed-width overflow detection
Responsive images, media queries
Input types for mobile keyboards
EAA Compliance Status
Every audit includes an EAA (European Accessibility Act) compliance assessment:
COMPLIANT: Meets WCAG 2.1 AA baseline
PARTIAL: Some issues to resolve
NON-COMPLIANT: Critical accessibility failures
License
MIT
Maintenance
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
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/thegridwork/siteaudit'
If you have feedback or need assistance with the MCP directory API, please join our Discord server