fizzgig__a11y_audit
static WCAG check — alts, labels, semantic structure, keyboard nav.
the AI ships a beautiful page. screen reader users can't use any of it. the buttons say 'click here', the images have no alt, the form fields have no labels, the heading hierarchy goes h1 → h4. the accessibility regulators are coming.
14 WCAG checks across 6 surfaces: alt-text and image dimensions, form labels and accessible names for inputs, link/button text quality, semantic structure (h1, heading hierarchy, landmarks), keyboard and focus navigation (skip-link, tabindex), media captions. Fires on static HTML before deploy.
ship a page that 15% of your potential users can actually use. the basics that should have been there from commit one.
caught a policy that would have leaked every user's comments. shipped a fix in 4 minutes.
first tool i installed. it's the one that pays for itself.
works great. one false positive on a join table — easy to ignore.
{
"fizzgig": {
"url": "https://mcp.fizzgig.ai",
"tools": ["a11y_audit"]
}
}