Accessibility, seamlessly integrated into your development workflow
Connect accessibility directly to your AI agents
navable provides two dedicated MCP servers: validate local code on localhost during development or query live audit data without leaving your editor.
Local MCP – validate localhost in the dev workflow
Gives your AI coding agents deep real‑browser scans via Playwright and axe‑core (optionally Pa11y/HTMLCS). The server returns WCAG 2.1 A+AA violations including automatic EN 301 549 mapping and a structured fix plan.
- Tools: run_accessibility_scan, generate_fix_plan, update_fix_status
- Generates a .navable-plan.json that your AI agent can execute autonomously
claude mcp add navable -- npx -y @navable/mcpHosted MCP – global audit data directly in your IDE
Connect VS Code, Cursor or Windsurf to your central production and staging audits. Ask your AI for current scores, top issues and trends across the organisation – without changing context.
- Query monitored URL collections, scores and severities directly
- Secure endpoint via mcp.navable.io with x‑api‑key authentication
https://mcp.navable.io/ (Header: x-api-key)A repeatable scan → fix → verify workflow
Pair the MCP with @navable/skills so your agent follows a consistent process instead of improvising — with detailed fix guides for ARIA, color, forms, headings, images, keyboard, landmarks, language, navigation and tables.
scan-accessibility
Scan a URL, generate a fix plan, apply fixes and verify.
fix-accessibility
Resume an existing .navable-plan.json and work through pending items.
review-component
Review a component's source for accessibility issues — no browser needed.
audit-page-structure
Audit landmarks, heading hierarchy, navigation and document metadata.
Install into your agent's skills folder
cp -r skills/* .github/skills/ # Copilot
cp -r skills/* .claude/skills/ # Claude Code
cp -r skills/* .agents/skills/ # CursorSecure every deployment for accessibility – fully automated
Integrate WCAG checks directly into your existing deployment pipeline. Trigger audits programmatically, use automated quality gates before release, or forward real‑time results via webhooks.
- Automated triggers: run deep real‑browser audits after every deploy
- Dynamic URL management: add new paths directly from your code
- Real‑time interfaces with secure header authentication
- Webhook pipelines: send audit events straight to your internal tools
curl -X POST https://app.navable.io/api/... \
-H "x-api-key: $navable_API_KEY"Every finding ships with a fix prompt
Paste a ready-made prompt into Copilot, Cursor or ChatGPT. The issue, affected code and fix instructions are included. No accessibility expertise required.
Click to see a real example navable generates.
Your agent gets expert context, not guesses
The open-source MCP exposes curated, WCAG-grounded resources so agents fix issues correctly the first time.
WCAG → EN 301 549 mapping
Success criteria mapped to EN 301 549, testability and axe rules.
>50 fix patterns
Per axe-rule before/after code patterns your agent can apply.
WAI-ARIA APG patterns
Authoring-practices guidance for dialogs, comboboxes and more.
Semantic HTML guides
Per-element implicit roles and correct usage.
BFSG legal context
Scope, glossary and enforcement context for German compliance.
