Skip to main content
Glama

Webby MCP Server

validate_all_accessibility

Run comprehensive accessibility tests using Axe and optional WAVE integration to identify WCAG compliance issues and improve website accessibility for all users.

Instructions

Run all accessibility tests (Axe + optionally WAVE if API key provided).

Input Schema

NameRequiredDescriptionDefault
urlYes
waveApiKeyNoOptional WAVE API key
wcagLevelNoWCAG level for Axe

Input Schema (JSON Schema)

{ "properties": { "url": { "type": "string" }, "waveApiKey": { "description": "Optional WAVE API key", "type": "string" }, "wcagLevel": { "description": "WCAG level for Axe", "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