ssl-expiry-checker-mcp
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-expiry-checker-mcpcheck SSL expiry for github.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.
SSL 证书到期检查器 MCP 服务器
一个基于 MCP (Model Context Protocol) 的 SSL 证书到期检查工具,可以快速检查任何网站的 SSL 证书有效期。
功能特性
🔍 检查任意域名的 SSL 证书到期时间
⏰ 计算证书剩余有效天数
🚨 智能状态提示(已过期/即将过期/有效)
🌐 支持多种 URL 格式输入
Related MCP server: Certificate Search MCP Server
安装
确保已安装 Python 3.11 或更高版本,然后使用 uv 安装依赖:
uv sync使用方法
作为 MCP 服务器运行
uv run main.py在 Claude Desktop 中配置
编辑 Claude Desktop 配置文件:
macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
添加以下配置:
{
"mcpServers": {
"ssl-checker": {
"command": "uv",
"args": [
"--directory",
"/path/to/ssl-expiry-checker-mcp",
"run",
"main.py"
]
}
}
}工具说明
ssl_expiry_checker
检查给定网址的 SSL 证书有效期。
参数:
url(string): 要检查的网址,支持以下格式:example.comhttps://example.comwww.example.com
返回: 包含证书到期信息的详细报告
示例输出
**SSL 证书检查结果**
目标网址: https://example.com
域名: example.com
到期时间: 2026-12-31 23:59:59 UTC
剩余天数: 305 天
状态: ✅ 证书有效状态说明
✅ 证书有效: 剩余天数 ≥ 7 天
⚠️ 证书即将过期: 剩余天数 < 7 天
⏳ 证书将在今天过期: 剩余天数 = 0 天
🚨 证书已过期: 剩余天数 < 0 天
技术栈
Python 3.11+
FastMCP
标准库: ssl, socket, urllib
许可证
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- AlicenseBqualityFmaintenanceEnables monitoring of domain registration information via WHOIS lookup and SSL certificate validity checking. Provides domain expiration dates, registrar details, certificate validity periods, and issuer information for website security monitoring.Last updated2234MIT
- Flicense-qualityDmaintenanceEnables SSL/TLS certificate search and analysis using crt.sh data, supporting domain certificate discovery, subdomain enumeration, and security auditing through Cloudflare Workers deployment.Last updated
- AlicenseAqualityDmaintenanceEnables checking domain name availability for single or multiple domains using WHOIS and DNS verification.Last updated121MIT
- AlicenseAqualityBmaintenanceMonitor SSL/TLS certificate expiry across your domains by asking Claude, with no dashboards or command-line tools needed.Last updated5MIT
Related MCP Connectors
SSL/TLS scanning, free Let's Encrypt issuance, and certificate-expiry monitoring.
DNS lookups, health reports, SSL certs, security scans, GEO scoring, uptime checks
Scan and fix email auth (SPF, DMARC, DKIM, MX, blacklists, expiry) + DNS checks. Validated fixes.
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/tojoevan/ssl-expiry-checker-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server