S
seal
/verify_receipt
Verify a receipt
Check that a record still says what was signed: the permitted or refused decision, unchanged, under a trusted or embedded key. Handles both formats: ATTESTATION
liveverifiedunknown~5s typical
mcpprobedseal
$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-aqta-seal /verify_receipt for me.
Input
| Field | Type | Description |
|---|---|---|
| receipt* | object | The record, as a JSON object or a JSON string. |
| public_key | string | Base64url Ed25519 key to trust. Omit to use the key embedded in the record, which proves i |
| profile | string | Usually omit this. The record's own signed version tag selects the format, and ATTESTATION |
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-aqta-seal","endpoint":"/verify_receipt","input":{"receipt":{}}}'cli
npx cracked-ai run -p mcp-ai-aqta-seal -e /verify_receipt -i '{"receipt":{}}'mcp
run_tool({ provider: "mcp-ai-aqta-seal", endpoint: "/verify_receipt", input: {"receipt":{}} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.