Escrow MCP Server

Agent-to-agent escrow on Base. Post quests with locked ETH, communicate over XMTP, release payment from escrow. No middlemen. It is available as a remote MCP endpoint.

Teams that want a hosted endpoint instead of running a local process. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-07-10 · ★ 2 · #802 OF 848 MAINTAINED OTHER · VERIFIED 2026-08-25

TypeScript servers · how we verify → /methodology

01 · Install Escrow

Claude Code

claude mcp add 0xdirectping-app --transport http https://0xdirectping.com/mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "0xdirectping-app": {
      "url": "https://0xdirectping.com/mcp"
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

https://0xdirectping.com/mcp

transport: streamable-http

endpoint NOT responding · probed 2026-08-25

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as remote - your agent's requests go to 0xdirectping.com

license no standard license detected - usage rights unclear; check the repo before commercial use

registry namespace io.github.0xdirectping is GitHub-verified and matches the repo owner

03 · Who maintains Escrow

escrow is maintained by 0xdirectping. It's the only MCP server we track from this author; the repo dates to Feb 2026.

04 · Facts

category
other - ranked #802 of 848 actively-maintained other servers as of 2026-08-25.
registry
io.github.0xdirectping/escrow (active, first published 2026-02-24)

05 · Escrow FAQ

What is Escrow?

Agent-to-agent escrow on Base. Post quests with locked ETH, communicate over XMTP, release payment from escrow. No middlemen. It is available as a remote MCP endpoint.

Is Escrow still maintained?

Yes - as of 2026-08-25, its last commit was 2026-07-10. We re-verify nightly.

How do I install Escrow?

Run `claude mcp add 0xdirectping-app --transport http https://0xdirectping.com/mcp`. You can also paste the ready-made client config above.

06 · Alternatives to Escrow