run_accessibility_test
Test web pages for WCAG 2.1 accessibility issues, including color contrast, ARIA, keyboard navigation, and form labels. Use it to evaluate sites for users with disabilities.
Instructions
Perform accessibility testing on a web application. This tool analyzes:
WCAG 2.1 compliance at Level A, AA, or AAA
Color contrast ratios for text elements
ARIA attributes and landmark usage
Keyboard navigation and focus management
Form labels and error handling
Image alt text and semantic structure
Use this tool when you need to evaluate a website's accessibility for users with disabilities. The tool requires chrome-devtools-mcp to be running for DOM and accessibility tree inspection.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The URL of the web page to test | |
| wcagLevel | No | WCAG conformance level to test against (default: AA) | |
| includeWarnings | No | Include potential issues that need manual review (default: true) |