a11y-scorer-api
Cloudflare Workers MCP server: a11y-scorer. REST + MCP (JSON-RPC 2.0). Live: api.lazy-mac.com/a11y-scorer
by lazymac2x
Cloudflare Workers MCP server: a11y-scorer
Evaluates and scores web accessibility compliance against standards.
Captured live from the server via tools/list.
Fetch a URL and return a WCAG 2.1 AA heuristic audit.
Audit raw HTML for WCAG 2.1 AA issues.
Evaluate WCAG color contrast for a foreground/background pair.
Extract heading outline from HTML.
Cloudflare Workers MCP server: a11y-scorer. REST + MCP (JSON-RPC 2.0). Live: api.lazy-mac.com/a11y-scorer
Hosted server - connect over the network, no local install.
https://api.lazy-mac.com/a11y-scorer/mcpclaude_desktop_config.json
{
"mcpServers": {
"a11y-scorer": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://api.lazy-mac.com/a11y-scorer/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.