Skip to main content
Glama

A11y MCP Server

get_rules

Retrieve accessibility rules for web testing, with options to filter by tags like WCAG standards or best practices, ensuring compliance with Axe-core API and Puppeteer.

Instructions

Get information about available accessibility rules with optional filtering

Input Schema

NameRequiredDescriptionDefault
tagsNoFilter rules by these tags (e.g., "wcag2a", "wcag2aa", "best-practice")

Input Schema (JSON Schema)

{ "properties": { "tags": { "description": "Filter rules by these tags (e.g., \"wcag2a\", \"wcag2aa\", \"best-practice\")", "items": { "type": "string" }, "type": "array" } }, "type": "object" }

Other Tools from A11y 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/ronantakizawa/a11ymcp'

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