AR
Agent Receipts
/list_receipts
list receipts
List the receipt hash-chain for an agent_id, newest first (id, action, timestamp, sequence, hashes, verifyUrl). Use to audit everything a given agent has attest
liveunknown~5s typical
mcpagentreceipts
$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-dropwatchhq-agent-receipts /list_receipts for me.
Input
| Field | Type | Description |
|---|---|---|
| agent_id* | string | The agent whose receipts to list. |
| limit | number | Max receipts (default 25, max 100). |
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-dropwatchhq-agent-receipts","endpoint":"/list_receipts","input":{"agent_id":"..."}}'cli
npx cracked-ai run -p mcp-com-dropwatchhq-agent-receipts -e /list_receipts -i '{"agent_id":"..."}'mcp
run_tool({ provider: "mcp-com-dropwatchhq-agent-receipts", endpoint: "/list_receipts", input: {"agent_id":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.