
A11y Scorer
Score pages for accessibility issues from your agent before release using the hosted Cloudflare Workers MCP endpoint.
Overview
io.github.lazymac2x/a11y-scorer is a MCP server for the Ship phase that provides remote accessibility scoring for agents via Cloudflare Workers.
What is this MCP server?
- Remote streamable-http MCP at api.lazy-mac.com/a11y-scorer/mcp
- Cloudflare Workers–hosted a11y-scorer (v1.0.0)
- No local npm binary required—register the remote URL in MCP config
- GitHub source: lazymac2x/a11y-scorer-api for behavior review
- Server version 1.0.0; schema 2025-09-29
- Remote URL: https://api.lazy-mac.com/a11y-scorer/mcp (streamable-http)
- Repository: github.com/lazymac2x/a11y-scorer-api
What problem does it solve?
You forget to run accessibility checks until late in release, and switching tools breaks your agent-led ship rhythm.
Who is it for?
Indie devs shipping static or SPA frontends who want lightweight automated a11y signal from the agent.
Skip if: Teams needing certified WCAG audits, native mobile-only apps without web surfaces, or fully offline air-gapped environments.
What do I get? / Deliverables
After adding the remote MCP URL, your agent can trigger a11y-scorer runs inside the same fix-and-retest loop.
- Agent-invoked accessibility scoring results for web pages
- Repeatable pre-launch a11y checks without installing a local scorer package
Recommended MCP Servers
Journey fit
How it compares
Hosted a11y audit MCP endpoint, not a local Playwright skill or design-system linter alone.
Common Questions / FAQ
Who is io.github.lazymac2x/a11y-scorer for?
Solo builders and small teams using MCP agents who want quick accessibility scoring on web URLs during Ship.
When should I use io.github.lazymac2x/a11y-scorer?
Use it in Ship testing before you tag a release, after UI changes, or when an agent is fixing frontend regressions.
How do I add io.github.lazymac2x/a11y-scorer to my agent?
Add a remote MCP server entry with type streamable-http pointing to https://api.lazy-mac.com/a11y-scorer/mcp per your agent’s MCP docs.