Skip to main content
Glama

SSL Checker API

MCP Server x402 License: MIT

检查任意域名的 SSL/TLS 证书有效性、到期时间、签发者、证书链详情和安全等级。通过 x402 按次付费(Base L2 上的 USDC)——无需 API 密钥,无需注册,无速率限制。

klymax402 市场的一部分——面向 AI 智能体的 100 个 x402 微支付 API,一个钱包,Base 上的 USDC。

快速开始 -- MCP

在您的 MCP 客户端配置中添加(Claude Desktop、Cursor、ElizaOS 等):

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

Related MCP server: revnuvo-x402-mcp

快速开始 -- 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

任何支持 x402 的客户端(@x402/fetchx402-agent-tools、ATXP)都会自动处理 402 -> 签名 -> 重试 循环。

工具

工具

方法

路径

价格

描述

security_check_ssl

POST

/api/check

$0.005

检查域名的 SSL 证书

security_check_ssl

当您需要检查某个域名的 SSL/TLS 证书是否有效、何时过期以及由谁签发时,可以使用此工具。它会以 JSON 形式返回结构化的证书数据。

参数

名称

类型

必填

描述

domain

string

true

要检查 SSL 证书的域名(例如 example.com)

示例响应:

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

适用场景:部署网站、监控证书过期、审计安全状态、验证 HTTPS 配置。

不适用:DNS 查询(使用 network_lookup_dns)、HTTP 响应头分析(使用 network_analyze_headers)、端口扫描(使用 network_scan_ports)。

示例智能体提示

  • "检查某域名的 SSL/TLS 证书是否有效、何时过期,以及由谁签发"

支付方式

  • 协议:x402 -- HTTP 原生按次付费,无需注册,无需 API 密钥

  • 网络:Base L2(eip155:8453

  • 资产:USDC

  • 协调方:Coinbase CDP(主要)、PayAI(备用)

  • 也可通过 ATXP 访问(OAuth 封装的 x402,RFC 9728 受保护资源元数据)

属于 klymax402

面向 AI 智能体的 100 个 x402 微支付 API -- 一个钱包,Base 上的 USDC,零注册。

许可证

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