Accessibility Ai
UnclaimedOpen-source MCP server for WCAG 2.1 accessibility scanning, AI-powered fixes, and VPAT 2.5 report generation.
Install
npx playwright install chromiumUnclaimed listing
Is this your MCP server?
This listing was auto-indexed from the public record. Claim it to edit the page, set compatibility and unlock growth tools. Takes under two minutes.
Claim this serverTools (7)
generate_fixes
Takes scan results and generates specific code fixes for each violation. Returns patches ready to paste into Claude Code or Replit Agent.
generate_vpat
Generates a complete VPAT 2.5 EN 301 549 accessibility conformance report. Returns a PDF (base64) and structured JSON covering all clauses.
overall_conformance_percentage
% of WCAG 2.1 Level A & AA criteria met
pdf_base64
Base64-encoded PDF, decode and save as .pdf
re_verify
Re-scans the URL after fixes have been applied and compares against the original scan.
scan_accessibility
Scans a URL for WCAG 2.1 accessibility violations using DOM analysis and visual AI.
vpat_json
Full structured VPAT report (all EN 301 549 clauses)