1. Conduid
  2. Content
  3. io.github.thegridwork/siteaudit
MCP server · Content

io.github.thegridwork/siteaudit

Audit websites for accessibility, performance, SEO, design, and mobile. 47 WCAG checks.

Unclaimed content
37Low

Scored 5 months ago · breakdown

About io.github.thegridwork/siteaudit

io.github.thegridwork/siteaudit is an MCP server in the Content category: audit websites for accessibility, performance, SEO, design, and mobile. 47 WCAG checks. It has been installed 0 times through Conduid.

Install

Claude Code
claude mcp add io-github-thegridwork-siteaudit -- npx -y gridwork-siteaudit
npx
npx -y gridwork-siteaudit

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about io.github.thegridwork/siteaudit

Powered by Claude · Grounded in docs

I know everything about io.github.thegridwork/siteaudit. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • ·Scoped permissionsNot checked yet.

README

@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

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

README mirrored from the source repository 5 months ago. The original is authoritative.

Questions

About io.github.thegridwork/siteaudit

How do I install io.github.thegridwork/siteaudit?

Run claude mcp add io-github-thegridwork-siteaudit -- npx -y gridwork-siteaudit, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is io.github.thegridwork/siteaudit safe to use with an AI agent?

Its trust score is 37 out of 100 (low). Conduid hasn't run static security checks on this repository yet, so review the source yourself before granting it credentials. It has no ConduID identity yet, so agent calls to it are not receipted.

Is io.github.thegridwork/siteaudit still maintained?

Conduid hasn't recorded a commit date for this repository yet. Check the repository directly for recent activity.