Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

quantakrypto pqc-tools

NPM · @QUANTAKRYPTO/MCP · 2 COMPONENTS · SCANNED AUG 3

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

−16 this week 79 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →

Supply Chain Security100
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • No install/post-install scripts declared.Pass
  • 0 of 2 dependencies flagged as unhealthy. View diagnostics → Pass
Provenance & Transparency97
  • Source repository is publicly reachable at the declared URL. View diagnostics → Pass
  • Cryptographically verified build provenance (signed, bound to quantakrypto/pqc-tools). View diagnostics → Pass
  • Clear OSI-approved license (Apache-2.0).Pass
  • Actively maintained (last published 3 days ago).Pass
  • Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability81
  • 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
  • AI-judged instruction clarity (good).Pass
  • Tool/resource definitions use about 1838 tokens (~102/item across 18 items; 16 tools + 2 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management0
  • Stability not yet verified: not enough scan history yet (needs a 30-day window).Unverified
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Capabilities60
  • Spec-recency check failed: implements MCP spec 2025-06-18; the latest is 2026-07-28. See how to fix → Fail

Unverified: 1 category

A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.

Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

npm · @quantakrypto/mcp

# add to Claude Code
claude mcp add quantakrypto-pqc-tools -- npx -y @quantakrypto/mcp
# add to Codex CLI
codex mcp add quantakrypto-pqc-tools -- npx -y @quantakrypto/mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "quantakrypto-pqc-tools": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@quantakrypto/mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add quantakrypto-pqc-tools --command npx --arg -y --arg @quantakrypto/mcp
# ~/.hermes/config.yaml
mcp_servers:
  quantakrypto-pqc-tools:
    command: "npx"
    args: ["-y", "@quantakrypto/mcp"]
// mcp.json
{
  "mcpServers": {
    "quantakrypto-pqc-tools": {
      "command": "npx",
      "args": [
        "-y",
        "@quantakrypto/mcp"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 2 Aug 26 +15
    • Malware scan: unverified → pass security
  • 1 Aug 26 −13
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 31 Jul 26 −18
    • Malware scan: pass → unverified security
  • 27 Jul 26 +36
    • Schema quality: unverified → 100 functional
    • Tool coverage: unverified → 100 functional
    • First check of Schema quality: fail functional
    • First check of Schema quality: pass functional
    • First check of Tool coverage: 100 functional
    • First check of Schema quality: good functional
  • 26 Jul 26 59

    First indexed and scored.

    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 3 Aug 2026 · Analysed npm/@quantakrypto/[email protected]

Provenance verified

Ecosystem: npm · Outcome: verified

Reason: verified

Source repo:
quantakrypto/pqc-tools
Certificate issuer:
https://token.actions.githubusercontent.com
Certificate SAN:
https://github.com/quantakrypto/pqc-tools/.github/workflows/release.yml@refs/heads/main
Rekor log index:
2222225156
Predicate type:
https://slsa.dev/provenance/v1
Subject digest:
sha512:f2de30a0aa4dad9a7dd84787cacf76ae6d83b01c0cb02316f7556b1f8b5f328b8fbc48a0342838f40ff8c86837b939d6b88c87bb85c32a2fdb76aa6ea
Discovery method:
attestation_endpoint
Dependencies 2 packages

2 packages in the resolved dependency tree.

MCP tools — 16 exposed · ~1,725 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
apply_triage ~94

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 { fingerprint, exposureScore, priority, rationale }.

NameTypeReqDescription
findingsarrayyesThe findings that were triaged.
verdictsarrayyesOne verdict per finding, keyed by fingerprint.

No output schema declared.

No examples provided.

apply_verified_patch ~168

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 current content, and your proposed FULL corrected content; returns approved:true only if the patch is in-policy, clears the finding, adds no new finding, introduces no network/exec sink, and is bounded in size. This does NOT write the file — you write it, only when approved, and never auto-merge.

NameTypeReqDescription
findingobjectyesThe scan finding being fixed (needs a string ruleId and location.file).
newContentstringyesYour proposed full corrected file content.
originalContentstringyesThe file's current full content.

No output schema declared.

No examples provided.

check_dependency ~82

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).

NameTypeReqDescription
ecosystemstringPackage ecosystem. Default: npm.
namestringyesPackage name to look up (e.g. 'node-forge', 'jsonwebtoken').

No output schema declared.

No examples provided.

explain_finding ~135

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'). The ruleId is resolved against the core detector set, so library and config rules explain correctly.

NameTypeReqDescription
algorithmstringThe classical algorithm family involved (e.g. RSA, ECDH, ECDSA).
ruleIdstringThe finding's rule id, matching a detector id prefix.

No output schema declared.

No examples provided.

generate_cbom ~78

Scan a path and emit a CycloneDX 1.6 Cryptographic Bill of Materials (CBOM) of the classical cryptographic assets found, for compliance / supply-chain tooling. Reads the filesystem, so it is gated like scan_path over HTTP.

NameTypeReqDescription
pathstringyesAbsolute or relative path to a file or directory to inventory.

No output schema declared.

No examples provided.

get_fix_examples ~90

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.

NameTypeReqDescription
algorithmstringClassical algorithm family to migrate away from.
ruleIdstringA finding's ruleId (resolved to its algorithm).

No output schema declared.

No examples provided.

inventory_crypto ~59

Produce a post-quantum readiness inventory for a path: a 0-100 readiness score plus counts of cryptographic findings by algorithm, category, and severity.

NameTypeReqDescription
pathstringyesAbsolute or relative path to a file or directory to inventory.

No output schema declared.

No examples provided.

list_rules ~25

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

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

plan_migration ~86

Scan a path and return a deterministic, prioritized post-quantum migration plan: findings grouped by algorithm, ordered harvest-now-decrypt-later first, each with its PQC target and the readiness-score impact. Reads the filesystem, so it is gated like scan_path over HTTP.

NameTypeReqDescription
pathstringyesAbsolute or relative path to a file or directory to plan a migration for.

No output schema declared.

No examples provided.

probe_endpoint ~239

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.

NameTypeReqDescription
i_own_thisbooleanyesAttestation that you are authorized to probe this endpoint. Must be true; the probe is refused otherwise.
modestringProbe mode (default: auto — SSH on :22, TLS otherwise).
targetstringyesA single host or host:port you own (no ranges/CIDRs/wildcards).
timeout_msnumberPer-connection timeout in ms (default 8000).

No output schema declared.

No examples provided.

remediate_findings ~112

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 finding, propose the corrected FULL file content, then VERIFY with verify_fix and keep only fixes that clear the finding. Never touch files with secrets; never auto-merge. Pass 'findings' from scan_path --format json.

NameTypeReqDescription
findingsarrayyesFindings from a scan's JSON output.

No output schema declared.

No examples provided.

scan_path ~83

Scan a file or directory for classical (quantum-vulnerable) asymmetric cryptography using quantakrypto. Returns a readiness summary and findings.

NameTypeReqDescription
formatstringOutput format: 'summary' (default) for readable text, 'json' for the raw ScanResult.
pathstringyesAbsolute or relative path to a file or directory to scan.

No output schema declared.

No examples provided.

score_delta ~79

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.

NameTypeReqDescription
afterarrayyesFindings after the change.
beforearrayyesFindings before the change (from a scan's JSON findings).

No output schema declared.

No examples provided.

suggest_hybrid ~172

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 systems.

NameTypeReqDescription
algorithmstringClassical algorithm family to migrate away from.
contextstringFree-text description of the cryptographic usage (used when no algorithm is given).
tierstringSecurity tier: 'category-3' (default, commercial — ML-KEM-768 / ML-DSA-65) or 'category-5' (CNSA 2.0 / NSS, long-lived secrets — ML-KEM-1024 / ML-DSA-87).

No output schema declared.

No examples provided.

triage_findings ~100

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 each finding's real-world exposure, then call apply_triage with your verdicts. Pass 'findings' as an array from scan_path --format json.

NameTypeReqDescription
findingsarrayyesFindings from a scan's JSON output.

No output schema declared.

No examples provided.

verify_fix ~123

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 'code' plus a 'language' or 'filename'.

NameTypeReqDescription
codestringyesThe source code to check.
filenamestringOptional filename; its extension selects the detectors (overrides 'language').
languagestringLanguage of the code (js, ts, python, go, java, csharp, rust, ruby, c, …).

No output schema declared.

No examples provided.