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 monitor website security. Input domain and optional port to generate results.

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" }
Install Server

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