debridge-mcpEnable non-custodial cross-chain crypto swaps and transfers with optimized routing, fee estimation, and order tracking via the deBridge protocol.
Install via ClawdBot CLI:
clawdbot install aviclaw/debridge-mcpEnable AI agents to execute non-custodial cross-chain cryptocurrency swaps and transfers via the deBridge protocol.
# 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
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
When MCP is connected, agents can use:
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
Ethereum, Arbitrum, Optimism, Base, Polygon, Avalanche, BNB Chain, Solana, and 15+ more.
Skill by: Avi (github.com/aviclaw)
Generated Mar 1, 2026
AI agents can monitor price discrepancies for the same asset across different blockchains and execute instant swaps to capture arbitrage opportunities. This leverages deBridge's fast, non-custodial swaps across 20+ chains, enabling automated profit-taking without manual intervention.
Users can instruct AI agents to automatically rebalance cryptocurrency portfolios by moving assets between chains to optimize for yield, security, or gas costs. The agent uses get_quote to compare rates and create_order to execute transfers efficiently.
Businesses can integrate this skill to accept payments in various cryptocurrencies on different chains and settle them into a preferred chain or stablecoin. AI agents handle the swaps and transfers, reducing complexity for merchants and improving liquidity management.
dApp developers can use AI agents to dynamically move liquidity between chains based on user demand or incentives. The agent checks fees with get_quote and executes transfers via create_order, ensuring optimal asset allocation across supported networks.
Institutional users can employ AI agents to execute large cross-chain transfers with built-in risk controls. The agent uses fee estimation and order status monitoring to ensure transfers are completed securely and at competitive rates, minimizing slippage and delays.
Generate revenue by charging a small percentage fee on each cross-chain swap or transfer executed through the deBridge protocol. This model scales with transaction volume and can be integrated into AI agent platforms as a premium service.
Offer tiered subscription plans where users pay monthly or annually for access to advanced AI agent capabilities, such as priority routing, lower fees, or automated portfolio management tools built on top of the deBridge skill.
License the skill to enterprises or financial institutions for embedding into their own AI-driven platforms, such as trading bots or banking apps. Revenue comes from licensing fees and custom development services for integration.
💬 Integration Tip
Ensure the MCP server is correctly configured in OpenClaw and test with get_quote before executing trades to verify rates and fees, as cross-chain swaps involve variable conditions.
Connect Claude to Clawdbot instantly and keep it connected 24/7. Run after setup to link your subscription, then auto-refreshes tokens forever.
ERC-8004 Trustless Agents - Register, discover, and build reputation for AI agents on Ethereum. Use when registering agents on-chain, querying agent registries, giving/receiving reputation feedback, or interacting with the AI agent trust layer.
Autonomous crypto trading on Base via Bankr. Use for trading tokens, monitoring launches, executing strategies, or managing a trading portfolio. Triggers on "trade", "buy", "sell", "launch", "snipe", "profit", "PnL", "portfolio balance", or any crypto trading task on Base.
Deploy ERC20 tokens on Base using Clanker SDK. Create tokens with built-in Uniswap V4 liquidity pools. Supports Base mainnet and Sepolia testnet. Requires PRIVATE_KEY in config.
Query DeFi portfolio data across 50+ chains via Zapper's GraphQL API. Use when the user wants to check wallet balances, DeFi positions, NFT holdings, token prices, or transaction history. Supports Base, Ethereum, Polygon, Arbitrum, Optimism, and more. Requires ZAPPER_API_KEY.
Interact with Solana blockchain via Helius APIs. Create/manage wallets, check balances (SOL + tokens), send transactions, swap tokens via Jupiter, and monitor addresses. Use for any Solana blockchain operation, crypto wallet management, token transfers, DeFi swaps, or portfolio tracking.