SSL Monitor
БесплатноНе проверенMonitors SSL certificates and domain registrations with real-time certificate validation and WHOIS lookups to track expiration dates, registrar information, and
Описание
Monitors SSL certificates and domain registrations with real-time certificate validation and WHOIS lookups to track expiration dates, registrar information, and certificate chain status for proactive renewal management and security auditing.
README
MCP npm version License: MIT Node.js
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:
sslmon - URL:
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/mcp
NPX (Local MCP server)
Mac/Linux:
# Add to Claude Desktop
claude mcp add sslmon -- npx -y sslmon-mcp
Windows:
# Add to Claude Desktop
claude mcp add sslmon -- cmd /c npx -y sslmon-mcp
Configuration (Local MCP server)
{
"mcpServers": {
"sslmon": {
"command": "npx",
"args": ["-y", "sslmon-mcp"],
"env": {}
}
}
}
[mcp_servers.sslmon]
command = "npx"
args = ["-y", "sslmon-mcp"]
✨ 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.
Установить SSL Monitor в Claude Desktop, Claude Code, Cursor
unyly install ssl-monitorСтавит в Claude Desktop, Claude Code, Cursor и VS Code — сам разбирается с npx, uvx и сборкой из исходников.
Впервые? Поставь CLI: curl -fsSL https://unyly.org/install | sh
Или настроить вручную
Выполни в терминале:
claude mcp add ssl-monitor -- npx -y sslmon-mcpПошаговые гайды: как установить SSL Monitor
FAQ
SSL Monitor MCP бесплатный?
Да, SSL Monitor MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для SSL Monitor?
Нет, SSL Monitor работает без API-ключей и переменных окружения.
SSL Monitor — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить SSL Monitor в Claude Desktop, Claude Code или Cursor?
Открой SSL Monitor на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectCompare SSL Monitor with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
