Skip to main content
Glama

SSL Checker API

MCP Server x402 License: MIT

Prüfen Sie für jede Domain die Gültigkeit, das Ablaufdatum, den Aussteller, die Ketteninformationen und die Sicherheitsstufe des SSL/TLS-Zertifikats. Bezahlung pro Aufruf über x402 (USDC auf Base L2) -- ohne API-Schlüssel, ohne Anmeldung, ohne Rate-Limit.

Teil des klymax402-Marktplatzes -- 100 x402-Mikrozahlungs-APIs für KI-Agenten, eine Wallet, USDC auf Base.

Schnellstart -- MCP

Fügen Sie Folgendes zu Ihrer MCP-Client-Konfiguration hinzu (Claude Desktop, Cursor, ElizaOS usw.):

{
  "mcpServers": {
    "ssl-checker": {
      "url": "https://ssl-checker.api.klymax402.com/mcp"
    }
  }
}

Related MCP server: revnuvo-x402-mcp

Schnellstart -- HTTP (x402)

curl -X POST "https://ssl-checker.api.klymax402.com/api/check" \
  -H "Content-Type: application/json" \
  -d '{"domain":"..."}'
# -> 402 Payment Required, with an x402 payment challenge in the response body

Jeder x402-fähige Client (@x402/fetch, x402-agent-tools, ATXP) führt den 402 -> sign -> retry-Ablauf automatisch aus.

Werkzeuge

Werkzeug

Methode

Pfad

Preis

Beschreibung

security_check_ssl

POST

/api/check

$0.005

Prüft das SSL-Zertifikat einer Domain

security_check_ssl

Verwenden Sie dieses Werkzeug, wenn Sie prüfen müssen, ob das SSL/TLS-Zertifikat einer Domain gültig ist, wann es abläuft und von wem es ausgestellt wurde. Es gibt strukturierte Zertifikatsdaten in JSON zurück.

Parameter

Name

Typ

Erforderlich

Beschreibung

domain

string

ja

Domainname, dessen SSL-Zertifikat geprüft werden soll (z. B. example.com)

Beispielantwort:

{"domain":"example.com","valid":true,"expiryDate":"2026-12-15","daysRemaining":245,"issuer":{"name":"DigiCert","organization":"DigiCert Inc"},"protocol":"TLSv1.3","securityGrade":"A+"}

Wann verwenden: beim Bereitstellen einer Website, zur Überwachung des Zertifikatsablaufs, zur Prüfung der Sicherheitslage und zur Validierung der HTTPS-Einrichtung.

Nicht geeignet für: DNS-Lookup (verwenden Sie network_lookup_dns), HTTP-Header-Analyse (verwenden Sie network_analyze_headers), Port-Scanning (verwenden Sie network_scan_ports).

Beispiel-Prompts für Agenten

  • "Überprüfe, ob das SSL/TLS-Zertifikat einer Domain gültig ist, wann es abläuft und von wem es ausgestellt wurde"

Bezahlung

  • Protokoll: x402 -- HTTP-nativ, Bezahlung pro Aufruf, ohne Anmeldung, ohne API-Schlüssel

  • Netzwerk: Base L2 (eip155:8453)

  • Vermögenswert: USDC

  • Vermittler: Coinbase CDP (primär), PayAI (Fallback)

  • Zusätzlich erreichbar über ATXP (ein über OAuth gekapseltes x402, RFC 9728 protected-resource metadata)

Teil von klymax402

100 x402-Mikrozahlungs-APIs für KI-Agenten -- eine Wallet, USDC auf Base, keine Anmeldung.

Lizenz

MIT

A
license - permissive license
Not graded
quality - not tested
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

  • A
    license
    A
    quality
    D
    maintenance
    security tools for AI agents: URL safety scanning, prompt injection detection (200+ patterns), email/password breach checks via HIBP, domain & IP reputation analysis, and AI skill supply chain scanning. Free tier (3 calls/day) or pay-per-request with USDC micropayments via x402.
    9
    51
    1
    MIT
  • F
    license
    Not graded
    quality
    B
    maintenance
    Enables users to verify that an AI agent is who it claims to be by combining domain verification, agent-card checks, and a live MCP handshake, with paid requests handled via x402 on Base Sepolia testnet.

View all related MCP servers

Related MCP Connectors

  • The web capability layer for AI agents: render, extract, DNS, SSL, WHOIS & more via x402.

  • Pay-per-use weather, environment, finance, and on-chain intelligence tools for AI agents via x402.

  • Verify x402 payment endpoints before an AI agent pays: scam scan, on-chain checks, trust scores.

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/Br0ski777/ssl-checker-x402'

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