scan_accessibility
Scans a URL for WCAG 2.1 accessibility violations using DOM analysis (axe-core) and visual AI (Claude Vision). Returns structured violation data and a scan_id for use with other tools.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The URL to scan for accessibility violations | |
| max_pages | No | Maximum pages to scan when scan_depth is full_site | |
| scan_depth | No | Whether to scan a single page or crawl the full site (max 10 pages) | single_page |
| vision_mode | No | Vision analysis depth. 'standard' runs one Claude Vision pass on the full page (fast, default). 'thorough' analyzes the page section-by-section with a two-pass consensus to reduce false positives (slower, more API calls; applied to the first page only). | standard |
| anthropic_api_key | Yes | Your Anthropic API key (used only for this request, never stored) |