- Accessibilityai
Accessibilityai
AccessibilityAI — MCP Server by GroundLogic AI
Autonomously scan any URL for WCAG 2.1 violations, generate copy-paste code fixes, re-verify the results, and produce enterprise-grade VPAT 2.5 / EN 301 549 compliance reports — all from your AI assistant.
Requires: Your own Anthropic API key (BYOK). Never stored.
4 MCP Tools
1. scan_accessibility
Scans a URL using axe-core + Claude Vision. Returns a full list of violations with severity, WCAG criterion, affected elements, and a scan_id for follow-up tools.
2. generate_fixes
Takes the scan_id and generates AI-powered, copy-paste code fixes for each violation — batched 5 per call for reliability.
3. re_verify
Re-scans the URL after you've applied fixes and diffs resolved vs. persisting vs. new violations.
4. generate_vpat
Produces a complete VPAT 2.5 / EN 301 549 report covering all 50 WCAG 2.1 Level A/AA criteria, returned as JSON and PDF.
Example Prompts
- "Scan https://mysite.com for accessibility issues and generate fixes"
- "Generate a VPAT report for scan ID abc123 for our enterprise procurement team"
- "Re-verify https://mysite.com after I applied the accessibility fixes"
Setup
Add to your Claude / MCP client config:
{
"mcpServers": {
"accessibility-ai": {
"url": "https://accessibility.groundlogic.ai/mcp",
"transport": "http"
}
}
}
服务器配置
{
"mcpServers": {
"accessibility-ai": {
"url": "https://accessibility.groundlogic.ai/mcp",
"transport": "http"
}
}
}