← Registry
Security & Testing
kaspaseal.dev
Provides cryptographic proof verification and data hashing for blockchain-based actions.
ENDPOINT 1
https://mcp.kaspaseal.dev/mcp
Known tools 3
verify_proofRe-compute sha256(JCS(data)), Schnorr-verify the signature, and re-derive the bech32 address from the public key — all locally, no chain query.
hash_dataCompute sha256 over the JCS-canonical bytes of any JSON value — the same payload_hash anchor_action would produce — without anchoring.
verify_proof_onchainChain-backed verification over the hosted operator node: looks up the bundle's txid (mempool / confirmation), and — when confirmed — checks the on-chain KAP1 payload commits to the bundle's payload_hash / parent_txid / action_type, then walks the parent chain.