You'd reach for this when you need to verify Ed25519 signatures on receipts, bundles, or trust artifacts without touching the network. It's built for offline verification scenarios where you've got signed data and need to validate its authenticity locally. The server exposes verification operations through stdio transport, making it straightforward to pipe in signed content and get back validation results. Think audit trails, supply chain verification, or any situation where you're dealing with cryptographically signed artifacts and need to confirm they haven't been tampered with. The focus is narrow: pure verification, no signing or key management.
claude mcp add --transport stdio com.scopeblind-verify-mcp -- npx -y @scopeblind/verify-mcp