Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

io.github.groundlogic-ai-source/accessibility-ai

io.github.groundlogic-ai-source/accessibility-ai

Scan URLs for WCAG 2.1 violations, generate AI fixes, and produce VPAT 2.5 compliance reports.

Uptime
100.0%
1 direct probes · 30d
Response
1062ms
last probe
Tools
4
callable
Resources
0
readable
Prompts
0
available

Tools · 4

scan_accessibility

Scans a URL for WCAG 2.1 accessibility violations using DOM analysis (axe-core) and visual AI (Claude Vision). Returns structured violation data and a scan_id for use with other tools.

generate_fixes

Takes scan results and generates specific code fixes for each accessibility violation. Returns ready-to-apply code patches and a copy-paste summary for Claude Code or Replit Agent.

re_verify

Re-scans a URL after fixes have been applied and compares results against the original scan. Returns which violations were resolved, which persist, and any new issues introduced.

generate_vpat

Generates a complete VPAT 2.5 EN 301 549 accessibility conformance report based on scan results. Returns structured JSON and a downloadable PDF (base64-encoded). Covers all EN 301 549 clauses; non-web…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "io.github.groundlogic-ai-source/accessibility-ai": {
      "url": "https://accessibility.groundlogic.ai/mcp",
      "transport": "streamable-http"
    }
  }
}