Install
openclaw skills install @abtdomain/certificate-transparencyCTlogs.io puts the Certificate Transparency record inside your AI assistant. Ask which subdomains a domain has, who issued the certificate on a host, or whether anyone is using your brand name in a hostname, and the answer comes from a continuously updated index of public CT logs.
openclaw skills install @abtdomain/certificate-transparencyCertificate Transparency, inside the conversation you are already having.
CTlogs.io runs a hosted Model Context Protocol server. Connect it to Claude, Cursor, or any client that speaks MCP, and your assistant can query the certificate index itself: which subdomains a domain has, which certificates have been issued for a hostname and by which certificate authority, whether your brand name appears in any hostname. You ask; it looks it up; you work with what comes back.
https://mcp.ctlogs.io/mcp
It is the same index and the same account you use on ctlogs.io. What changes is who does the typing.
You need a CTlogs account with an active plan. Plans and allowances are on the pricing page.
Every client wants the same two things: the server address above, added as a remote or HTTP connector, and a sign-in. The client opens CTlogs in your browser, you sign in and approve the connection once. There is no key to copy and nothing to keep in a configuration file.
claude mcp add --transport http ctlogs https://mcp.ctlogs.io/mcp
Then run /mcp inside Claude Code to complete the sign-in.
Settings, then Connectors, then Add custom connector. Name it CTlogs, paste the server address, and follow the sign-in prompt.
Add the server to your MCP settings (.cursor/mcp.json in a project, or the global file):
{
"mcpServers": {
"ctlogs": {
"url": "https://mcp.ctlogs.io/mcp"
}
}
}
Cursor offers the sign-in when it first connects to the server.
Any client that supports MCP over Streamable HTTP with OAuth sign-in works the same way.
| Tool | The question it answers |
|---|---|
find_subdomains | Which subdomains of a domain exist in the record, and when each was last seen |
lookup_certificates | The certificate history of one hostname, or the certificate behind a fingerprint |
search_hostnames | Which hostnames contain a word, for impersonation and typosquat hunting |
index_status | How large and how fresh the index is |
account_quota | How much of your allowance is left |
Every tool is read-only. Nothing the assistant can call changes anything.
The tools describe their own parameters to the client, so your assistant already knows how to call them. Current allowances and limits are on the pricing page and in the API documentation; they are not repeated here because they will change as the service settles in.
CTlogs.io is built on the technology behind ABTdomain.com, the domain intelligence platform, and shares its data and tooling with Domainkits.com, which covers domain search and newly registered domains. Certificate Transparency is one lens on the same picture: names appear in the domain registries, in DNS, and in the certificate logs, and the three sites look at the same names from those three sides.
Open source tools and datasets from the same team are on github.com/ABTdomain.
Questions and problems: info@lyalpha-gmbh.com, or open a ticket from the member area.
CTlogs.io is operated by Lyalpha GmbH, Düsseldorf, Germany. Terms · Privacy · Imprint