
Debridge Mcp
Let coding agents quote routes, initiate cross-chain transfers, and read deBridge liquidity APIs without hand-rolling bridge SDK calls.
Overview
deBridge MCP is an MCP server for the Build phase that exposes deBridge cross-chain bridge operations to AI agents via HTTP or stdio.
What is this MCP server?
- Streamable HTTP remote at agents.debridge.com plus stdio npm package @debridge-finance/debridge-mcp
- Targets agent workflows that need programmatic cross-chain quotes and execution
- Dual transport: hosted MCP remote and local stdio for Claude Code–style configs
- Versioned server manifest (0.1.6) with GitHub source debridge-finance/debridge-mcp
- Server version 0.1.6 with npm package @debridge-finance/debridge-mcp at 0.1.5
- Offers streamable-http remote URL and stdio transport
- Repository: github.com/debridge-finance/debridge-mcp
Community signal: 31 GitHub stars.
What problem does it solve?
Agents cannot safely explore or execute cross-chain transfers when bridge SDKs and endpoint docs live outside the chat context.
Who is it for?
Indie builders adding multi-chain payouts, agent treasuries, or automated rebalance flows on top of deBridge.
Skip if: Teams that only need static bridge documentation with no agent-driven execution or quoting.
What do I get? / Deliverables
After registration, your agent can call deBridge-backed MCP tools for quotes and bridge actions from the same session where you ship integration code.
- Registered MCP server exposing deBridge bridge capabilities to your agent
- Agent-callable cross-chain quote and execution workflow in your repo
- Repeatable local or remote MCP transport config for the team
Recommended MCP Servers
Journey fit
How it compares
DeFi bridge MCP integration, not a generic EVM wallet skill or a DEX swap UI generator.
Common Questions / FAQ
Who is deBridge MCP for?
Solo and small-team builders who use AI agents to implement cross-chain money movement and want deBridge behind MCP instead of bespoke HTTP clients.
When should I use deBridge MCP?
Use it during Build when you are wiring backend or agent integrations that must quote and route assets across chains via deBridge.
How do I add deBridge MCP to my agent?
Add the stdio package @debridge-finance/debridge-mcp to your MCP config, or point your client at the streamable HTTP remote https://agents.debridge.com/mcp per server.json.