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

Quantum Readiness Scan

PYPI · QRP-MCP · SCANNED AUG 19

Finds quantum-vulnerable crypto in your codebase: secp256k1, Ed25519, BLS, Schnorr, RSA. Offline.

Available components

+4 this week 68 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
  • Runs hatchling.build at install time, a recognised native-build step with no shell scripting around it. View diagnostics → Pass
  • 2 of 30 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency32
Schema Quality & AI Usability77
  • AI-judged instruction clarity (excellent).Pass
  • Tool/resource definitions use about 137 tokens (~68/item across 2 items; 2 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management27
  • Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage71
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 0% of tool parameters carry a description.Fail
  • Structured output schemas are declared (100% of tools); any adoption earns full credit.Pass
Capabilities100
  • Implements a current MCP spec version (2026-07-28).Pass
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.

pypi · qrp-mcp

# add to Claude Code
claude mcp add eu-quantumreadiness-qrp-mcp -- uvx qrp-mcp
# add to Codex CLI
codex mcp add eu-quantumreadiness-qrp-mcp -- uvx qrp-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "eu-quantumreadiness-qrp-mcp": {
      "type": "local",
      "command": [
        "uvx",
        "qrp-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add eu-quantumreadiness-qrp-mcp --command uvx --arg qrp-mcp
# ~/.hermes/config.yaml
mcp_servers:
  eu-quantumreadiness-qrp-mcp:
    command: "uvx"
    args: ["qrp-mcp"]
// mcp.json
{
  "mcpServers": {
    "eu-quantumreadiness-qrp-mcp": {
      "command": "uvx",
      "args": [
        "qrp-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.

  • 19 Aug 26 +4
    • Stability: unverified → 0.27 functional
  • 12 Aug 26 +15
    • Malware scan: unverified → pass security
  • 11 Aug 26 49

    First indexed and scored.

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 19 Aug 2026 · Analysed pypi/qrp-mcp@0.1.0

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem pypi
Install scripts 1 script
Hook Tier Command
build_backend allowlisted hatchling.build
Dependencies 30 packages
Packages resolved 30
Stale 1
No linked repository 1
Tree resolution Complete
MCP tools · 2 exposed · ~137 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
list_algorithms ~39

List the algorithm families this server recognises and how each is classified (classical and quantum-vulnerable, post-quantum, or neither).

Input schema present but exposes no named parameters.

Structured output declared, but exposes no named fields.

No examples provided.

scan_repo ~98

Scan a local directory for cryptography that a quantum computer would break. Reads source code, CI/CD pipeline configs and infrastructure-as-code under `path`, and returns the algorithms in use, per-finding detail, and a summary of how exposed the project is. Runs entirely on this machine -- no network calls, nothing uploaded. Args: path: Directory to scan (e.g. a checked-out repository).

NameTypeReqDescription
pathstringyes

Structured output declared, but exposes no named fields.

No examples provided.