Security & Testing
tlsradar.com
Manage SSL/TLS certificates, including scanning, issuing, and checking propagation.
ENDPOINT 1
https://tlsradar.com/api/v1/mcp
MCP server metadata
- Name
- TLS Radar
- Version
- 1.0
Known tools 17
scan_domainRun a free, anonymous SSL/TLS scan against a hostname and return certificate details.
Inferred read-onlycreate_certificateStart issuing a FREE 90-day Let's Encrypt certificate for a domain (no account required).
Inferred read-onlycheck_certificate_propagationCheck whether the DNS TXT records for a certificate order have propagated (Cloudflare/Google/Quad9).
Inferred read-onlyfinalize_certificateFinalize and issue a certificate order in one call: validates the DNS challenges, waits for Let's Encrypt, and returns the issued cert.
Inferred read-onlyget_certificate_statusReturn the current state of a certificate order (dns_pending, validating, ready, completed, failed) and per-authorization Let's Encrypt statuses.
Inferred read-onlyrenew_certificateRenew a certificate by cloning a recent order (requires the original order_id; Beacon purges orders after ~24h).
Inferred read-onlyget_accountReturn the current user's plan, limits, and usage so the client can render upgrade nudges proactively.
Inferred read-onlylist_monitorsList all certificates currently being monitored across the user's teams.
Inferred read-onlyexport_monitorsDump the user's monitors as a JSON structure suitable for backup, migration, or infrastructure-as-code workflows.
Inferred read-onlyimport_monitorsCreate monitors from a JSON structure (typically produced by `export`).
Potential side effectsCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.tls-radar]
url = "https://tlsradar.com/api/v1/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"tls-radar": {
"type": "http",
"url": "https://tlsradar.com/api/v1/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: tls-radar
Remote MCP URL: https://tlsradar.com/api/v1/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"tls-radar": {
"url": "https://tlsradar.com/api/v1/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"tls-radar": {
"type": "http",
"url": "https://tlsradar.com/api/v1/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "tls-radar",
"transport": "streamable-http",
"url": "https://tlsradar.com/api/v1/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.