Skip to main content
Glama

SSL Monitor MCP Server

by firesh

SSL Monitor MCP Server

Languages: English | 中文 | 日本語

An MCP server that provides domain registration information and SSL certificate monitoring capabilities.

Features

  1. Domain Registration Info - Get domain registration and expiration dates via WHOIS lookup
  2. SSL Certificate Monitoring - Check SSL certificate validity periods and details

Tools

get_domain_info

Get domain registration and expiration information using WHOIS lookup.

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
  • status: Domain status

check_ssl_certificate

Check SSL certificate validity period for a 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

Installation

npm install npm run build

Usage

npm start

Development

npm run dev

Example Usage

Once configured in your MCP client:

// Check domain registration info await mcp.callTool("get_domain_info", { domain: "google.com" }); // Check SSL certificate await mcp.callTool("check_ssl_certificate", { domain: "google.com" });
-
security - not tested
F
license - not found
-
quality - not tested

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. Features
    1. Tools
      1. get_domain_info
      2. check_ssl_certificate
    2. Installation
      1. Usage
        1. Development
          1. Example Usage

            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
              695
              17
              JavaScript
              • 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 -
              5
              3
              TypeScript
            • -
              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 -
              2
              Python
              MIT License
              • Linux

            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