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: nslookup.io 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
Related Projects
sslmon-cli — Standalone CLI binary (Go) for domain WHOIS and SSL certificate queries, ideal for shell scripts and CI/CD pipelines.
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
- -license-quality-maintenanceEnables ethical security testing and attack surface management through SSL certificate validation, CVE queries, subdomain enumeration, security header analysis, and comprehensive reconnaissance capabilities. Designed for authorized penetration testing workflows with responsible disclosure practices.Last updated
- AlicenseAqualityBmaintenanceProvides comprehensive tools for real-time DNS queries across 53 record types, global propagation checks, and SSL certificate analysis. It also enables domain security scans for SPF/DKIM/DMARC configurations and HTTP uptime monitoring.Last updated812821Apache 2.0
- Alicense-qualityDmaintenanceProvides comprehensive domain research tools including RDAP, WHOIS, and DNS lookup capabilities, with automatic fallback and support for 50+ TLDs.Last updated291MIT
- AlicenseAqualityDmaintenanceEnables checking SSL certificate expiry for any domain, with status indicators for validity and remaining days.Last updated1MIT
Related MCP Connectors
DNS lookups, health reports, SSL certs, security scans, GEO scoring, uptime checks
Domain intelligence for DNS, WHOIS/RDAP, TLS, reputation, valuation, and brand protection.
SSL/TLS scanning, free Let's Encrypt issuance, and certificate-expiry monitoring.
Appeared in Searches
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/firesh/sslmon-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server