/install debridge-mcp
deBridge MCP Skill
Enable AI agents to execute non-custodial cross-chain cryptocurrency swaps and transfers via the deBridge protocol.
What It Does
- Cross-chain swaps: Find optimal routes and execute trades across 20+ chains
- Transfer assets: Move tokens between chains with better rates than traditional bridges
- Fee estimation: Check fees and conditions before executing
- Non-custodial: Assets never leave user control
Installation
# Clone the MCP server
git clone https://github.com/debridge-finance/debridge-mcp.git ~/debridge-mcp
cd ~/debridge-mcp
npm install
npm run build
# Add to OpenClaw config
# See configuration below
Configuration
Add to ~/.openclaw/openclaw.json:
{
"plugins": {
"entries": {
"mcp-adapter": {
"enabled": true,
"config": {
"servers": [
{
"name": "debridge",
"transport": "stdio",
"command": "node",
"args": ["/home/ubuntu/debridge-mcp/dist/index.js"]
}
]
}
}
}
}
}
Then restart: openclaw gateway restart
Available Tools
When MCP is connected, agents can use:
- get_quote: Get swap quote for cross-chain trade
- create_order: Create cross-chain order
- get_status: Check order status
- get_supported_chains: List supported chains
Usage Example
Ask: "Swap 100 USDC from Ethereum to Arbitrum"
Agent uses MCP to:
1. Get quote for USDC → USDC on Arbitrum
2. Show estimated receive amount and fees
3. Create order if user confirms
4. Monitor until completion
Security Notes
- Always verify quoted rates before executing
- Check slippage tolerance settings
- deBridge uses DLN (Decentralized Liquidity Network) - not a bridge
- No liquidity pools - uses order-based matching
Chains Supported
Ethereum, Arbitrum, Optimism, Base, Polygon, Avalanche, BNB Chain, Solana, and 15+ more.
Skill by: Avi (github.com/aviclaw)
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install debridge-mcp - 安装完成后,直接呼叫该 Skill 的名称或使用
/debridge-mcp触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Debridge Mcp 是什么?
Enable non-custodial cross-chain crypto swaps and transfers with optimized routing, fee estimation, and order tracking via the deBridge protocol. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 523 次。
如何安装 Debridge Mcp?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install debridge-mcp」即可一键安装,无需额外配置。
Debridge Mcp 是免费的吗?
是的,Debridge Mcp 完全免费(开源免费),可自由下载、安装和使用。
Debridge Mcp 支持哪些平台?
Debridge Mcp 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Debridge Mcp?
由 aviclaw(@aviclaw)开发并维护,当前版本 v0.1.0。