Quantum Readiness Scan
Rank #17,035eu.quantumreadiness/qrp-mcp
Finds quantum-vulnerable crypto in your codebase: secp256k1, Ed25519, BLS, Schnorr, RSA. Offline.
Quantum Readiness Scan is a Model Context Protocol (MCP) server published by StanimirTenev. It ranks #17,035 of 115,591 servers tracked on MCP Toplist. Quantum Readiness Scan is listed across 2 registries — Official MCP and Glama, with 2 tracked versions. It was first listed on Aug 11, 2026 and most recently updated on Aug 26, 2026.
Ranks ahead of 98,556 of 115,591 servers on MCP Toplist.
Use Quantum Readiness Scan
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add qrp-mcp -- uvx qrp-mcp[mcp_servers.qrp-mcp]
command = "uvx"
args = ["qrp-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"qrp-mcp": {
"command": "uvx",
"args": [
"qrp-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"qrp-mcp": {
"command": "uvx",
"args": [
"qrp-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"qrp-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"qrp-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"qrp-mcp": {
"command": "uvx",
"args": [
"qrp-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"qrp-mcp": {
"command": "uvx",
"args": [
"qrp-mcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/eu.quantumreadiness%2Fqrp-mcp)<a href="https://mcptoplist.com/server/eu.quantumreadiness%2Fqrp-mcp"><img src="https://mcptoplist.com/badge/eu.quantumreadiness%2Fqrp-mcp.svg" alt="MCP Toplist: Top 25% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
StanimirTenev
Other servers by StanimirTenev
View all StanimirTenev servers →Available versions (2)
| Version | Published |
|---|---|
| 0.1.1 | Aug 26, 2026 |
| 0.1.0 | Aug 11, 2026 |
Frequently asked questions
- Who maintains Quantum Readiness Scan?
- Quantum Readiness Scan is maintained by StanimirTenev, which publishes 2 MCP servers (3 total versions) tracked on MCP Toplist.
- Is Quantum Readiness Scan listed on the Official MCP Registry?
- Yes — Quantum Readiness Scan is listed on the Official MCP Registry, alongside Glama.
- How many versions does Quantum Readiness Scan have?
- MCP Toplist tracks 2 versions of Quantum Readiness Scan, most recently published on Aug 26, 2026.
- Where can I find the source code for Quantum Readiness Scan?
- The source code for Quantum Readiness Scan is hosted at github.com/StanimirTenev/qrp-mcp.