Skip to main content
Glama

Web Proxy MCP Server

by mako10k

ssl_generate_certificate

Generate a server SSL certificate for a specified domain, including alternative domain names (SAN), to enable secure HTTPS connections on the Web Proxy MCP Server.

Instructions

Generate server certificate for specific domain

Input Schema

NameRequiredDescriptionDefault
altNamesNoAlternative domain names (SAN)
domainYesDomain name for the certificate

Input Schema (JSON Schema)

{ "properties": { "altNames": { "default": [], "description": "Alternative domain names (SAN)", "items": { "type": "string" }, "type": "array" }, "domain": { "description": "Domain name for the certificate", "type": "string" } }, "required": [ "domain" ], "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/mako10k/mcp-web-proxy'

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