Odel
Quantum Readiness Scan

Quantum Readiness Scan

Local
@stanimirtenevPythonApache-2.0Updated 5 days ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIqrp-mcpv0.6.0

Run

uvx qrp-mcp

MCP client config

{
  "mcpServers": {
    "quantum-readiness-scan": {
      "command": "uvx",
      "args": [
        "qrp-mcp"
      ]
    }
  }
}