Skip to main content
Glama

Web Proxy MCP Server

by mako10k

ssl_generate_certificate

Generate server certificates for specific domains and their alternative names using the Web Proxy MCP Server. Automate secure HTTPS traffic setup with integrated MCP functionality.

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