Skip to main content
Glama
thegridwork

@gridwork/siteaudit

by thegridwork

@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

audit_site

Full comprehensive audit across all 5 categories

quick_check

Scores and grades only — fast triage

audit_accessibility

WCAG 2.1 AA focused audit with criterion references

audit_performance

Performance analysis with actionable fixes

audit_seo

SEO check: meta, OG, structured data, etc.

compare_sites

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

Claude 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 build

What 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

Install Server
F
license - not found
A
quality
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    -
    quality
    C
    maintenance
    An MCP server for accessibility auditing that provides WCAG 2.2 criteria lookup, HTML remediation guidance, and automated documentation generation for UI components. It enables users to analyze code snippets for issues and generate professional accessibility audit reports.
    Last updated
    243
    MIT
  • A
    license
    -
    quality
    -
    maintenance
    MCP server for website SEO + GEO analysis. Scan any URL to get scores across 5 categories (SEO, GEO, Performance, Security, Accessibility) with actionable fix recommendations. Enables AI coding assistants to audit websites and implement fixes autonomously.
    Last updated

View all related MCP servers

Related MCP Connectors

  • Website QA for your coding agent: audit SEO, performance, security, accessibility over MCP.

  • SEO MCP server: crawl your site, find AI-visibility gaps, and ship the fix from your coding agent.

  • MCP server providing access to the Scorecard API to evaluate and optimize LLM systems.

View all MCP Connectors

Latest Blog Posts

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