WCAG Accessibility MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HOST | No | HTTP bind address | 127.0.0.1 |
| PORT | No | HTTP transport port | 3000 |
| A11Y_MCP_HOST | No | HTTP bind address | 127.0.0.1 |
| A11Y_MCP_BODY_LIMIT | No | HTTP JSON body limit | 4mb |
| A11Y_MCP_NO_SANDBOX | No | Disables Chromium sandboxing only when the runtime requires it | false |
| A11Y_MCP_ALLOWED_ROOT | No | Restricts local file audits to a specific folder | |
| A11Y_MCP_BROWSER_PATH | No | Absolute path to Chrome, Chromium, or Edge | |
| A11Y_MCP_ALLOWED_HOSTS | No | Allowed Host headers for HTTP mode | |
| A11Y_MCP_ALLOW_PRIVATE | No | Allows localhost/private-network URL audits in trusted environments | |
| A11Y_MCP_AUDIT_TIMEOUT_MS | No | Timeout for the audit phase | 25000 |
| A11Y_MCP_ENABLE_FILE_AUDIT | No | Enables local file audits over HTTP in trusted deployments | |
| A11Y_MCP_BROWSER_CONCURRENCY | No | Maximum concurrent Chromium audits | 2 |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| logging | {} |
| prompts | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| audit_urlA | Load a public or local web page in headless Chromium, run axe-core, and return prioritized WCAG findings, DOM evidence, computed styles, and contrast corrections. Read-only. |
| audit_htmlA | Render supplied HTML in an isolated headless browser and return WCAG findings plus evidence and suggested corrections. Use for generated UI before it is hosted. Read-only. |
| audit_fileA | Render a local .html or .htm file beneath the configured allowed root and return accessibility findings and corrections. Read-only. |
| check_contrastA | Calculate the WCAG contrast ratio for foreground and background colors and determine whether the pair passes for the supplied text size and weight. |
| suggest_contrast_fixA | Find the nearest black-or-white-directed foreground or background adjustment that reaches the selected WCAG contrast threshold. Returns a mathematical candidate, not an automatic edit. |
| explain_issueA | Return implementation-focused remediation steps and the axe rule reference for a rule ID found in an audit. |
| get_wcag_checklistA | Return every success criterion required by a WCAG 2.0, 2.1, or 2.2 A/AA/AAA profile, with W3C references, axe rule mappings, and explicit automated-partial versus manual coverage. Use this to plan the checks that a browser audit cannot complete. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| accessibility-fix-loop | A reusable agent workflow for evidence-led accessibility correction. |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/aditya-ariosity/wcag-accessibility-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server