Web Accessibility MCP Server

check_accessibility

Analyze web accessibility for any URL using axe-core, ensuring compliance with WCAG guidelines. Detects accessibility issues, supports custom user agents, and waits for specified elements before evaluation.

Instructions

Check web accessibility of a given URL using axe-core

Input Schema

NameRequiredDescriptionDefault
urlYesURL to analyze
userAgentNoOptional user agent string to use for the request
waitForSelectorNoOptional CSS selector to wait for before analysis

Input Schema (JSON Schema)

{ "properties": { "url": { "description": "URL to analyze", "type": "string" }, "userAgent": { "description": "Optional user agent string to use for the request", "type": "string" }, "waitForSelector": { "description": "Optional CSS selector to wait for before analysis", "type": "string" } }, "required": [ "url" ], "type": "object" }

You must be authenticated.

Other Tools from Web Accessibility 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/bilhasry-deriv/mcp-web-a11y'

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