Skip to main content
Glama

SSL Monitor MCP Server

by firesh

get_ssl_cert_info

Retrieve SSL certificate details for a domain, including issuer, validity period, and expiration dates, to ensure website security and monitor certificate status.

Instructions

Get SSL certificate information

Input Schema

NameRequiredDescriptionDefault
domainYesThe domain to check SSL certificate for (e.g., www.sslmon.dev)
portNoPort number to check (default: 443)

Input Schema (JSON Schema)

{ "properties": { "domain": { "description": "The domain to check SSL certificate for (e.g., www.sslmon.dev)", "type": "string" }, "port": { "default": 443, "description": "Port number to check (default: 443)", "type": "number" } }, "required": [ "domain" ], "type": "object" }

Other Tools from SSL Monitor MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/firesh/sslmon-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server