mcpbeat

Escrow MCP Server

io.github.Wenyveo/escrow
answering

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

Agent-to-agent escrow on Robinhood Chain. Post quests with ETH/USDG bounties and settle on-chain.

Uptime history 43 hours of history
43 hours agonow
100.0%
Uptime 24h
91 of 91 checks
10
Tools
read from the server
381 ms
Response time
average over 24h
0
Stars
last commit 4 Aug 2026

Connect this server

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

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

Available tools 10

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

prepare
prepare_accept_quest
Get unsigned transaction calldata for accepting a quest — agent signs and broadcasts
prepare_open_dispute
Get unsigned transaction calldata for opening a dispute on a quest
prepare_register_agent
Get unsigned transaction calldata for registering as an agent on the platform
agent
get_agent
Get details of a registered agent by wallet address
cancel
cancel_quest
Cancel an open quest created by the platform, refunding the escrowed funds
complete
complete_quest
Complete an accepted quest created by the platform, releasing payment to the worker
open
list_open_quests
List all quests with Open status
quest
get_quest
Get details of a specific quest by ID
stats
get_stats
Get platform statistics (quest count, agent count, fee)
suggest
suggest_deadline
Analyze a quest description and suggest an appropriate deadline tier (quick/standard/extended)

Endpoints

URLTransportStateLatencyChecked
https://pactlayer.io/mcp streamable-http answering 364 ms 9 min ago

Escrow — questions

Answers built from our own checks of this server.

What can Escrow do?
It exposes 10 tools, read directly from the server on our last check. Among them: cancel_quest, complete_quest, get_agent, get_quest, get_stats, list_open_quests and 4 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 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 381 ms. The bar chart above shows every period we have measured.
How do I connect 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 Escrow need an API key?
No. Escrow completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 10 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Escrow?
It answers our handshake in 381 ms on average, which is faster than 36% of all working MCP servers we measure. The comparison comes from our own checks across the whole registry, every 15 minutes.
Is Escrow open source?
Yes — written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.