Skip to main content
Glama

A11y MCP Server

test_html_string

Analyze HTML content for accessibility compliance with WCAG standards using the Axe-core API. Input HTML strings and optional tags to test for specific accessibility issues.

Instructions

Test an HTML string for accessibility issues

Input Schema

NameRequiredDescriptionDefault
htmlYesHTML content to test
tagsNoOptional array of accessibility tags to test (e.g., "wcag2a", "wcag2aa", "wcag21a")

Input Schema (JSON Schema)

{ "properties": { "html": { "description": "HTML content to test", "type": "string" }, "tags": { "default": [ "wcag2aa" ], "description": "Optional array of accessibility tags to test (e.g., \"wcag2a\", \"wcag2aa\", \"wcag21a\")", "items": { "type": "string" }, "type": "array" } }, "required": [ "html" ], "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