Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| test_accessibility | Test a webpage for accessibility issues using Axe-core |
| test_html_string | Test an HTML string for accessibility issues |
| get_rules | Get information about available accessibility rules with optional filtering |
| check_color_contrast | Check if a foreground and background color combination meets WCAG contrast requirements |
| check_aria_attributes | Check if ARIA attributes are used correctly in HTML |
| check_orientation_lock | Check if content forces a specific orientation |