Give your AI agents the ability to verify and timestamp documents on Hedera – with one npm install.
Check if a SHA‑256 hash exists on the Hedera mainnet. Returns timestamp, sequence number, and certificate ID.
Anchor a hash to the Hedera Consensus Service (HCS). Returns a signed JWT receipt and immutable proof.
{
"mcpServers": {
"hedera-verify": {
"command": "npx",
"args": ["-y", "@yoseph-ai/hedera-verify-mcp"],
"env": {
"TRUSTANCHOR_API_URL": "https://app.proofmarks.cloud",
"TRUSTANCHOR_API_KEY": "your-api-key"
}
}
}
}