Skip to main content
Glama

ESA MCP Server

by aliyun

apply_certificate

Generate and apply SSL certificates for websites by providing site ID, domain list, and certificate type through the ESA MCP Server.

Instructions

Applies for a free SSL certificate.

Input Schema

NameRequiredDescriptionDefault
domainsYesThe list of domain names, separated by commas. Example: "example.com,www.example.com"
siteIdYesSite ID. Example: 1234567890123. Reference Value Source: list_sites
typeYesThe type of certificate. Possible values: - lets_encrypt (Let's Encrypt certificate) - digicert_single (Digicert single-domain certificate) - digicert_wildcard (Digicert wildcard certificate)

Input Schema (JSON Schema)

{ "annotations": {}, "properties": { "domains": { "description": "The list of domain names, separated by commas. Example: \"example.com,www.example.com\"", "type": "string" }, "siteId": { "description": "Site ID. Example: 1234567890123. Reference Value Source: list_sites", "type": "number" }, "type": { "description": "The type of certificate. Possible values: - lets_encrypt (Let's Encrypt certificate) - digicert_single (Digicert single-domain certificate) - digicert_wildcard (Digicert wildcard certificate) ", "type": "string" } }, "required": [ "siteId", "domains", "type" ], "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/aliyun/mcp-server-esa'

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