Skip to main content
Glama
joe-watkins

Accessibility Testing MCP

by joe-watkins

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
WCAG_LEVELNoWCAG version & level (e.g., 2.0_A, 2.0_AA, 2.1_A, 2.1_AA, 2.1_AAA, 2.2_A, 2.2_AA, 2.2_AAA)2.1_AA
A11Y_ENGINENoTesting engine (axe or ace)axe
SCREEN_SIZESNoComma-separated viewport sizes to test (WIDTHxHEIGHT format, e.g., 1280x1024,320x640)1280x1024
BEST_PRACTICESNoInclude best practices/recommendationstrue
HEADLESS_BROWSERNoRun browser in headless mode; set to false to open visible browsertrue

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
{}
prompts
{}
resources
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
analyze_urlB

Run accessibility tests on a URL and return detailed violation reports. [Engine: axe, WCAG: 2.1_AA, Screens: 1280x1024]

analyze_url_jsonA

Run accessibility tests on a URL and return violations in raw JSON format. [Engine: axe, WCAG: 2.1_AA, Screens: 1280x1024]

analyze_htmlB

Run accessibility tests on raw HTML content. [Engine: axe, WCAG: 2.1_AA, Screens: 1280x1024]

analyze_html_jsonA

Run accessibility tests on raw HTML content and return violations in raw JSON format. [Engine: axe, WCAG: 2.1_AA, Screens: 1280x1024]

get_rulesA

Get information about available accessibility rules for the specified engine. [Engine: axe, WCAG: 2.1_AA, Screens: 1280x1024]

Prompts

Interactive templates invoked by user choice

NameDescription
accessibility_reviewGet guidance on performing an accessibility review
fix_suggestionGet suggestions for fixing a specific accessibility issue

Resources

Contextual data attached and managed by the client

NameDescription
WCAG Guidelines ReferenceInformation about WCAG accessibility guidelines and levels
Common Accessibility IssuesMost common accessibility issues found in web applications
Engine ComparisonComparison of Axe-core and IBM Equal Access engines

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/joe-watkins/accessibility-testing-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server