Skip to main content
Glama

MCP Accessibility Scanner

scan_page

Identify accessibility violations on web pages by scanning with Axe. Use tags to filter specific WCAG compliance issues and generate detailed reports for remediation.

Instructions

Scan the current page for accessibility violations using Axe

Input Schema

NameRequiredDescriptionDefault
violationsTagYesArray of tags to filter violations by. If not specified, all violations are returned.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "violationsTag": { "description": "Array of tags to filter violations by. If not specified, all violations are returned.", "items": { "enum": [ "wcag2a", "wcag2aa", "wcag2aaa", "wcag21a", "wcag21aa", "wcag21aaa", "wcag22a", "wcag22aa", "wcag22aaa", "section508", "cat.aria", "cat.color", "cat.forms", "cat.keyboard", "cat.language", "cat.name-role-value", "cat.parsing", "cat.semantics", "cat.sensory-and-visual-cues", "cat.structure", "cat.tables", "cat.text-alternatives", "cat.time-and-media" ], "type": "string" }, "minItems": 1, "type": "array" } }, "required": [ "violationsTag" ], "type": "object" }

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/JustasMonkev/mcp-accessibility-scanner'

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