Skip to main content
Glama

Webby MCP Server

validate_accessibility_axe

Analyze website accessibility using Axe to identify WCAG compliance issues with zero false positives, helping developers improve web accessibility.

Instructions

Analyze website accessibility using Axe. Free, open-source, finds ~57% of WCAG issues with zero false positives.

Input Schema

NameRequiredDescriptionDefault
urlYes
wcagLevelNoWCAG level (wcag2a, wcag2aa, wcag2aaa, wcag21aa, wcag22aa)

Input Schema (JSON Schema)

{ "properties": { "url": { "type": "string" }, "wcagLevel": { "description": "WCAG level (wcag2a, wcag2aa, wcag2aaa, wcag21aa, wcag22aa)", "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/cordlesssteve/webby-mcp'

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