← 返回
AI智能 中文

Debridge Mcp

Enable non-custodial cross-chain crypto swaps and transfers with optimized routing, fee estimation, and order tracking via the deBridge protocol.
通过 deBridge 协议实现非托管跨链加密货币交换与转账,支持优化路由、费用估算及订单追踪。
aviclaw
AI智能 clawhub v0.1.0 1 版本 99889.9 Key: 无需
★ 0
Stars
📥 907
下载
💾 16
安装
1
版本
#latest

概述

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)

版本历史

共 1 个版本

  • v0.1.0 当前
    2026-03-29 11:00 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

ai-intelligence

Self-Improving + Proactive Agent

ivangdavila
自我反思+自我批评+自我学习+自组织记忆。智能体评估自身工作、发现错误并持续改进。
★ 1,362 📥 318,869
developer-tools

X Research

aviclaw
通用X/Twitter研究代理,搜索实时观点、开发者讨论、产品反馈、文化动态、突发新闻及专家见解。
★ 0 📥 1,924
ai-intelligence

self-improving agent

pskoett
捕获经验教训、错误和纠正,以实现持续改进。使用时机:(1)命令或操作意外失败;(2)用户纠正……
★ 4,060 📥 798,766