Accessibilityai
@groundlogic-ai-source
About Accessibilityai
Open-source MCP server that scans URLs for WCAG 2.1 accessibility violations, generates AI-powered code fixes, re-verifies them, and produces full VPAT 2.5 / EN 301 549 compliance reports. Bring your own Anthropic API key.
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"accessibility-ai": {
"url": "https://accessibility.groundlogic.ai/mcp",
"transport": "http"
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is AccessibilityAI?
AccessibilityAI is an MCP server that scans any URL for WCAG 2.1 violations, generates copy-paste code fixes, re-verifies results, and produces VPAT 2.5 / EN 301 549 compliance reports. It requires your own Anthropic API key and is intended for use with AI assistants like Claude.
How to use AccessibilityAI?
Configure the server URL (https://accessibility.groundlogic.ai/mcp) with HTTP transport in your MCP client. Then send prompts like "Scan https://mysite.com for accessibility issues and generate fixes" to invoke the four tools: scan_accessibility, generate_fixes, re_verify, and generate_vpat.
Key features of AccessibilityAI
- Scans any URL for WCAG 2.1 violations using axe-core and Claude Vision.
- Generates AI-powered copy-paste code fixes for each violation.
- Re-verifies after fixes, showing resolved, persisting, and new violations.
- Produces complete VPAT 2.5 / EN 301 549 reports as JSON and PDF.
- Requires your own Anthropic API key; key never stored.
- Batches fix generation 5 per call for reliability.
Use cases of AccessibilityAI
- Scan a website for accessibility compliance before launch.
- Generate copy-paste code fixes to address WCAG violations.
- Re-verify a site after applying fixes to confirm resolution.
- Produce a VPAT report for enterprise procurement or auditors.
- Automate accessibility testing and reporting within an AI assistant.
FAQ from AccessibilityAI
How do I connect to AccessibilityAI and what authentication is needed?
The server uses HTTP transport at https://accessibility.groundlogic.ai/mcp. You must provide your own Anthropic API key (BYOK); the key is never stored.
What tools does AccessibilityAI provide?
It provides four MCP tools: scan_accessibility (scan a URL), generate_fixes (generate code fixes for a scan), re_verify (rescan after fixes), and generate_vpat (produce a VPAT report).
Does AccessibilityAI store my data or API key?
No, your Anthropic API key is never stored. Scan results and fix data are handled per request.
What format does the VPAT report come in?
The VPAT 2.5 / EN 301 549 report is returned as both JSON and PDF.
How are the code fixes generated and delivered?
Fixes are AI-generated based on the scan results and are batched 5 per call for reliability. They are intended as copy-paste code snippets.
More Developer Tools MCP servers
MCP Unity Editor (Game Engine)
CoderGamesterModel Context Protocol (MCP) plugin to connect with Unity Editor — designed for Cursor, Claude Code, Codex, Windsurf and other IDEs

Sentry
modelcontextprotocolModel Context Protocol Servers
JetBrains MCP Proxy Server
JetBrainsA model context protocol server to work with JetBrains IDEs: IntelliJ, PyCharm, WebStorm, etc. Also, works with Android Studio
MCP Inspector
modelcontextprotocolVisual testing tool for MCP servers
Golf
golf-mcpProduction-Ready MCP Server Framework • Build, deploy & scale secure AI agent infrastructure • Includes Auth, Observability, Debugger, Telemetry & Runtime • Run real-world MCPs powering AI Agents
Comments