Skip to main content
Glama

Accessibility MCP Server

by jbuchan

test_accessibility

Test website accessibility using Playwright and axe-core to identify WCAG compliance violations and generate detailed reports with remediation guidance.

Instructions

Run accessibility tests on a website using Playwright and axe-core against WCAG standards

Input Schema

NameRequiredDescriptionDefault
browserNoBrowser engine to use for testingchromium
includeScreenshotNoWhether to capture a screenshot of the page
urlYesThe URL of the website to test for accessibility
wcagLevelNoWCAG compliance level to test againstAA
wcagVersionNoWCAG version to test against2.1

Input Schema (JSON Schema)

{ "properties": { "browser": { "default": "chromium", "description": "Browser engine to use for testing", "enum": [ "chromium", "firefox", "webkit" ], "type": "string" }, "includeScreenshot": { "default": false, "description": "Whether to capture a screenshot of the page", "type": "boolean" }, "url": { "description": "The URL of the website to test for accessibility", "format": "uri", "type": "string" }, "wcagLevel": { "default": "AA", "description": "WCAG compliance level to test against", "enum": [ "A", "AA", "AAA" ], "type": "string" }, "wcagVersion": { "default": "2.1", "description": "WCAG version to test against", "enum": [ "2.1", "2.2" ], "type": "string" } }, "required": [ "url" ], "type": "object" }

Other Tools from Accessibility MCP Server

Related Tools

    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/jbuchan/accessibility-mcp-server'

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