Skip to main content
Glama

A11y MCP Server

get_rules

Retrieve accessibility rules with optional tag filtering to identify relevant WCAG standards, supporting web accessibility testing via A11y MCP Server.

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" }

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