An open-source tool that puts an accessibility audit inside the loop where the work actually happens. It's on our GitHub as kitsune-a11y-mcp.

What it does

It exposes accessibility auditing over MCP, so an AI agent or a person can point it at a URL and get back a real WCAG 2.2 report. It drives a live browser with axe-core, catches the machine-checkable failures, and adds a checklist for the judgment calls a linter can never make on its own: focus order, keyboard traps, meaningful alternatives to images and charts.

Why it exists

We hold every public site we build to WCAG 2.2 AA and beyond, and the only way that sticks is if the audit is cheap enough to run on every page, every release. Making it a tool an agent can call turns accessibility from a thing you remember to check into a thing that just gets checked. It's free for individuals, and it's the engine behind the accessibility audit work we offer.