WCAGent: Open-Source AI Agent for Automated Accessibility QA

✍️ OpenClawRadar📅 Published: July 5, 2026🔗 Source
Ad

An autonomous AI accessibility QA agent called WCAGent has been open-sourced. It uses LLMs and MCPs (Model Context Protocols) to observe, reason, and act on accessibility violations via a CLI interface.

Key Features

  • Detects WCAG violations — scans web pages for accessibility issues per WCAG standards
  • Assigns severity levels — classifies each violation (critical, serious, moderate, minor)
  • Generates detailed reports — outputs structured reports with violation details and remediation suggestions
  • Automatically raises GitHub issues — creates actionable GitHub issues for each violation, so devs can track fixes directly in their workflow
  • Works like an actual QA engineer — instead of just dumping raw scan results, WCAGent reasons about the context and provides human-readable feedback
Ad

How It Works

WCAGent runs as a CLI tool. It leverages LLMs to interpret accessibility rules and MCPs to interact with external systems (like GitHub). The agent can be invoked with a URL to audit, and it returns a report with severity tags and auto-generated GitHub issues.

Get Started

Clone the repo and run:

git clone https://github.com/AbhishekX-dev/WCAGent-ai-agent.git
cd WCAGent-ai-agent
pip install -r requirements.txt
python wcagent.py --url https://example.com

Full documentation and setup instructions are on the GitHub page.

Who It's For

This tool is aimed at developers and QA engineers who need to integrate accessibility checks into CI/CD pipelines without manual intervention.

📖 Read the full source: r/ClaudeAI

Ad

👀 See Also

CipherClaw: Using a Security Persona to Audit Code with Claude
Tools

CipherClaw: Using a Security Persona to Audit Code with Claude

A developer used CipherClaw, a CLAUDE.md persona called TALON, to make Claude Code think like a security architect. Running it on a Next.js app revealed 17 security findings including critical vulnerabilities like unauthenticated endpoints returning admin data and hardcoded auth tokens.

OpenClawRadar
WordPress.com MCP Integration Adds Write Capabilities for Claude
Tools

WordPress.com MCP Integration Adds Write Capabilities for Claude

WordPress.com's MCP integration now supports write operations, allowing Claude to draft posts, build pages, manage comments, fix image alt text, and restructure content categories directly on WordPress.com sites. Before generating content, Claude reads the site's theme to understand design elements like colors, fonts, and block patterns.

OpenClawRadar
Developer creates read/write WordPress MCP plugin with 28 abilities
Tools

Developer creates read/write WordPress MCP plugin with 28 abilities

A developer built a WordPress plugin that registers 28 MCP abilities through the WordPress Abilities API, enabling full read/write access for AI coding agents. The plugin handles content management, quality auditing, and safety features, converting between Markdown and Gutenberg blocks automatically.

OpenClawRadar
Building a voice-controlled multi-agent system on top of Claude Code
Tools

Building a voice-controlled multi-agent system on top of Claude Code

A developer built a wake-word-activated voice loop for Claude Code that spawns sub-agents, parallelizes work, and auto-QAs results. Full technical breakdown including speaker verification and PID watcher.

OpenClawRadar