-
Notifications
You must be signed in to change notification settings - Fork 6
VPAT Generation
github-actions[bot] edited this page Feb 23, 2026
·
2 revisions
The MCP server includes a generate_vpat tool that produces a VPAT 2.5 / Accessibility Conformance Report (ACR) template.
- Product name, version, and evaluation date
- All WCAG 2.2 Level A criteria (30 criteria) in a structured table
- All WCAG 2.2 Level AA criteria (20 criteria) in a structured table
- Conformance levels: Supports, Partially Supports, Does Not Support, Not Applicable, Not Evaluated
- Remarks and explanations for each criterion
- Summary statistics (how many criteria at each conformance level)
- Terms and definitions section
With the accessibility-wizard:
/accessibility-wizard I need to prepare for a VPAT assessment
@accessibility-wizard generate a VPAT for this project
The wizard runs its full audit, then uses generate_vpat to produce a VPAT pre-populated with findings.
Directly via the MCP tool:
generate_vpat with:
productName: "My App"
productVersion: "2.1.0"
evaluationDate: "2025-01-15"
findings: [
{ criterion: "1.1.1", level: "A", conformance: "Partially Supports",
remarks: "Most images have alt text, but user-uploaded images lack alt" }
]
reportPath: "VPAT-MyApp-2.1.0.md"
- Run
accessibility-wizardfor a comprehensive audit - The wizard produces
ACCESSIBILITY-AUDIT.mdwith all findings - Use
generate_vpatto map findings to WCAG criteria and generate the formal VPAT - Review and adjust conformance levels as needed (agents provide evidence, you make the final call)
- Accessibility Lead
- Web Accessibility Wizard
- Document Accessibility Wizard
- Alt Text and Headings
- ARIA Specialist
- Contrast Master
- Forms Specialist
- Keyboard Navigator
- Link Checker
- Live Region Controller
- Modal Specialist
- Tables Data Specialist
- Word Accessibility
- Excel Accessibility
- PowerPoint Accessibility
- PDF Accessibility
- Office Scan Config
- PDF Scan Config
- Testing Coach
- WCAG Guide