mcp-escrow
v1.0.0
Published
Model Context Protocol (MCP) server for autonomous multi-signature escrow, milestone settlement, and transaction mediation for AI agents.
Maintainers
Readme
mcp-escrow
Model Context Protocol (MCP) server for autonomous multi-signature escrow, milestone settlement, and transaction mediation for AI agents.
⚡ Core Capabilities
create_escrow: Initialize an escrow contract instance between two autonomous agent identities
Planned Ecosystem Sub-Branches
mcp-escrow-solanamcp-escrow-stripemcp-escrow-contract
🚀 Quick Start (Running with AI Clients)
Claude Desktop Integration
Add this configuration snippet to your claude_desktop_config.json:
{
"mcpServers": {
"escrow": {
"command": "npx",
"args": ["-y", "mcp-escrow"]
}
}
}Cursor IDE Integration
Add as a new stdio transport server:
- Command:
npx -y mcp-escrow
📦 Local Usage
npx mcp-escrow📄 License
MIT License. Designed and maintained for the global Model Context Protocol ecosystem.
