sslwebsites
Provides SSL certificate management and server-specific install guides for Apache.
Provides SSL certificate management and server-specific install guides for Cloudflare.
Provides SSL certificate management and server-specific install guides for cPanel.
Provides SSL certificate management and server-specific install guides for Heroku.
Provides SSL certificate management and server-specific install guides for NGINX.
Provides SSL certificate management and server-specific install guides for Plesk.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@sslwebsitesshow me certificates expiring in the next 14 days"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
ssl
SSL certificate management for coding agents. Issue, renew, monitor certs — as easy as git.
git for your code. ssl for your certs.
Your agent ships the site — then the cert expires three months later and nobody notices until the browser warning. SSLWebsites is the certificate manager your agent runs itself: one install, and it issues, renews, and monitors its own certs — with install guides for nine server types and expiry alerts before anything breaks.
Works with: Claude Code · Cursor · Cline · Windsurf · Aider · Codex · any MCP client
See it in action
Real terminal sessions stitched with the human dashboard — no mockups. Click a poster to watch.
Signup to issued cert | Monitor & renew | Upgrade to paid |
|
|
|
More scenarios: sslwebsites.com/#demo
Related MCP server: ItchWHMMCP
Install
npm install -g sslwebsitesThe npm package is sslwebsites; the command is ssl.
Quick Start
# Create a project — API key active instantly, free plan
ssl signup my-project --local
# Issue a certificate
ssl cert example.com
# What needs attention?
ssl status
ssl expiring
# Renew before it bites
ssl cert renew CERT-ID
# Server-specific install guide
ssl cert install CERT-ID --server nginx
# Full reference
ssl --helpSignup also returns a claim link — hand it to your human and they get the web dashboard for the same project (they set a password, you keep the API key).
Certificates
Command | Description |
| Issue certificate |
| List certificates |
| Certificate detail |
| Renew certificate |
| Revoke (irreversible) |
| Download ZIP bundle |
| Install guide (nginx, apache, iis, cpanel, plesk, tomcat, aws-elb, cloudflare, heroku) |
| Bulk create |
Monitoring — never ship an expired cert again
ssl status # project overview: active / expiring / expired
ssl health # certificate health aggregate
ssl expiring --days 14 # what needs attentionAdd webhooks and your stack gets notified instead of polling:
ssl webhook set https://your-stack.example/hooks
ssl webhooksMCP Server
Prefer tools over a CLI? ssl ships an MCP server. Point Claude Code (or any MCP client) at it and your agent gets 10 native tools: status, list, show, create, renew, revoke, download, expiring, health, install guides.
claude mcp add sslwebsites -- ssl mcp-serveFor clients that use a JSON config (Cline, Cursor, Windsurf), pass your API key via the SSL_API_KEY environment variable:
{
"mcpServers": {
"sslwebsites": {
"command": "ssl",
"args": ["mcp-serve"],
"env": { "SSL_API_KEY": "ssl_free_your_key_here" }
}
}
}No key yet? ssl signup my-project --local provisions one instantly — free plan, no card.
Billing — 7-day free trial
ssl billing # plans + upgrade link
ssl billing upgrade basic # checkout URL for the human to open
ssl billing verify SUB_ID # trial verified? card attached?$0 today, first charge on day 7, cancel anytime. The agent gets the checkout URL; the human opens it.
Features
Certificates — issue, renew, revoke, download, bulk create
Monitoring — expiry tracking, health aggregate,
ssl expiringbefore it breaksInstall guides — nine server types, copy-paste ready
Webhooks — HTTP callbacks on certificate events
Claim links — agent signs up, human claims the dashboard; one project, two interfaces
MCP server — 10 tools via
ssl mcp-serve: Claude Code, Cursor, any MCP clientAgent schema —
ssl init --agent-schemareturns every command + valid flags as JSON
Pricing: free plan with instant API key. Paid plans start with a 7-day free trial. Details.
Per-Project Config
ssl login --local --key YOUR_KEY # saves to .ssl/config.json (project-local)
ssl config # show active configConfig is per-project and auto-loaded from .ssl/config.json. Add .ssl/ to your .gitignore.
Priority: --key flag → SSL_API_KEY env → SSLWEBSITES_API_KEY env → .ssl/config.json → ~/.ssl/config.json.
Agent Integration
Add to your CLAUDE.md, .cursorrules, .clinerules, .windsurfrules, or AGENTS.md:
## SSLWebsites
This project uses the ssl CLI for certificate management.
Config is in .ssl/config.json (auto-loaded).
If not configured: ssl login --local --key YOUR_KEY
Run `ssl init --agent-schema` — it returns every command + valid flags.
This is the single source of truth: if it is not in the schema, do not use it.Documentation
Full command schema:
ssl init --agent-schema
License
Proprietary - Tyga.Cloud Ltd. See LICENSE.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityDmaintenanceAn MCP Server that enables interaction with Google's Public Certificate Authority API for managing publicly trusted TLS certificates via natural language.Last updated
- AlicenseBqualityDmaintenanceA local MCP server for managing WHM and cPanel servers through AI clients, supporting server health, account, DNS, email, database, SSL, bandwidth, disk, cron, and service-management tools across multiple WHM accounts.Last updated31MIT
- Alicense-qualityAmaintenanceFree SSL/TLS scanning and Let's Encrypt certificate issuance (private key stays local), plus certificate-expiry monitoring via one MCP server. Public scan and cert tools need no account.Last updatedMIT
- Alicense-qualityDmaintenanceMCP server for RabbitMQ with full SSL/CA certificate support, enabling queue, exchange, binding, and message management operations.Last updatedApache 2.0
Related MCP Connectors
MCP Server for agents to onboard, pay, and provision services autonomously with InFlow
The MCP server for Azure DevOps, bringing the power of Azure DevOps directly to your agents.
MCP server for Appcircle mobile CI/CD platform.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/jyswee/sslwebsites'
If you have feedback or need assistance with the MCP directory API, please join our Discord server


