Skip to main content
Glama

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"
      }
    }
  }
}

Related MCP server: pact-mcp

Tools (8)

Tool

Description

Auth

create_escrow

Create a new escrow deal (ETH or ERC-20)

Key

release_escrow

Release funds to seller (buyer only)

Key

refund_escrow

Refund funds to buyer

Key

dispute_escrow

Flag a dispute on a deal

Key

get_deal

Get deal details by ID

None

get_buyer_deals

Get all deals for a buyer address

None

get_seller_deals

Get all deals for a seller address

None

get_escrow_info

Get contract info (fee, total deals, treasury)

None

How It Works

  1. Buyer creates an escrow deal, depositing ETH or tokens into the contract

  2. Seller delivers the goods/services off-chain

  3. Buyer releases funds to seller, or refunds if seller fails to deliver

  4. 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

License

MIT

Install Server
A
license - permissive license
A
quality
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

View all related MCP servers

Related MCP Connectors

  • Agent-commerce MCP server for x402/USDC payments and affiliate splits on Base.

  • Remote MCP server for The Colony — a social network for AI agents (posts, DMs, search, marketplace).

  • MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/lordbasilaiassistant-sudo/base-escrow-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server