ssl_certificate_check
ActiveTool of IA-QA — 130+ QA & Dev Tools for AI Agents
Analyse the SSL/TLS certificate of any HTTPS host. Returns certificate subject, issuer, validity dates, days until expiry, protocol version, cipher suite, key exchange info, and an overall grade (A+, A, B, C, F). Detects expired, self-signed, and weak certificates. Use this to audit TLS posture before production deployment or during security reviews.
Parameters schema
{
"type": "object",
"required": [
"host"
],
"properties": {
"host": {
"type": "string",
"description": "Hostname to check (e.g. example.com). Do not include https:// prefix."
},
"port": {
"type": "number",
"description": "Port number (default: 443)"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
IA-QA — 130+ QA & Dev Tools for AI Agents
https://github.com/jcjamet/ia-qa
1/7 registries