mcpbeat

Agent Escrow MCP Server

io.github.jdhart81/agent-escrow
answering

Agent Escrow is answering right now. Last checked 3 min ago. It exposes 9 tools. Last commit 3 Aug 2026.

Trustless escrow & settlement for A2A transactions: exactly-once state machine, frozen fees, tamper-

Uptime history 44 hours of history
44 hours agonow
100.0%
Uptime 24h
91 of 91 checks
9
Tools
read from the server
340 ms
Response time
average over 24h
0
Stars
last commit 3 Aug 2026

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 3 min ago.

run in your terminal
claude mcp add agent-escrow --transport http https://mcp.viridisconservation.com/escrow/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "agent-escrow": {
      "url": "https://mcp.viridisconservation.com/escrow/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.agent-escrow]
url = "https://mcp.viridisconservation.com/escrow/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "agent-escrow": {
      "url": "https://mcp.viridisconservation.com/escrow/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "agent-escrow": {
      "url": "https://mcp.viridisconservation.com/escrow/mcp"
    }
  }
}

Available tools 9

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

describe
describe_agent
Fleet-standard self-description.
dispute
dispute_escrow
Move a FUNDED escrow to DISPUTED. An arbiter (agent-arbitration-agent) then resolves it to release or refund.
escrow
escrow_status
Current record for an escrow.
escrows
list_escrows
List escrows, optionally filtered by state (OPEN|FUNDED|RELEASED|REFUNDED|DISPUTED).
fund
fund_escrow
Mark an OPEN escrow as FUNDED (idempotent). payment_ref links the payment-rail transaction.
open
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 (duplicate=true) instead of minting another one (E10).
refund
refund_escrow
Refund an OPEN/FUNDED/DISPUTED escrow to the payer (exactly-once). Refunding an OPEN escrow is a cancel.
release
release_escrow
Release a FUNDED/DISPUTED escrow to the payee (exactly-once — a repeat release returns the existing terminal record, never a double payout).
verify
verify_audit
Validate the tamper-evident audit hash chain for an escrow.

Endpoints

URLTransportStateLatencyChecked
https://mcp.viridisconservation.com/escrow/mcp streamable-http answering 387 ms 3 min ago

Agent Escrow — questions

Answers built from our own checks of this server.

What can Agent Escrow do?
It exposes 9 tools, read directly from the server on our last check. Among them: describe_agent, dispute_escrow, escrow_status, fund_escrow, list_escrows, open_escrow and 3 more. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is Agent Escrow working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 91 of 91 checks got a reply (100.0%), average response time 340 ms. The bar chart above shows every period we have measured.
How do I connect Agent Escrow?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does Agent Escrow need an API key?
No. Agent Escrow completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 9 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Agent Escrow?
It answers our handshake in 340 ms on average, which is faster than 41% of all working MCP servers we measure. The comparison comes from our own checks across the whole registry, every 15 minutes.
Is Agent Escrow open source?
Yes — written in Python, 0 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.