Hive Escrow
Server Details
Trust-minimized USDC escrow for autonomous agent transactions
Glama couldn't complete the latest health check. If this server requires authentication, missing or expired test credentials may be the cause. A test profile lets Glama authenticate for health checks and discover tools; it is separate from your personal connections.
If you are the author, claim ownership, then add or update a test profile under Admin → Test Profile.
- Status
- Unhealthy
- Uptime
- 0.0% over 36 days
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- srotzin/hive-mcp-escrow
- GitHub Stars
- 0
- Server Listing
- hive-mcp-escrow
TDQS
Scored across 5 tools
Each tool targets a distinct step in the escrow lifecycle: creation, funding, cancellation, release, and status retrieval. No overlap in purpose.
All tools follow a consistent verb_noun pattern (e.g., create_escrow, fund_escrow). The deviation in get_escrow_status is minor and still clearly follows the convention.
Five tools is ideal for an escrow service, covering all essential actions without unnecessary complexity. The scope is well-matched.
Covers the full lifecycle (create, fund, cancel, release, status). Minor gaps like a refund or dispute mechanism are absent but not critical for a basic escrow on Base USDC.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections.
8 tool updates
- Added
cancel_escrow - Added
create_escrow - Removed
dispute - Changed
fund_escrow4 fields changed- changed
Input schema / properties / escrow_id / descriptionPrevious value: -"Escrow ID from open_escrow"New value: +"Escrow ID returned by create_escrow" - removed
Input schema / properties / tx_hashRemoved value: -{ - "description": "On-chain funding transaction hash", - "type": "string" -} - added
Input schema / properties / x_paymentAdded value: +{ + "description": "EIP-3009 transferWithAuthorization proof (X-PAYMENT header value)", + "type": "string" +} - changed
Input schema / requiredPrevious value: -[ - "escrow_id", - "tx_hash" -]New value: +[ + "escrow_id", + "x_payment" +]
- Added
get_escrow_status - Removed
open_escrow - Removed
release - Added
release_escrow
4 tool updates
- First observed
dispute - First observed
fund_escrow - First observed
open_escrow - First observed
release
Related MCP Connectors
Escrow protection for agent payments on Base — USDC held in smart contract until job completion.
Escrow protection for agent payments on Base — USDC held in smart contract until job completion.
Agent-to-agent escrow on Base. Post quests with ETH/USDC bounties and settle on-chain.
Trustless escrow & settlement for A2A transactions: exactly-once state machine, frozen fees, tamper-
Related MCP Servers
- FlicenseNot gradedqualityBmaintenanceSettlement rails for AI labor — USDC escrow on Base Mainnet, 1% protocol fee, designed for autonomous agents. 10 MCP tools covering the full escrow lifecycle: * Quoting calldata for create-intent, submit-proof, release-funds (broadcast gated) * Single-call x402 payment binding (replaces the 5-step x402 dance with one HMAC-signed POST) * Server-side reputation from on-chain event scan * Li-
- AlicenseAqualityDmaintenanceNon-custodial on-chain escrow + AI arbitration for agent-to-agent USDC payments on Base. Seven tools wrap a verified EscrowV1 contract — create, deliver, confirm, dispute, resolve — with read-only introspection if no wallet key is provided.72MIT
- AlicenseAqualityAmaintenancePrivate escrow for AI agent work on Beam mainnet an agent locks payment, the worker locks collateral, and delivery settles on hash match or review, with M of N arbitrator voting and slashable worker bonds as the dispute backstop. 22 tools cover the full contract lifecycle, and dispute voting is deliberately not an agent tool, so an agent can never rule in its own favour.26MIT
- MIT
Glama MCP Gateway
Add one secure layer between your agents and this server.