ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified finance Safety 3/5

Debridge Mcp

Skill by aviclaw

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/aviclaw/debridge-mcp
Or

What This Skill Does

The Debridge Mcp skill integrates the powerful deBridge protocol directly into the OpenClaw AI agent ecosystem. By leveraging the Decentralized Liquidity Network (DLN), this skill allows your agent to perform non-custodial cross-chain swaps and asset transfers across 20+ blockchain networks. Unlike traditional bridges that rely on liquidity pools—which are common targets for hacks—deBridge utilizes an order-based matching system. This ensures that assets never leave the user's control during the transfer process, significantly lowering the risk profile while enabling superior execution rates. The skill provides the agent with deep access to real-time quote generation, order creation, transaction status monitoring, and the ability to query supported network configurations, effectively turning your OpenClaw agent into a sophisticated cross-chain trading assistant.

Installation

To integrate this skill, ensure you have the debridge-mcp repository cloned to your local machine. Navigate to the directory, install dependencies via npm install, and build the project with npm run build. Once the binary is prepared, update your OpenClaw configuration file located at ~/.openclaw/openclaw.json. Add the debridge server configuration under the mcp-adapter section by specifying the command node and the absolute path to your dist/index.js file. Finally, apply these changes by running openclaw gateway restart in your terminal to initialize the communication channel between your agent and the deBridge protocol.

Use Cases

This skill is ideal for users managing multi-chain DeFi portfolios who need to optimize asset allocation without manually navigating different interfaces. It is particularly useful for rebalancing portfolios by shifting stablecoins or volatile assets from Ethereum to Layer 2 networks like Arbitrum or Base for gas efficiency. Additionally, it streamlines complex operations such as preparing assets for yield farming or cross-chain arbitrage, as the agent can handle the entire lifecycle—from finding the best liquidity route to monitoring the order's eventual execution on the destination chain.

Example Prompts

  1. "Check the current swap rate to move 500 USDC from Ethereum to Solana using deBridge."
  2. "Find the best route to swap 1 ETH on Optimism for USDC on Base and provide me with the estimated fees."
  3. "Execute a cross-chain transfer of 0.5 WBTC from Arbitrum to Polygon and let me know when the transaction is confirmed."

Tips & Limitations

When using this skill, always prioritize verifying the quoted rates provided by the agent before confirming an order, as slippage can impact the final receive amount. Keep in mind that while the skill supports over 20 chains, individual token availability may vary; always check the supported chains tool if you encounter an error with a specific pair. Ensure that you have adequate gas funds on the source chain to cover transaction execution. Finally, treat the agent’s fee estimations as projections; actual network congestion may cause minor fluctuations in final gas costs during the execution window.

Metadata

Author@aviclaw
Stars4473
Views1
Updated2026-05-01
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-aviclaw-debridge-mcp": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#crypto#defi#cross-chain#mcp#blockchain
Safety Score: 3/5

Flags: external-api, network-access, code-execution