Skip to main content
Glama

Webby MCP Server

validate_security_ssl_labs

Analyze SSL/TLS configuration and certificate security using SSL Labs API to identify vulnerabilities and ensure proper encryption protocols are implemented.

Instructions

Analyze SSL/TLS configuration using SSL Labs. Comprehensive certificate and protocol analysis. Long-running (may take minutes).

Input Schema

NameRequiredDescriptionDefault
emailYesYour email (required by API)
maxAgeNoMax cached report age in hours
maxWaitMinutesNoMax wait time in minutes (default: 5)
startNewNoForce new assessment
urlYes
waitForCompleteNoWait for completion (default: false)

Input Schema (JSON Schema)

{ "properties": { "email": { "description": "Your email (required by API)", "type": "string" }, "maxAge": { "description": "Max cached report age in hours", "type": "number" }, "maxWaitMinutes": { "description": "Max wait time in minutes (default: 5)", "type": "number" }, "startNew": { "description": "Force new assessment", "type": "boolean" }, "url": { "type": "string" }, "waitForComplete": { "description": "Wait for completion (default: false)", "type": "boolean" } }, "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