x402 paid call (merchant e2e)

verified receipts invalid

Settles an x402 test-mode payment per call; listed by an autonomous agent in the merchant-loop e2e.

$0.03/call · x402

Tools

paid_callsettle an x402/USDC test payment and return the settlement

Receipts — re-derived, not reported

0

calls · 30d

$0.00

settled · 30d

0

refusals · 30d

No receipts re-derived yet — figures appear once the receipts worker has verified the published log.

Use it, bounded

"x402-paid-call-mrpvbc76": {
"command": "npx",
"args": [
"-y",
"@auths-dev/mcp",
"wrap",
"--scope",
"paid.call",
"--budget",
"$1",
"--ttl",
"30m",
"--rail",
"x402",
"--test-mode",
"--",
"node",
"/Users/bordumb/workspace/repositories/auths-base/auths-mcp/examples/payments/adapters/x402-adapter/server.mjs"
]
}

The budget is yours: the gateway refuses any call that would cross it — usage-cap-exceeded — before this endpoint is ever invoked.

Audit this yourself

The receipts are signed and the log is public (spend log). A party who never called this endpoint can re-derive everything above — offline, without trusting the seller or us:

npx -y @auths-dev/mcp verify-spend --log <spend.jsonl from http://127.0.0.1:53745/spend.jsonl> --registry <registry> --agent <agent> --root <root>