
Company News
Free Business Plan Upgrades for Open Source Maintainers
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.
@webability/mcp
Advanced tools
WebAbility MCP server — WCAG 2.2 / ADA / EAA accessibility scanning with three-tier confidence output (issues + incomplete + summary), framework-aware AI fix suggestions, and brand-palette contrast checks. For Cursor, Claude Code, and other IDEs.
Accessibility testing MCP server for Cursor, VS Code Copilot, Claude Code, and any other MCP-compatible IDE.
WebAbility.io is an AI-powered web accessibility platform — widget, scanner, and agents for WCAG 2.2 / ADA / Section 508 / EAA compliance. This MCP exposes the same scanning engine that powers the WebAbility widget and dashboard, so you can audit and fix accessibility issues from your IDE while you build.
The server registers an instructions block on initialize, so any MCP-compatible client picks up business context (what tool to call when, the three-tier output convention, etc.) automatically — no setup required beyond the install below.
npm install -g @webability/mcp
Add to your IDE's MCP config:
{
"mcpServers": {
"webability": {
"command": "webability-mcp"
}
}
}
Optional env: WEBABILITY_API_URL (default https://api.webability.io) for self-hosted backends.
scan_page runs three engines in parallel and deduplicates the results:
| Engine | Rules | What it covers |
|---|---|---|
| WebAbility detectors | 60+ | Gradient-aware contrast, weak names, decorative icons, landmark hierarchy, ARIA correctness, link consistency, target size, keyboard traps |
| axe-core | 104 | Industry-standard WCAG 2.2 baseline |
| HTML_CodeSniffer | 200+ | Section 508 + WCAG techniques cross-reference |
Every scan returns:
issues — high-confidence violations, safe to surface as bugsincomplete — findings that need human review (contrast against gradients, marketing imagery, framer-motion pre-animation states, axe-incomplete). Never auto-fix these.summary — counts by severity + an incomplete countThis mirrors axe-core's violations / incomplete / passes split and prevents agents from "fixing" false positives in destructive ways.
| Tool | What it does |
|---|---|
scan_page | Scan a URL for WCAG accessibility issues (3 engines) |
flow_scan | Multi-page journey scan with deduplicated issues across pages |
scan_html | Scan a raw HTML snippet (no URL needed) |
detect_framework | Detect Tailwind / MUI / Bootstrap / Next.js / WP / plain CSS |
generate_ai_fix | Framework-aware fix alternatives. Auto-extracts brand palette from the live URL on contrast issues. |
visual_audit | Pixel-level audit via vision (icon contrast, focus visibility, looks-like-a-button-but-isn't) |
check_color_contrast | WCAG contrast check on a color pair; pass url to get brand-aligned suggestions from the live page |
check_aria | Validate ARIA attributes in an HTML snippet |
get_rules | List axe-core rules with optional WCAG tag filter |
find_source | Map a CSS selector back to local source files |
scan_page consolidates all three enginesIn Cursor / Claude Code:
"Scan localhost:3000 for accessibility issues"
"Walk login → dashboard → checkout and report unique issues across the flow"
"Suggest a fix for the contrast issue on
.btn-primaryon https://example.com — match their brand colors"
"What does WCAG 1.4.11 check?"
MIT
FAQs
WebAbility MCP server — WCAG 2.2 / ADA / EAA accessibility scanning with three-tier confidence output (issues + incomplete + summary), framework-aware AI fix suggestions, and brand-palette contrast checks. For Cursor, Claude Code, and other IDEs.
The npm package @webability/mcp receives a total of 176 weekly downloads. As such, @webability/mcp popularity was classified as not popular.
We found that @webability/mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.

Security News
During a UK cyber test, a Mythos 5 agent used sockpuppets, social engineering, and prompt injection to try to get a maintainer to merge malware.