Skip to main content
Glama
duksh

PeerGlass

by duksh

peerglass_ct_logs

Read-onlyIdempotent

Search Certificate Transparency logs to discover TLS certificates issued for a domain, revealing subdomains, issuer CAs, and validity periods for security audits and incident investigations.

Instructions

Search crt.sh for all TLS certificates ever issued for a domain via Certificate Transparency logs. Returns deduplicated entries showing common name, issuer CA, validity period, and SAN name_value.

Useful for:

  • Discovering shadow IT / undocumented subdomains

  • Auditing which CAs have been used for a domain

  • Finding certificates issued before/after security incidents

  • Verifying certificate rotation

Args: params (CTLogInput): - domain (str): Domain name (e.g. 'cloudflare.com') - limit (int): Max entries to return (default 50, max 500) - response_format (str): 'markdown' (default) or 'json'

Returns: str: Certificate log table with CN, CA, validity dates, and unique CA summary.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
paramsYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

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/duksh/peerglass'

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