Accessibilityai
@groundlogic-ai-source
关于 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.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"accessibility-ai": {
"url": "https://accessibility.groundlogic.ai/mcp",
"transport": "http"
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
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.
开发工具 分类下的更多 MCP 服务器
OpenSumi
opensumiA framework helps you quickly build AI Native IDE products. MCP Client, supports Model Context Protocol (MCP) tools via MCP server.
FastAPI-MCP
tadata-orgExpose your FastAPI endpoints as Model Context Protocol (MCP) tools, with Auth!
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
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
DevDocs by CyberAGI 🚀
cyberagiincCompletely free, private, UI based Tech Documentation MCP server. Designed for coders and software developers in mind. Easily integrate into Cursor, Windsurf, Cline, Roo Code, Claude Desktop App
评论