PluginBench
MCP Server
Active

io.github.jyswee/sslwebsites MCP Server

io.github.jyswee/sslwebsites

What is the io.github.jyswee/sslwebsites MCP server?

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

How to install io.github.jyswee/sslwebsites

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • SSL_API_KEY
    required
    secret

    SSLWebsites API key (ssl_free_... or ssl_live_...). Get one instantly: npx sslwebsites signup my-project --local

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "sslwebsites": {
      "command": "npx",
      "args": [
        "-y",
        "sslwebsites",
        "mcp-serve"
      ],
      "env": {
        "SSL_API_KEY": "<YOUR_SSL_API_KEY>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "sslwebsites": {
      "command": "npx",
      "args": [
        "-y",
        "sslwebsites",
        "mcp-serve"
      ],
      "env": {
        "SSL_API_KEY": "<YOUR_SSL_API_KEY>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "sslwebsites": {
      "command": "npx",
      "args": [
        "-y",
        "sslwebsites",
        "mcp-serve"
      ],
      "env": {
        "SSL_API_KEY": "<YOUR_SSL_API_KEY>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "sslwebsites": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "sslwebsites",
        "mcp-serve"
      ],
      "env": {
        "SSL_API_KEY": "<YOUR_SSL_API_KEY>"
      }
    }
  }
}
Claude Code
claude mcp add sslwebsites --env SSL_API_KEY=<YOUR_SSL_API_KEY> -- npx -y sslwebsites mcp-serve

Related MCP servers

Persistent memory for AI agents — history, context, semantic search, queues. 17 tools, stdio/SSE.

1
View repository →

AI NPCs with persistent memory for game studios. NPC CRUD, dialogue, voice. Stdio or remote SSE.

1
View repository →

License your music to AI on your terms, and run your whole artist business. 46 tools, keyless.

1
View repository →

Project management for coding agents. Bugs, features, sprints. 73 tools stdio, 74 remote SSE.

1
Shell
View repository →

Rent real GPUs from the terminal. Per-second billing, $0.50 minimum. stdio MCP server.

1
View repository →

A2A TrustGate: 4-gate firewall that screens every AI-agent action before it runs. 49 tools.

0
View repository →