Base Escrow
БесплатноНе проверенMCP server for AI agents to create and manage P2P escrow deals on Base (ETH or ERC-20).
Описание
MCP server for AI agents to create and manage P2P escrow deals on Base (ETH or ERC-20).
README
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)
| 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
- 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
Установить Base Escrow в Claude Desktop, Claude Code, Cursor
unyly install base-escrow-mcpСтавит в Claude Desktop, Claude Code, Cursor и VS Code — сам разбирается с npx, uvx и сборкой из исходников.
Впервые? Поставь CLI: curl -fsSL https://unyly.org/install | sh
Или настроить вручную
Выполни в терминале:
claude mcp add base-escrow-mcp -- npx -y base-escrow-mcpFAQ
Base Escrow MCP бесплатный?
Да, Base Escrow MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Base Escrow?
Нет, Base Escrow работает без API-ключей и переменных окружения.
Base Escrow — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Base Escrow в Claude Desktop, Claude Code или Cursor?
Открой Base Escrow на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzCompare Base Escrow with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
