← Back to Plugins
MCP Server MCP

io.github.jyswee/sslwebsites

github By github 👁 1 views ▲ 0 votes

SSL certificate management for coding agents. Issue, renew, monitor certs. 10 tools stdio.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "sslwebsites",
      "version": "1.0.1",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      },
      "runtimeArguments": [
        {
          "isRequired": true,
          "value": "mcp-serve",
          "type": "positional"
        }
      ],
      "environmentVariables": [
        {
          "description": "SSLWebsites API key (ssl_free_... or ssl_live_...). Get one instantly: npx sslwebsites signup my-project --local",
          "isRequired": true,
          "isSecret": true,
          "name": "SSL_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...