Anchor document SHA-256 + claimed timestamp as an eIDAS Art.41-aligned electronic timestamp (art-121) → verify that the anchor recomputes correctly and all claims are internally consistent (art-122). W3C VC export via §13.11.
anchor_document_integrity{
"jsonrpc": "2.0",
"method": "tools/call",
"params": {
"name": "anchor_document_integrity",
"arguments": {
"document_hash": "sha256:abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890",
"claimed_timestamp": "2026-06-25T10:00:00Z",
"hash_algorithm": "sha256",
"document_type": "contract"
}
},
"id": 1
}
verify_timestamp_attestation{
"jsonrpc": "2.0",
"method": "tools/call",
"params": {
"name": "verify_timestamp_attestation",
"arguments": {
"document_hash": "sha256:abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890",
"presented_anchor": {
"document_hash": "sha256:abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890",
"timestamp_claim": {
"standard": "eIDAS Art.41 / RFC 3161-aligned",
"timestamp": "2026-06-25T10:00:00Z",
"algorithm": "sha256"
}
},
"presented_timestamp": "2026-06-25T10:00:00Z",
"expected_algorithm": "sha256"
}
},
"id": 2
}