Skip to main content
Glama
natesilva

mcp-certificate-monitor

by natesilva

MCP Certificate Monitor

Monitor SSL/TLS certificate expiry across your domains by asking Claude — no dashboards, no command-line tools.

Prerequisites

Related MCP server: ssl-expiry-checker-mcp

Setup

1. Add the server to your Claude Desktop config

Open the Claude Desktop configuration file:

  • macOS: ~/Library/Application Support/Claude/claude_desktop_config.json

  • Windows: %APPDATA%\Claude\claude_desktop_config.json

Add the following:

{
  "mcpServers": {
    "cert-monitor": {
      "command": "uvx",
      "args": ["mcp-certificate-monitor"]
    }
  }
}

uvx downloads and runs the package automatically — no cloning or installation step needed.

2. Restart Claude Desktop

After saving the config file, restart Claude Desktop. The server starts automatically when Claude needs it.

3. Verify the connection

Open a new conversation in Claude Desktop and ask:

What certificate monitoring tools do you have available?

Claude should describe the tools exposed by this server (check certificate, add host, scan all, etc.).

Alternative: run from source

If you prefer to run from a local clone:

git clone https://github.com/natesilva/mcp-certificate-monitor
cd mcp-certificate-monitor

Then use this config instead:

{
  "mcpServers": {
    "cert-monitor": {
      "command": "uv",
      "args": ["run", "mcp-certificate-monitor"],
      "cwd": "/path/to/mcp-certificate-monitor"
    }
  }
}

Documentation

Install Server
A
license - permissive license
A
quality
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • F
    license
    -
    quality
    D
    maintenance
    Enables SSL/TLS certificate search and analysis using crt.sh data, supporting domain certificate discovery, subdomain enumeration, and security auditing through Cloudflare Workers deployment.
  • A
    license
    A
    quality
    C
    maintenance
    Converts Claude into a cybersecurity assistant by exposing 17 tools for network reconnaissance, cryptography, and security analysis, enabling users to perform tasks like SSL certificate checking, port scanning, and JWT analysis directly within conversations.
    17
    MIT
  • A
    license
    -
    quality
    B
    maintenance
    Gives Claude 8 real-world tools via a single free API key: SSL certificate inspection, WHOIS lookup, email validation (syntax + MX + disposable detection), webpage screenshots, IP geolocation, currency conversion, schema markup generation, and UK business-day calculations. Python, pip install forevertools-mcp, MIT licensed.
    MIT

View all related MCP servers

Related MCP Connectors

  • Uptime, SSL, DNS and domain monitoring you can talk to from Claude or any MCP client.

  • Persistent context for Claude. Your AI always knows your projects and next actions across sessions.

  • WHOOP recovery, strain, sleep and workouts in Claude via official WHOOP OAuth. Free, open source.

View all MCP Connectors

Latest Blog Posts

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/natesilva/mcp-certificate-monitor'

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