# Quantum Readiness Scan (pypi · qrp-mcp)

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

- Trust score: 68/100 (medium)
- Change this week: +4
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-19

## Components

- pypi · `qrp-mcp`: 68/100 (this document), [markdown](https://verifymcp.io/servers/eu-quantumreadiness-qrp-mcp/qrp-mcp.md), [page](https://verifymcp.io/servers/eu-quantumreadiness-qrp-mcp/qrp-mcp)

## Channel facts

- Registry: `pypi`
- Package: `qrp-mcp`
- Version: `0.1.0`
- Transport: `stdio`

## Trust breakdown

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. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-19.

- **Supply Chain Security**: 100/100
  - No malware found by supply-chain analysis.
  - No known CVEs affecting this package version or its production dependencies.
  - Runs hatchling.build at install time, a recognised native-build step with no shell scripting around it.
  - 2 of 30 dependencies flagged as unhealthy.
- **Provenance & Transparency**: 32/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - License check failed: no license is declared.
  - Actively maintained (last published 7 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 77/100
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 137 tokens (~68/item across 2 items; 2 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 71/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 0% of tool parameters carry a description.
  - Structured output schemas are declared (100% of tools); any adoption earns full credit.
- **Capabilities**: 100/100
  - Implements a current MCP spec version (2026-07-28).

## Install

### Claude

```bash
claude mcp add eu-quantumreadiness-qrp-mcp -- uvx qrp-mcp
```

### Codex

```bash
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
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add eu-quantumreadiness-qrp-mcp --command uvx --arg qrp-mcp
```

### Hermes

```yaml
mcp_servers:
  eu-quantumreadiness-qrp-mcp:
    command: "uvx"
    args: ["qrp-mcp"]
```

### Other

```json
{
  "mcpServers": {
    "eu-quantumreadiness-qrp-mcp": {
      "command": "uvx",
      "args": [
        "qrp-mcp"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-19 (score 68, +4)

- [functional improvement] Stability: unverified → 0.27

### 2026-08-12 (score 64, +15)

- [security improvement] Malware scan: unverified → pass

### 2026-08-11 (score 49)

First indexed and scored.

## MCP tools (2)

### `scan_repo` (~98 tokens)

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

Input parameters:

- `path` (string, required)

### `list_algorithms` (~39 tokens)

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

## Diagnostics

Captured diagnostic sections: Provenance, Install scripts, Dependencies. The full working is on the page: https://verifymcp.io/servers/eu-quantumreadiness-qrp-mcp/qrp-mcp#diagnostics

## Score history

- 2026-08-19: 68
- 2026-08-18: 64
- 2026-08-17: 64
- 2026-08-16: 64
- 2026-08-15: 64
- 2026-08-14: 64
- 2026-08-13: 64
- 2026-08-12: 64
- 2026-08-11: 49

## Links

- PyPI project: https://pypi.org/project/qrp-mcp/
- Socket report: https://socket.dev/pypi/package/qrp-mcp
- Repository: https://github.com/StanimirTenev/qrp-mcp
- Website: https://quantumreadiness.eu/
- Changelog RSS feed: https://verifymcp.io/servers/eu-quantumreadiness-qrp-mcp/qrp-mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/eu-quantumreadiness-qrp-mcp/qrp-mcp.json
- HTML version of this page: https://verifymcp.io/servers/eu-quantumreadiness-qrp-mcp/qrp-mcp
