🔒 Ssl Check MCP

Check SSL/TLS certificate details for any domain — issuer, expiry date, SANs, and full chain information. Uses Python's built-in ssl module. No external API needed.

MCP Server 200 Free/Day $19/mo Pro
Smithery Badge

🔧 Available Tools

ssl_check_domain

Check SSL certificate — issuer, expiry, days remaining, SANs

ssl_check_chain

Full certificate chain information and validation

No API needed

Uses Python's built-in ssl + socket modules

Expiry alerts

Days remaining calculation for renewal planning

Multiple domains

Check any domain with any port number

💰 Simple Pricing

🆓 Free

$0/mo
  • 200 queries per day
  • All core tools
  • Standard rate limits
  • Community support
Get Started

💡 Example Usage

Configure this MCP server in your AI client (Claude Desktop, Cursor, VS Code + Continue, etc.) and ask:

Describe natural language interactions your AI assistant can use with this server.

⚡ Quick Install

git clone https://github.com/Rumblingb/ssl-check-mcp.git
cd ssl-check-mcp
pip install -r requirements.txt
python3 server.py