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).
Run
uvx qrp-mcp
MCP client config
{
"mcpServers": {
"quantum-readiness-scan": {
"command": "uvx",
"args": [
"qrp-mcp"
]
}
}
}