SSL Monitor MCP Server
This server provides domain registration information and SSL certificate monitoring capabilities.
• Get domain registration details: Retrieve registration date, expiration date, registrar name, registrant information (when available), and domain status using WHOIS lookup. • Monitor SSL certificates: Obtain certificate validity periods (valid from/to dates), issuer, subject, current validity status, and days until expiry for any domain, with optional port specification (defaults to 443).
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., "@SSL Monitor MCP Servercheck SSL certificate for google.com"
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.
Domain/HTTPS/SSL MCP Server
A Model Context Protocol (MCP) server that provides domain registration information and SSL certificate monitoring capabilities. Perfect for security monitoring, domain management, and certificate lifecycle tracking.
🚀 Quick Start
HTTP (Remote MCP server)
Name:
sslmonURL:
https://sslmon.dev/mcp
# Claude Code
claude mcp add -t http sslmon https://sslmon.dev/mcp
# Gemini CLI
gemini mcp add -t http sslmon https://sslmon.dev/mcp
# Qwen Code
qwen mcp add -t http sslmon https://sslmon.dev/mcp
# Codex
codex mcp add sslmon --url https://sslmon.dev/mcpNPX (Local MCP server)
Mac/Linux:
# Add to Claude Desktop
claude mcp add sslmon -- npx -y sslmon-mcpWindows:
# Add to Claude Desktop
claude mcp add sslmon -- cmd /c npx -y sslmon-mcpConfiguration (Local MCP server)
{
"mcpServers": {
"sslmon": {
"command": "npx",
"args": ["-y", "sslmon-mcp"],
"env": {}
}
}
}[mcp_servers.sslmon]
command = "npx"
args = ["-y", "sslmon-mcp"]Related MCP server: Whodis MCP Server
✨ Features
🔍 Domain Registration Info - Get domain registration and expiration dates
🔒 SSL Certificate Info - Check SSL certificate validity periods and details
🛠️ Available Tools
get_domain_info
Get domain registration and expiration information.
Parameters:
domain(string, required): The top-level domain to check (e.g., "example.com")
Returns: JSON object with:
domain: The queried domainregistrationDate: Domain registration dateexpirationDate: Domain expiration dateregistrar: Domain registrar nameregistrant: Domain registrant information (when available)status: Domain statusdaysUntilExpiry: Number of days until domain expires
get_ssl_cert_info
Get SSL certificate information and validity status for any domain.
Parameters:
domain(string, required): The domain to check SSL certificate forport(number, optional): Port number to check (default: 443)
Returns: JSON object with:
domain: The queried domainvalidFrom: Certificate valid from date (ISO string)validTo: Certificate valid to date (ISO string)issuer: Certificate issuersubject: Certificate subjectisValid: Boolean indicating if certificate is currently validdaysUntilExpiry: Number of days until certificate expires
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Appeared in Searches
Latest Blog Posts
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/firesh/sslmon-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server