Skip to main content
Glama

Webby MCP Server

validate_accessibility_wave

Test website accessibility compliance by analyzing WCAG standards, identifying errors, and detecting contrast issues using WAVE evaluation tool.

Instructions

Analyze website accessibility using WAVE. Tests WCAG compliance, errors, and contrast issues. Requires API key.

Input Schema

NameRequiredDescriptionDefault
apiKeyYesWAVE API key (required)
reporttypeNoDetail level (1-4)
urlYes

Input Schema (JSON Schema)

{ "properties": { "apiKey": { "description": "WAVE API key (required)", "type": "string" }, "reporttype": { "description": "Detail level (1-4)", "enum": [ 1, 2, 3, 4 ], "type": "number" }, "url": { "type": "string" } }, "required": [ "url", "apiKey" ], "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