Skip to main content
Glama

SSL Certificate Check

Server Details

Inspect one endpoint's served certificate, expiry, hostname coverage, and accepted TLS versions.

Ownership verified
Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

TDQS

A4.6/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 described and distinct by default.

Naming Consistency5/5

With a single tool, naming consistency is trivially maintained. 'ssl_check' follows a clear verb_noun style that matches the server's purpose.

Tool Count4/5

One tool for a narrowly scoped SSL-checking server is reasonable, though it feels minimal. The tool is substantial enough to earn its place, so this is not a trivial single-tool case.

Completeness3/5

The tool covers protocol support, certificate details, hostname matching, and validity dates, but notably omits chain-of-trust building, revocation checks, cipher-suite inspection, and HTTP fallback behavior. These are significant gaps for full SSL certificate evaluation, though the tool is honest about its limitations.

Available Tools

1 tool
ssl_checkA
Read-only
Inspect

Opens its own TLS handshakes to one public host with openssl, using the URL's explicit port or 443 by default, and reports what they establish: which of TLS 1.3, TLS 1.2, TLS 1.1, TLS 1.0 and SSLv3 the server accepts, a protocol-support grade, and the certificate the server actually serves (subject, issuer, covered hostnames, hostname match, and validity dates). Reach for it on padlock, HTTPS, 'Not Secure', certificate-expiry and wrong-hostname questions, and to inspect which certificate is served after a renewal on the probed endpoint; this does not verify every load-balanced node. It does not fetch the page or establish whether plain HTTP is actually served or redirected, and it is not a browser trust decision: no chain-of-trust build, no revocation check, no cipher-suite inspection. Measured 0.05-1.5 seconds against real hosts; each probe is cut off at 12 seconds.

ParametersJSON Schema
NameRequiredDescriptionDefault
urlYesFull public URL of the site to probe. Its hostname and explicit port drive the handshakes; port 443 is used when no port is named. The submitted scheme is reported, but the page is never fetched and plain-HTTP serving or redirects are not tested

Output Schema

ParametersJSON Schema
NameRequiredDescription
urlYesThe URL as requested
hostYesThe hostname the handshakes were opened against
portYesThe port the handshakes were opened against (443 unless the URL named another)
httpsYesWhether anything completed a TLS handshake on the port
issuesYesProtocol, certificate, and submitted-scheme observations found by the probe
checkedAtYesProbe timestamp
protocolsNoProtocol versions the server agreed to speak
certificateNoThe certificate the server served during the handshake
protocolGradeNoA+ (TLS 1.3, no legacy protocols), A, B, or C: read from protocol support ALONE by this app. It ignores the certificate entirely, so an expired or wrong-hostname certificate can still sit behind an A. Not a Qualys SSL Labs grade
servedOverHttpNoLegacy field name: true when the submitted URL used the http scheme and TLS answered on the probed port. It records the input scheme in this TLS result, not whether HTTP content is served, redirected or enforced

TDQS

A4.8/5.0
Behavior5/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Beyond the annotations (readOnlyHint/openWorldHint/destructiveHint), the description discloses meaningful behavioral details: it measures 0.05-1.5 seconds, cuts each probe at 12 seconds, and openly states it does not build a chain of trust or check revocation. Mentioning the formalism 'TLS handshakes to a public host using openssl' also clarifies the internal mechanics. Nothing contradicts the annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is dense but not bloated; every sentence carries a distinct piece of insight — method, results, when to use, limitations, and performance. The use of a running list for outputs and limitations could be more lineated, but the front-loaded action and explicit 'It does ...' exclusions are efficient and immediately answer the core questions. Only the latency measurement, while useful, is somewhat secondary.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

With one parameter, full schema coverage, an output schema present, and correct annotations, this description effectively stands alone. It leaves little to infer in terms of scope, acceptable URLs, timing, and boundaries—it tells the agent that public hosts are expected, that the certificate is returned, and what is not covered. No essential piece of context is missing.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema already describes the single `url` parameter in detail with a regex and coverage of 100%. The description adds genuine value by noting it only works against a 'public host' and clarifies that the submitted scheme is merely reported, not negotiated, and that the tool will connect to the explicit port or 443. This goes beyond the schema's literal description and helps the caller set expectations.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description opens by naming the exact action ('Opens its own TLS handshakes to a public host with openssl') and the exact resource (the server's TLS protocol and certificate). It then enumerates the produced outputs — accepted TLS versions, protocol-support grade, and certificate details — and explicitly lists what the tool is not (not a browser trust decision, no revocation check, no cipher-suite inspection). Despite having no siblings, this is unambiguous and leaves no doubt about the tool's domain.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides explicit usage criteria: 'Reach for it on padlock, HTTPS, "Not Secure" certificate-expiry and wrong-hostname questions' and its limitation 'does not verify every load-balanced node'. It also says when not to rely on it, e.g., it 'does not fetch the page or establish whether plain HTTP is actually served or redirected'. This is a precise when-and-when-not statement, which is even more helpful since no sibling tools exist to contrast.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections.

  1. 1 tool update
    • First observedssl_check

Related MCP Connectors

Related MCP Servers

  • A
    license
    Not graded
    quality
    C
    maintenance
    Enables live TLS/SSL certificate health checks for any hostname, providing expiry, hostname match, trust verdict, and a health score. Supports both free and paid deep tiers with protocol/cipher analysis.
    MIT
  • F
    license
    Not graded
    quality
    B
    maintenance
    Enables comprehensive TLS security audits for any domain, including certificate validity, expiry warnings, cipher suite weaknesses, deprecated protocols, and HSTS checks. Supports single and bulk domain inspection via MCP tools or a CLI for CI/CD integration.
    -
  • A
    license
    Not graded
    quality
    B
    maintenance
    Read-only observation of a single live URL: parses static HTML to report security posture, forms, links, accessibility signals, and leaks, with described fixes. SSRF-gated and safe, never executes JavaScript.
    93
    MIT
Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources