{
  "x402Version": 1,
  "service": "agent-receipts",
  "description": "Verifiable provenance for autonomous-agent actions — issue a signed, content-hashed, hash-chained receipt for any agent action; verify it later for audit, compliance, and dispute resolution.",
  "homepage": "https://agent-receipts.dropwatchhq.com",
  "mcp": {
    "endpoint": "https://agent-receipts.dropwatchhq.com/mcp",
    "transport": "streamable-http",
    "protocol": "mcp"
  },
  "payment": {
    "scheme": "exact",
    "network": "base",
    "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "assetName": "USD Coin",
    "decimals": 6,
    "payTo": "0x38134a7F97636E26365Fb17405566595B917a341",
    "facilitator": "https://facilitator.payai.network",
    "keyless": true
  },
  "paidTools": [
    {
      "tool": "issue_receipt",
      "type": "mcp-tool",
      "transport": "mcp",
      "endpoint": "https://agent-receipts.dropwatchhq.com/mcp",
      "method": "POST tools/call (x402 challenge rides in the tool result)",
      "description": "Mint a signed (ed25519), content-hashed (SHA-256), timestamped, hash-chained provenance receipt for one agent action.",
      "price": {
        "scheme": "exact",
        "network": "base",
        "maxAmountRequired": "10000",
        "amountUSD": "$0.01",
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "decimals": 6
      },
      "payTo": "0x38134a7F97636E26365Fb17405566595B917a341",
      "resource": "https://agent-receipts.dropwatchhq.com/mcp#issue_receipt"
    }
  ],
  "freeTools": [
    {
      "tool": "verify_receipt",
      "description": "Verify a receipt's authenticity + return its provenance record.",
      "price": "free"
    },
    {
      "tool": "list_receipts",
      "description": "List an agent's receipt hash-chain, newest first.",
      "price": "free"
    }
  ],
  "docs": {
    "llms": "https://agent-receipts.dropwatchhq.com/llms.txt",
    "spec": "https://github.com/coinbase/x402"
  }
}