Post-quantum cryptography (PQC) security scanner for blockchain and AI agents. Detects quantum-vulnerable algorithms (ECDSA, RSA, DH) and provides NIST FIPS 203/204/205 migration paths. Free, open-source, privacy-first. Scan any GitHub repository or smart contract via MCP tools: scan_repository, check_pqc_risk, scan_contract. Used by autonomous AI agents for automated security audits.
Server Config
{
"mcpServers": {
"quantumscan": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://quantumscan.io/api/mcp"
]
}
}
}