TunnelMind Data API
TD
TunnelMind Data API
/verify_receipt

verify receipt

Tamper-detection verification for TunnelMind surveillance receipts. Submit the receipt ID, the SHA-256 content hash, and the Ed25519 signature from the receipt

liveverifiedunknown~5s typical
mcpprobedtunnelminddataapi
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-ai-tunnelmind-data /verify_receipt for me.

Input

FieldTypeDescription
receipt_id*string
content_hash*stringSHA-256 hex hash of the receipt JSON content
signature*stringEd25519 signature from the receipt document

Call it

curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
  -H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
  -d '{"provider":"mcp-ai-tunnelmind-data","endpoint":"/verify_receipt","input":{"receipt_id":"...","content_hash":"...","signature":"..."}}'
cli
npx cracked-ai run -p mcp-ai-tunnelmind-data -e /verify_receipt -i '{"receipt_id":"...","content_hash":"...","signature":"..."}'
mcp
run_tool({ provider: "mcp-ai-tunnelmind-data", endpoint: "/verify_receipt", input: {"receipt_id":"...","content_hash":"...","signature":"..."} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.