MCP server for web accessibility: alt text checker, heading hierarchy, WCAG contrast, ARIA validator, form accessibility Install: npx @rog0x/mcp-a11y-tools
SaferSkills independently audited Mcp A11Y Tools (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Web accessibility analysis tools for AI agents, served over the Model Context Protocol (MCP).
Analyze images in HTML for missing, empty, or low-quality alt text.
alt attributesalt="" with role="presentation")<input type="image">, and <area> elementsValidate heading structure for proper nesting and content quality.
<h1> per pagerole="heading" with aria-levelCheck WCAG 2.x contrast ratio for foreground/background color pairs.
#fff, #ffffff), rgb(r,g,b), and named colorsValidate ARIA attributes on HTML elements.
aria-label on non-interactive elementsaria-hidden="true" on focusable elementsAudit form elements for accessibility compliance.
<fieldset> and <legend>autocomplete attributes for personal info fieldsnpm install
npm run buildAdd to your claude_desktop_config.json:
{
"mcpServers": {
"a11y-tools": {
"command": "node",
"args": ["D:/products/mcp-servers/mcp-a11y-tools/dist/index.js"]
}
}
}MIT
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.