Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| prompts | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| a11y_scanUrl | Run accessibility scan on a URL or specific element using Playwright + axe-core. Supports full page or targeted section scanning with optional screenshots. Uses comprehensive WCAG 2.0, 2.1 Level A/AA and best-practice rules by default. |
| a11y_scanInteractiveByText | Test accessibility of components by finding them using visible text/labels instead of CSS selectors. Automatically discovers and tests interactive elements. Perfect for natural language testing like 'test the Rewards section' or 'test the user menu'. Uses comprehensive WCAG 2.0, 2.1 Level A/AA and best-practice rules by default. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| comprehensive-a11y-test | Run a comprehensive accessibility audit with detailed analysis. Just provide URL, optional block name, and optional steps. |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |