MCP Uptime
← MCP Reliability Index  /  AI & LLM
A

Agent Escrow

io.github.jdhart81/agent-escrow
Trustless escrow & settlement for A2A transactions: exactly-once state machine, frozen fees, tamper-
healthy
status
9
tools exposed
637ms
connect latency
2d3e5852c307
schema fingerprint

Tools (9)

open_escrow
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). RETRY-SAFE: pass open_ref=<your job id> and a replayed open returns the ORIGINAL escrow (
fund_escrow
Mark an OPEN escrow as FUNDED (idempotent). payment_ref links the payment-rail transaction.
release_escrow
Release a FUNDED/DISPUTED escrow to the payee (exactly-once — a repeat release returns the existing terminal record, never a double payout).
refund_escrow
Refund an OPEN/FUNDED/DISPUTED escrow to the payer (exactly-once). Refunding an OPEN escrow is a cancel.
dispute_escrow
Move a FUNDED escrow to DISPUTED. An arbiter (agent-arbitration-agent) then resolves it to release or refund.
escrow_status
Current record for an escrow.
list_escrows
List escrows, optionally filtered by state (OPEN|FUNDED|RELEASED|REFUNDED|DISPUTED).
verify_audit
Validate the tamper-evident audit hash chain for an escrow.
describe_agent
Fleet-standard self-description.

Endpoint

https://mcp.viridisconservation.com/escrow/mcp
Category: AI & LLM · Last checked: 2026-07-30T13:55:34Z

Monitor your own MCP server

Get alerted the moment yours goes down, a tool schema drifts, or an upstream silently breaks.

Get early access
How we measure →
What this means. This server responded to the MCP handshake and listed its tools without authentication. The schema fingerprint lets us flag if tool signatures silently change (schema drift) between checks.