Skip to content
clusters: prooflayer · edgemarket · edgefinance · synthforge · mediakit · wordmint · webprobe · locale · comppoint
$ man ssl-cert

/ssl-cert(1)

agentutility / web-probe / ssl-cert
PRICE / CALL
$0.03
USDC · base mainnet · scheme: exact
METHOD
POST
CLUSTER
webprobe
CATEGORY
uncategorized
STATUS
live
NAME
ssl-cert ssl certificate inspector / tls cert checker / certificate transparency lookup / ssl expiry
synonym alias of ssl-cert-info — reuses the canonical handler.
SYNOPSIS
POST https://x402.org/v1/ssl-cert
     Content-Type: application/json
     X-PAYMENT:    <signed-transferWithAuthorization>

     { ... }
↳ first call → 402 Payment Required. Sign USDCtransferWithAuthorization, retry with theX-PAYMENT header.
DESCRIPTION

SSL certificate inspector / TLS cert checker / certificate transparency lookup / ssl expiry. Issuer, subject, SAN list, validity dates, days-until-expiry. Sourced from Certificate Transparency logs (crt.sh).

INPUTrequest schema
propertytypedescriptionreq?
hoststringHostname to inspect (e.g. example.com); the endpoint queries Certificate Transparency logs for this domain.required
historybooleanWhen true, returns prior certificates from CT logs in addition to the current active cert.optional
OUTPUTresponse shape
fieldtypedescription
hoststringHostname the certificate was issued for, echoed from the input.
issuer_common_namestringCommon name of the issuing CA (e.g. "Let's Encrypt Authority X3", "DigiCert TLS RSA SHA256").
days_until_expirystringDays remaining until the certificate's notAfter date; negative if already expired.
EXAMPLEStwo ways to call
EXAMPLE 1 · curl
curl -X POST https://x402.org/v1/ssl-cert \
  -H 'Content-Type: application/json' \
  -d '{ }'
first response = 402 Payment Required with payment requirements; sign + retry with X-PAYMENT.
EXAMPLE 2 · mcp
# install once
claude mcp add x402 --command "npx x402-deployer-mcp"

# then ask Claude Code:
# "use the ssl-cert tool to ..."
MCP server handles payment automatically — your coding agent just calls the tool by name.
METADATA
tags
web-probessltlscertificatecert-expirycrt-shcertificate-transparency
methods
POST
cluster
webprobe
price
$0.03 USDC per call
ADJACENTother endpoints in webprobe
endpointdescriptionprice
arxiv-searcharXiv full-text search.$0.03
ssl-cert-infoSSL / TLS certificate inspector.$0.03
subdomain-enumSubdomain enumeration / attack-surface mapping / DNS recon.$0.03
archive-snapshotWayback Machine API / archive.org wrapper.$0.02
dmarc-checkDMARC / SPF / DKIM checker.$0.02
dns-lookupDNS lookup / DNS resolver / DoH proxy.$0.02
expand-urlURL expander / redirect chain tracer / link-shortener resolver.$0.02
password-strengthPassword strength meter + breach checker.$0.02
SEE ALSO
agentutility(7) · webprobe(7) · x402(7) · mcp(7) · llms.txt · registry.json · bazaar.x402.org