Skip to content
Back to search
90
MCP v1.1.0 sse

SSL Checker API

io.github.Br0ski777/ssl-checker

SSL certificate check — validity, expiry, issuer, chain, grade. x402 micropayment.

Uptime
0.0%
1 direct probes · 30d
Response
188ms
last probe
Tools
1
callable
Resources
0
readable
Prompts
0
available

Tools · 1

security_check_ssl

Use this when you need to check if a domain's SSL/TLS certificate is valid, when it expires, and who issued it. Returns structured certificate data in JSON. Returns: 1. valid (boolean) 2. expiryDate …

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "ssl_checker_api": {
      "url": "https://ssl-checker.api.klymax402.com/mcp",
      "transport": "sse"
    }
  }
}