M
mcp
/verify_receipt
verify receipt
Verify a CandidCost ledger receipt hash (full sha256 or short "3f9a…c21e" form). Confirms the receipt exists and that its dataset hash chain is intact, proving
liveverifiedunknown~5s typical
mcpprobedmcp
$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-com-candidcost-mcp /verify_receipt for me.
Input
| Field | Type | Description |
|---|---|---|
| hash* | string | The receipt content hash to verify |
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-com-candidcost-mcp","endpoint":"/verify_receipt","input":{"hash":"..."}}'cli
npx cracked-ai run -p mcp-com-candidcost-mcp -e /verify_receipt -i '{"hash":"..."}'mcp
run_tool({ provider: "mcp-com-candidcost-mcp", endpoint: "/verify_receipt", input: {"hash":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.