probe_endpoint
Check a single TLS/SSH endpoint you own for post-quantum readiness: detects PQC-hybrid key exchange X25519MLKEM768 and classical certificate posture. Set i_own_this=true to authorize; a benign, unauthenticated handshake is performed.
Instructions
Actively probe ONE live TLS/SSH endpoint YOU OWN for post-quantum readiness (PQC-hybrid key exchange X25519MLKEM768, classical certificate posture). REQUIRES an ownership attestation: set i_own_this=true to confirm you are authorized to test the target. Refuses CIDR ranges / wildcards / lists — one host at a time. Performs only a benign, unauthenticated handshake and never modifies the endpoint. NOTE: this is the ONLY quantakrypto MCP tool that opens a network connection; the server is otherwise offline. Over HTTP it is disabled unless the operator sets QUANTAKRYPTO_MCP_ALLOW_NETWORK=1.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | Probe mode (default: auto — SSH on :22, TLS otherwise). | |
| target | Yes | A single host or host:port you own (no ranges/CIDRs/wildcards). | |
| i_own_this | Yes | Attestation that you are authorized to probe this endpoint. Must be true; the probe is refused otherwise. | |
| timeout_ms | No | Per-connection timeout in ms (default 8000). |