Skip to main content
Glama
tojoevan

ssl-expiry-checker-mcp

by tojoevan

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
ssl_expiry_checkerA
检查给定网址的 SSL 证书有效期。

Args:
    url (str): 要检查的网址 (例如: example.com 或 https://example.com)

Returns:
    str: 包含证书到期信息或错误详情。

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.8/5.0

Scored across 1 tool

Disambiguation5/5

Only one tool exists, so there is no possibility of confusion between tools. The tool's purpose is clearly defined and distinct.

Naming Consistency5/5

With a single tool, naming is inherently consistent. The name 'ssl_expiry_checker' is descriptive and follows a clear pattern.

Tool Count3/5

The server has only one tool, which is minimal for its domain. While it serves a focused purpose, it falls short of the typical 3-15 tool range for a well-scoped server.

Completeness4/5

The single tool covers the core functionality of checking SSL certificate expiry for a given URL. However, it lacks additional tools for batch checks, certificate details, or alerting, which would enhance completeness.

Maintenance

ActivityInactive
ResponsivenessNo issues