🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

base-escrow-mcp

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

base-escrow-mcp

MCP server for AI agents to create and manage P2P escrow deals (ETH or ERC-20) on Base. Trustless trades with dispute resolution — one tool call.

latest
npmnpm
Version
1.0.1
Version published
Maintainers
1
Created
Source

base-escrow-mcp

MCP server for AI agents to create and manage P2P escrow deals on Base (ETH or ERC-20).

Install

npx -y base-escrow-mcp

Or add to your MCP config:

{
  "mcpServers": {
    "base-escrow": {
      "command": "npx",
      "args": ["-y", "base-escrow-mcp"],
      "env": {
        "DEPLOYER_PRIVATE_KEY": "your-private-key",
        "RPC_URL": "https://mainnet.base.org"
      }
    }
  }
}

Tools (8)

ToolDescriptionAuth
create_escrowCreate a new escrow deal (ETH or ERC-20)Key
release_escrowRelease funds to seller (buyer only)Key
refund_escrowRefund funds to buyerKey
dispute_escrowFlag a dispute on a dealKey
get_dealGet deal details by IDNone
get_buyer_dealsGet all deals for a buyer addressNone
get_seller_dealsGet all deals for a seller addressNone
get_escrow_infoGet contract info (fee, total deals, treasury)None

How It Works

  • Buyer creates an escrow deal, depositing ETH or tokens into the contract
  • Seller delivers the goods/services off-chain
  • Buyer releases funds to seller, or refunds if seller fails to deliver
  • Either party can dispute — treasury resolves disputed deals

Environment Variables

  • DEPLOYER_PRIVATE_KEY — Required for write operations (create, release, refund, dispute)
  • RPC_URL — Base RPC endpoint (default: https://mainnet.base.org)

Chain

  • Network: Base mainnet (chainId 8453)
  • Explorer: https://basescan.org

License

MIT

Keywords

mcp

FAQs

Package last updated on 07 Mar 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts