Skip to main content
Glama

Webby MCP Server

validate_comprehensive

Run comprehensive website validation across performance, accessibility, SEO, and security categories to identify issues and ensure compliance with web standards.

Instructions

Run comprehensive validation across all categories (performance, accessibility, SEO, security).

Input Schema

NameRequiredDescriptionDefault
categoriesNoCategories to test (default: all)
emailYesEmail for SSL Labs (required)
gtmetrixApiKeyNo
pagespeedApiKeyNo
urlYes
waitForSSLNo
waveApiKeyNo
wcagLevelNo

Input Schema (JSON Schema)

{ "properties": { "categories": { "description": "Categories to test (default: all)", "items": { "enum": [ "performance", "accessibility", "seo", "security" ], "type": "string" }, "type": "array" }, "email": { "description": "Email for SSL Labs (required)", "type": "string" }, "gtmetrixApiKey": { "type": "string" }, "pagespeedApiKey": { "type": "string" }, "url": { "type": "string" }, "waitForSSL": { "type": "boolean" }, "waveApiKey": { "type": "string" }, "wcagLevel": { "type": "string" } }, "required": [ "url", "email" ], "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