mcpbeat Sign in

Agent Escrow MCP Server

answering

Agent Escrow is answering right now. Last checked 1 min ago. It exposes 9 tools. Last commit 18 Sep 2026.

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

Uptime history 48 days of history
48 days agonow
100.0%
Uptime 24h
92 of 92 checks
9
Tools
read from the server
439 ms
Response time
average over 24h
0
Stars
last commit 18 Sep 2026

Nothing serious here today

Today is the operative word: we check Agent Escrow every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 1 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 342 ms 1 min ago

Alternatives to Agent Escrow

same job, measured the same way
Aegis Protocol
by im-sham

Trustless escrow for AI agent-to-agent transactions on Base L2 with ERC-8004 identity and USDC.

37 installs/wk local only
Stone Vendas
by mcp-dir

Stone acquirer (card machine) sales via the Conciliação API, read-only. Lists transactions for a per

15 tools answering
Evermint MCP
by evermint-app

Mint tamper-evident receipts for AI agent actions. The notary layer for agent-to-agent transactions.

43 installs/wk local only
SENTINEL Washington Real Estate
by cheadlee10

Washington property evidence and transaction math for software and AI assistants.

3 tools answering
Agent Resolve MCP
by agent-resolve

Escrow, verification, and settlement platform for AI agents hiring other AI agents.

7 tools answering
Avalara AvaTax
by avalara

Access Avalara AvaTax API for tax calculation, transactions, nexus management, and compliance

answering
Trust Gate
by cwnapps

Post-quantum, tamper-evident receipts for agent actions. Ed25519 + ML-DSA-65, offline verify.

4 tools answering
A202
by a202-protocol

Verifiable agreements for agent-led commerce: mandates, obligations, evidence, transaction records.

local only

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 92 of 92 checks got a reply (100.0%), average response time 439 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 439 ms on average, which is faster than 34% 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?
We cannot say either way: written in Python, 0 stars on GitHub and 1 open issue, but we could not determine the licence, and without one the code is not open source by default.