Skip to content
Claude Desktop

escrow for Claude Desktop

io.github.wenyveo/escrow

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

client:Claude Desktop transport:streamable-http

Install escrow in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "escrow": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://pactlayer.io/mcp"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

escrow in other clients