mcpbeat Sign in

Quantum Readiness Scan MCP Server

by quantumreadiness Your server? Claim it
local only

Quantum Readiness Scan runs on your own machine — the client starts it, so there is no endpoint to ping. 3 240 installs a week from pypi. Last commit 17 Sep 2026.

Offline scanner for quantum-vulnerable crypto; reports its coverage and emits a CycloneDX CBOM.

Installs per day peak 1 611 · avg 167 · +327% w/w
a month agotoday
3 240
Installs / week
pypi · qrp-mcp
0
Stars
0 open issues
17 Sep 2026
Last commit
0 releases in 90 days
Apache-2.0
License
Python

What the code does

We read the source, 17 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

    return subprocess.run(
    env = dict(os.environ, GIT_TERMINAL_PROMPT="0", GIT_OPTIONAL_LOCKS="0",

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add qrp-mcp -- uvx qrp-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "qrp-mcp": {
      "args": [
        "qrp-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.qrp-mcp]
command = "uvx"
args = ["qrp-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "qrp-mcp": {
      "args": [
        "qrp-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "qrp-mcp": {
      "args": [
        "qrp-mcp"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to Quantum Readiness Scan

same job, measured the same way
QuantumScan PQC Scanner
by gaiabio12-design

PQC scanner for GitHub repos and smart contracts. Detects quantum-vulnerable ECDSA/RSA.

4 tools answering
quantakrypto pqc-tools
by quantakrypto

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

67 installs/wk 11 tools answering
Odoo Pulse
by minhhq-a1

An AI business analyst for Odoo ERP (18+) — one-call reports with verdicts, over MCP

234 installs/wk local only
Visibilityai
by thinksuitesolution-coder

Verified Indian business data and AI-visibility reports for MCP-compatible AI agents.

13 tools answering
Codemore
by abhinavteja123

The static analyzer your AI agent reads — fix-ready, machine-readable scan reports over MCP.

70 installs/wk local only
Secobserve MCP
by nh4ttruong

MCP server for SecObserve: triage findings, manage products, import scan reports and SBOMs.

local only
Scannd
by scannd

Trigger security scans and read reports/vulnerabilities via the hosted Scannd API. Free: 2 scans/mo.

54 installs/wk local only
Abap MCP
by palimkarakshay

Offline SAP ABAP/RAP tools for AI agents: lint, Cloud readiness, released APIs, knowledge.

447 installs/wk local only

Quantum Readiness Scan — questions

Answers built from our own checks of this server.

Why is there no uptime for Quantum Readiness Scan?
Quantum Readiness Scan runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package qrp-mcp was installed 3 240 times last week.
How do I connect Quantum Readiness Scan?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls qrp-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Quantum Readiness Scan?
The pypi package qrp-mcp was installed 3 240 times in the last week. Week over week that is +327%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Quantum Readiness Scan open source?
Yes — it is published under the Apache-2.0 licence, written in Python and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.