Skip to content

curated: add WebAbility (accessibility MCP)#55

Open
snayyar00 wants to merge 2 commits into
UsefulSoftwareCo:mainfrom
snayyar00:add-webability-mcp
Open

curated: add WebAbility (accessibility MCP)#55
snayyar00 wants to merge 2 commits into
UsefulSoftwareCo:mainfrom
snayyar00:add-webability-mcp

Conversation

@snayyar00

Copy link
Copy Markdown

Adds curated/webability.jsonWebAbility, an accessibility MCP server for AI coding agents (Cursor, Claude Code, Copilot, Windsurf, VS Code).

What agents can do with it:

  • scan_page / scan_html / flow_scan — WCAG / ADA / Section 508 scans (axe-core + WebAbility detectors + HTML_CodeSniffer), free and local, no account
  • generate_ai_fix — framework-aware fixes (Tailwind, MUI, Bootstrap, WordPress, Next.js)
  • verify_fix — re-scan a fixed element and confirm the violation is gone (verified: true/false)
  • visual_audit — Claude-vision pass for focus visibility, icon contrast, "looks like a button" (account-gated)
  • start_audit / get_audit — full audit deliverable: report + Excel workbook with download URLs (account-gated)

Details:

Follows the curated/ Provider schema in curated/GENERATION.md (slug = filename, tagline ≤ 80, 1–3 categories, every interface carries origin). verified: false — the tools are exercised end-to-end via the stdio server, but I did not probe the hosted HTTP endpoint's handshake for this record.

WebAbility is an accessibility MCP server for AI coding agents: WCAG/ADA/508
scans, framework-aware fixes, a vision pass beyond axe, one-call fix
verification, and a full downloadable audit deliverable. DOM scan/fix tools
run locally with no account; the vision + audit tools are account-gated.

Follows the curated/ Provider schema in GENERATION.md. npm package
@webability/mcp@1.3.0; hosted endpoint mcp.webability.io.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant