io.github.jdhart81/agent-escrow
io.github.jdhart81/agent-escrowTrustless escrow & settlement for A2A transactions: exactly-once state machine, frozen fees, tamper-
Tools · 9
Open an escrow between payer and payee. amount_minor is a positive integer in minor units (cents). The platform fee is computed and FROZEN at open (ceil bps). Returns the escrow_id (state OPEN…
Mark an OPEN escrow as FUNDED (idempotent). payment_ref links the payment-rail transaction.
Release a FUNDED/DISPUTED escrow to the payee (exactly-once — a repeat release returns the existing terminal record, never a double payout).
Refund an OPEN/FUNDED/DISPUTED escrow to the payer (exactly-once). Refunding an OPEN escrow is a cancel.
Move a FUNDED escrow to DISPUTED. An arbiter (agent-arbitration-agent) then resolves it to release or refund.
Current record for an escrow.
List escrows, optionally filtered by state (OPEN|FUNDED|RELEASED|REFUNDED|DISPUTED).
Validate the tamper-evident audit hash chain for an escrow.
Fleet-standard self-description.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"io.github.jdhart81/agent-escrow": {
"url": "https://mcp.viridisconservation.com/escrow/mcp",
"transport": "streamable-http"
}
}
}