Skip to content
Back to search
100
MCP live MCP 2025-06-18 streamable-http

quantakrypto pqc-tools

io.github.quantakrypto/pqc-tools

Scan code for quantum-vulnerable cryptography and get NIST post-quantum migration guidance.

Uptime
100.0%
1 direct probes · 30d
Response
295ms
last probe
Tools
11
callable
Resources
2
readable
Prompts
1
available

Tools · 11

apply_triage

Deterministically attach your triage verdicts to their findings and re-sort by exposure (highest first). Never suppresses. Pass the same 'findings' array you triaged plus a 'verdicts' array of { finge…

apply_verified_patch

Deterministically VERIFY a proposed fix before writing it — runs the same patch-policy + verify_fix + blast-radius gates as `qremediate` (offline, no key, no network). Give the finding, the file's cur…

check_dependency

Check whether a package is in quantakrypto's known quantum-vulnerable dependency database (the classical crypto it exposes). Provide 'name' and optional 'ecosystem' (default npm).

explain_finding

Explain a quantakrypto finding and its post-quantum remediation. Provide a ruleId (e.g. 'forge-rsa-keygen', 'elliptic-ec', 'node-rsa', 'pem-ec-private-key') and/or an algorithm (e.g. 'RSA', 'ECDSA'). …

get_fix_examples

Return before/after code examples for migrating a classical algorithm to a post-quantum / hybrid replacement. Provide an 'algorithm' (RSA, ECDH, ECDSA, …) or a 'ruleId' from a finding.

list_rules

List the quantakrypto detector catalog: every detector id and what it looks for.

remediate_findings

Produce a deterministic remediation REQUEST bundle (rubric + fix schema + per-finding metadata + fingerprints) for YOU (the host agent) to fix. This tool calls no model and needs no key. For each find…

score_delta

Compute the readiness-score and HNDL change between two finding sets (e.g. before and after a migration). Pass 'before' and 'after' as arrays of findings from scan_path --format json.

suggest_hybrid

Recommend a post-quantum / hybrid migration. Provide an 'algorithm' (e.g. RSA, ECDH, ECDSA) or free-text 'context' describing the usage. Set 'tier' to 'category-5' for CNSA 2.0 / national-security sys…

triage_findings

Produce a deterministic triage REQUEST bundle (rubric + verdict schema + per-finding metadata) for YOU (the host agent) to reason over. This tool does NOT call any model and needs no API key. Assess e…

verify_fix

Run the quantakrypto detectors over a code snippet (NOT the filesystem) and report any classical crypto that remains. Use this to confirm an edit actually removed the quantum-vulnerable usage. Provide…

Resources · 2

Quantakrypto rule catalog

Every detection rule quantakrypto can emit (id, title, severity, category, HNDL, remediation).

quantakrypto://rules
PQC migration guide

How to migrate quantum-vulnerable cryptography using the quantakrypto MCP tools.

quantakrypto://guide/migration

Prompts · 1

migrate

Plan and apply a post-quantum migration for a path using the deterministic tools.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "quantakrypto_pqc-tools": {
      "url": "https://mcp.quantakrypto.com/mcp",
      "transport": "streamable-http"
    }
  }
}