# SSL Certificate Checker — Validity, Expiry & Grade

SSL/TLS certificate checker API for AI agents. Verify certificate validity, expiry date, issuer chain, protocol version, cipher strength, and security grade for any domain.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add axel-belfort/ssl-checker

# Browse available tools
npx -y @smithery/cli@latest tool list axel-belfort/ssl-checker

# Get full schema for a tool
npx -y @smithery/cli@latest tool get axel-belfort/ssl-checker security_check_ssl

# Call a tool
npx -y @smithery/cli@latest tool call axel-belfort/ssl-checker security_check_ssl '{}'
```

## Direct MCP Connection

Endpoint: `https://ssl-checker--axel-belfort.run.tools`

## 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…

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get axel-belfort/ssl-checker <tool-name>
```
