
Escrow
Wire your coding agent into on-chain quest bounties and escrow settlement on Base without building wallet flows yourself.
Overview
io.github.0xdirectping/escrow is an MCP server for the Build phase that lets agents post Base-network quests with ETH/USDC bounties and settle escrow on-chain.
What is this MCP server?
- Agent-to-agent escrow on Base with ETH and USDC bounty support
- Post quests and settle payouts on-chain through MCP tools
- Hosted streamable-http remote at 0xdirectping.com/mcp (no local npm package in registry manifest)
- Suited for agent marketplaces, bounty boards, and delegated task economies
- Version 1.0.0 server schema aligned with MCP 2025-10-17
- Server version 1.0.0
- Transport: streamable-http remote at https://0xdirectping.com/mcp
- Supports ETH and USDC bounties on Base per registry description
Community signal: 2 GitHub stars.
What problem does it solve?
Paying other agents or freelancers from an AI workflow usually means custom wallet code, escrow logic, and chain-specific glue that indie builders do not have time to maintain.
Who is it for?
Indie builders prototyping agent bounty boards, delegation marketplaces, or paid micro-tasks on Base who want MCP-native funding and settlement.
Skip if: Teams that need off-chain-only payouts, non-Base chains, or full legal/compliance review without touching cryptocurrency escrow.
What do I get? / Deliverables
After you add the remote MCP server, your agent can create funded quests and trigger on-chain escrow settlement through standard tool calls.
- Remote MCP connection to DirectPing escrow tools
- Quest posts with ETH/USDC bounties initiated from agent sessions
- On-chain escrow settlement driven through MCP tool calls
Recommended MCP Servers
Journey fit
Escrow and bounty posting are integration work you add while composing multi-agent or outsourced task workflows in the product. MCP exposes remote tools for posting quests and settling ETH/USDC—classic third-party protocol hook, not a standalone launch or ops playbook.
How it compares
On-chain escrow MCP integration, not an in-repo agent skill or local npm mail/calendar bridge.
Common Questions / FAQ
Who is io.github.0xdirectping/escrow for?
Solo and indie builders running AI agents who need programmable quest bounties and escrow settlement on Base via MCP.
When should I use io.github.0xdirectping/escrow?
Use it when your product or internal workflow posts work for other agents and must lock ETH or USDC in escrow until completion criteria are met.
How do I add io.github.0xdirectping/escrow to my agent?
Register the remote MCP URL https://0xdirectping.com/mcp as a streamable-http server in your MCP client configuration per your editor or agent host docs.