MCP Tool · Discovery

ct_log_watch

Polls Certificate Transparency logs (crt.sh) for new certificates issued for an asset's domain in the last 24h, extracts novel subdomains, and records them as asset relationships.

Input

NameTypeRequiredDescription
asset_idstringyesUUID of the asset (apex domain) to watch for new certificates.

REST API

curl -H "Authorization: Bearer sic_..." \
  -H "Content-Type: application/json" \
  -X POST https://sicenter.io/api/tools/ct_log_watch \
  -d '{"asset_id":"<string>"}'

MCP server

# MCP — call from Claude Desktop, Cursor, or any MCP client
{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "ct_log_watch",
    "arguments": {
        "asset_id": "<string>"
    }
  }
}

Endpoint: https://sicenter.io/api/mcp. See /mcp for connection guides for Claude Desktop, Cursor, and custom orchestrators.

More tools in Discovery


Browse the full MCP server documentation or jump to the API key management page in your dashboard.