curated: add WebAbility (accessibility MCP)#55
Open
snayyar00 wants to merge 2 commits into
Open
Conversation
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds
curated/webability.json— WebAbility, 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 accountgenerate_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:
@webability/mcp@1.3.0(binwebability-mcp, stdio)https://mcp.webability.iowebability login/WEBABILITY_API_KEYfor the paid server-side toolsFollows the
curated/Providerschema incurated/GENERATION.md(slug = filename, tagline ≤ 80, 1–3 categories, every interface carriesorigin).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.