MCP server that audits websites for RGAA 4.1.2 accessibility compliance. Connects to Claude Desktop and exposes two tools: automated page auditing and RGAA criteria lookup.
{
"mcpServers": {
"rgaa": {
"command": "npx",
"args": [
"-y",
"rgaa-mcp"
]
}
}
}