Skip to main content
Glama

A11y MCP Server

test_accessibility

Identify and analyze accessibility issues on webpages using Axe-core. Input a URL and optional WCAG tags to ensure compliance with accessibility standards.

Instructions

Test a webpage for accessibility issues using Axe-core

Input Schema

NameRequiredDescriptionDefault
tagsNoOptional array of accessibility tags to test (e.g., "wcag2a", "wcag2aa", "wcag21a")
urlYesURL of the webpage to test

Input Schema (JSON Schema)

{ "properties": { "tags": { "default": [ "wcag2aa" ], "description": "Optional array of accessibility tags to test (e.g., \"wcag2a\", \"wcag2aa\", \"wcag21a\")", "items": { "type": "string" }, "type": "array" }, "url": { "description": "URL of the webpage to test", "type": "string" } }, "required": [ "url" ], "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/ronantakizawa/a11ymcp'

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