Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
HOSTNoHTTP bind address127.0.0.1
PORTNoHTTP transport port3000
A11Y_MCP_HOSTNoHTTP bind address127.0.0.1
A11Y_MCP_BODY_LIMITNoHTTP JSON body limit4mb
A11Y_MCP_NO_SANDBOXNoDisables Chromium sandboxing only when the runtime requires itfalse
A11Y_MCP_ALLOWED_ROOTNoRestricts local file audits to a specific folder
A11Y_MCP_BROWSER_PATHNoAbsolute path to Chrome, Chromium, or Edge
A11Y_MCP_ALLOWED_HOSTSNoAllowed Host headers for HTTP mode
A11Y_MCP_ALLOW_PRIVATENoAllows localhost/private-network URL audits in trusted environments
A11Y_MCP_AUDIT_TIMEOUT_MSNoTimeout for the audit phase25000
A11Y_MCP_ENABLE_FILE_AUDITNoEnables local file audits over HTTP in trusted deployments
A11Y_MCP_BROWSER_CONCURRENCYNoMaximum concurrent Chromium audits2

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

CapabilityDetails
tools
{
  "listChanged": true
}
logging
{}
prompts
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription
accessibility-fix-loopA reusable agent workflow for evidence-led accessibility correction.

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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