This scanner hooks into your codebase to flag classical crypto that won't survive quantum attacks. It detects ECDSA and RSA signatures in smart contracts and application code, then checks them against NIST post-quantum standards like FIPS 204 (ML-DSA/Dilithium) and FIPS 205 (SLH-DSA/SPHINCS+). You'd use this during audits or CI pipelines to catch vulnerable key exchange and signing schemes before migrating to quantum-resistant alternatives. The underlying Quantum Shield project implements the actual PQC primitives in Rust and Solidity, so this server likely exposes operations to scan files, report vulnerabilities by type, and suggest NIST-compliant replacements.
claude mcp add --transport stdio io.github.kota1026-quantumguard-mcp -- npx -y quantumguard-mcp