ctlogs-mcp
CTlogs.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.
Documentation
CTlogs.io MCP server
Certificate 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/mcpIt is the same index and the same account you use on ctlogs.io. What changes is who does the typing.
Connect
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 Code
claude mcp add --transport http ctlogs https://mcp.ctlogs.io/mcpThen run `/mcp` inside Claude Code to complete the sign-in.
Claude (web and desktop)
Settings, then Connectors, then *Add custom connector*. Name it CTlogs, paste the server address, and follow the sign-in prompt.
Cursor
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.
Other clients
Any client that supports MCP over Streamable HTTP with OAuth sign-in works the same way.
What your assistant can do
| 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.
Things to ask
- "What subdomains exist under example.com, and which were seen most recently?"
- "Which certificates have been issued for api.example.com, from which certificate authority, and when does the latest one expire?"
- "Show me the certificates logged for example.com recently, including subdomains."
- "Does our brand name appear in any hostname?"
- "Look up the certificate with this fingerprint."
- "How much of my allowance is left?"
Good to know
- One account, every client. A laptop, an editor and a server can all be connected at once. They act as the same account, and usage is counted once.
- Made for asking, not exporting. Results are sized for a conversation. For bulk work, use the API directly.
- Public data, for security work. Everything in the index comes from public Certificate Transparency logs: hostnames and certificate metadata such as the issuing certificate authority, dates and fingerprints. The service does not support looking up personal information; queries take a domain name, a hostname, a fingerprint or a word inside a hostname. It is built for security, brand protection and infrastructure work.
- What the data means. The index is built from public Certificate Transparency logs. It tells you which names have had certificates issued, from which certificate authority and when; it does not tell you whether a host is live or what it serves. Read what Certificate Transparency actually tells you before drawing conclusions.
Who makes this
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.
Support
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
Frequently asked questions
What is ctlogs-mcp?
ctlogs-mcp is CTlogs.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.
How do I install ctlogs-mcp?
Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.
Is ctlogs-mcp open source?
Yes — it is hosted on GitHub at https://github.com/ABTdomain/ctlogs-mcp.
Related MCP tools
Model Context Protocol Servers
Pre-indexed code knowledge graph, auto syncs on code changes, for Claude Code, Codex, Gemini, Cursor, OpenCode, AntiGravity, Kiro, CoPilot, and Hermes Agent — fewer tokens, fewer tool calls, 100% local
an open source, extensible AI agent that goes beyond code suggestions - install, execute, edit, and test with any LLM
The easy-to-use open source Business Intelligence and Embedded Analytics tool that lets everyone work with data :bar_chart:
The Open-Source Multimodal AI Agent Stack: Connecting Cutting-Edge AI Models and Agent Infra
Cognee is the open-source AI memory platform for agents. Give your AI agents persistent long-term memory across sessions with a self-hosted knowledge graph engine.
Run your own MCP server? See who uses it and what to fix.
Measure it with TrackMCP