SSL Checker API
io.github.Br0ski777/ssl-checkerSSL certificate check — validity, expiry, issuer, chain, grade. x402 micropayment.
Tools · 1
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 …
Similar MCP servers embedding-nearest
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"
}
}
}