You'd reach for this when you need to cryptographically verify receipts or signed documents entirely offline, no network calls required. It handles Ed25519 signature verification locally, which means you can validate that a receipt hasn't been tampered with and comes from a trusted source without sending sensitive data anywhere. The offline-first design makes it solid for air-gapped environments, privacy-sensitive applications, or anywhere you want zero external dependencies for verification. It's built for the VeritasActa ecosystem but the underlying verification mechanism is straightforward Ed25519, so you're working with a well-established cryptographic standard.
claude mcp add --transport stdio io.github.tomjwxf-veritasacta-verify -- npx -y @veritasacta/verify