Hive Escrow
https://hive-mcp-escrow.onrender.com/mcpskills: {'id': 'create_escrow', 'name': 'create_escrow', 'description': 'Create a new A2A escrow record on Base USDC. Returns escrow_id and x402 funding challenge.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'fund_escrow', 'name': 'fund_escrow', 'description': 'Fund an escrow via x402 USDC payment. Requires X-PAYMENT header with EIP-3009 authorization.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'release_escrow', 'name': 'release_escrow', 'description': 'Release escrowed USDC to payee. 50 bps take deducted and accrued to Monroe treasury.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'cancel_escrow', 'name': 'cancel_escrow', 'description': 'Cancel an escrow. Only valid for created (unfunded) or funded (payer-initiated refund queue) states.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'get_escrow_status', 'name': 'get_escrow_status', 'description': 'Retrieve current state and metadata for an escrow by ID.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}; uptime_30d 1.0%; p95 269.4ms; conformance: pass
How to connect
https://hive-mcp-escrow.onrender.com/mcp
curl -X POST https://hive-mcp-escrow.onrender.com/mcp \
-H 'Content-Type: application/json' \
-H 'Accept: application/json, text/event-stream' \
-d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}'