Skip to main content
Glama

SSL Monitor MCP Server

by firesh

Domain/HTTPS/SSL MCP Server

Languages: English | 中文 | 日本語

A Model Context Protocol (MCP) server that provides domain registration information and SSL certificate monitoring capabilities. Perfect for security monitoring, domain management, and certificate lifecycle tracking.

🚀 Quick Start

Mac/Linux:

# Add to Claude Desktop claude mcp add sslmon -- npx -y sslmon-mcp

Windows:

# Add to Claude Desktop claude mcp add sslmon -- cmd /c npx -y sslmon-mcp

Configuration

{ "mcpServers": { "shared-server": { "command": "npx", "args": ["-y", "sslmon-mcp"], "env": {} } } }

✨ Features

  • 🔍 Domain Registration Info - Get domain registration and expiration dates
  • 🔒 SSL Certificate Info - Check SSL certificate validity periods and details

🛠️ Available Tools

get_domain_info

Get domain registration and expiration information.

Parameters:

  • domain (string, required): The top-level domain to check (e.g., "example.com")

Returns: JSON object with:

  • domain: The queried domain
  • registrationDate: Domain registration date
  • expirationDate: Domain expiration date
  • registrar: Domain registrar name
  • registrant: Domain registrant information (when available)
  • status: Domain status

get_ssl_cert_info

Get SSL certificate information and validity status for any domain.

Parameters:

  • domain (string, required): The domain to check SSL certificate for
  • port (number, optional): Port number to check (default: 443)

Returns: JSON object with:

  • domain: The queried domain
  • validFrom: Certificate valid from date (ISO string)
  • validTo: Certificate valid to date (ISO string)
  • issuer: Certificate issuer
  • subject: Certificate subject
  • isValid: Boolean indicating if certificate is currently valid
  • daysUntilExpiry: Number of days until certificate expires
Deploy Server
A
security – no known vulnerabilities
F
license - not found
A
quality - confirmed to work

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

Enables monitoring of domain registration information via WHOIS lookup and SSL certificate validity checking. Provides domain expiration dates, registrar details, certificate validity periods, and issuer information for website security monitoring.

  1. 🚀 Quick Start
    1. NPX (Recommended)
    2. Configuration
  2. ✨ Features
    1. 🛠️ Available Tools
      1. get_domain_info
      2. get_ssl_cert_info

    Related MCP Servers

    • A
      security
      F
      license
      A
      quality
      Enables AI agents to perform WHOIS lookups to retrieve domain registration details, including ownership, registration dates, and availability status without requiring browser searches.
      Last updated -
      4
      527
      18
      • Linux
      • Apple
    • -
      security
      F
      license
      -
      quality
      A Model Context Protocol server that enables AI assistants to check domain name availability using WHOIS lookups.
      Last updated -
      8
      4
    • -
      security
      A
      license
      -
      quality
      A Model Context Protocol server that provides comprehensive domain analysis capabilities including WHOIS lookups, DNS record queries, and DNS health checking.
      Last updated -
      4
      MIT License
      • Linux
    • -
      security
      A
      license
      -
      quality
      A simple MCP server that enables AI assistants to perform domain research including availability checking, WHOIS lookups, DNS record retrieval, and finding expired domains without requiring API keys.
      Last updated -
      28
      MIT License

    View all related MCP servers

    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