rt_check_tls
Inspect TLS certificates of MCP servers using HTTP/SSE transport to detect insecure configurations such as unencrypted HTTP, untrusted or expired certificates, weak signatures, and short keys.
Instructions
Inspect TLS certificate of HTTP/SSE MCP server. Checks: unencrypted HTTP, untrusted/self-signed cert, expired cert, expiring soon (<30d), weak signature (SHA-1), short key (<2048 bits). Only applies to HTTP/SSE transport.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| env | No | Additional environment variables for stdio | |
| url | No | MCP server URL for HTTP/SSE transport (e.g. 'http://localhost:3000/mcp') | |
| args | No | Command arguments for stdio (e.g. ['run', 'server.js']) | |
| command | No | Server command for stdio transport (e.g. 'node', 'bun', 'npx') | |
| headers | No | Custom HTTP headers (e.g. { 'Authorization': 'Bearer token' }) | |
| timeout_ms | No | Connection timeout in milliseconds (default: 30000) |