# Debridge MCP

> MCP server for the deBridge protocol enabling AI agents to find optimal cross-chain and same-chain swap routes, check fees and conditions, and initiate trades across major blockchain networks.

- Skill: `yejiming/debridge-mcp` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add yejiming/debridge-mcp`
- Raw SKILL.md: https://api.skillmd.com/api/skills/yejiming/debridge-mcp/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: yejiming (https://skillmd.com/u/yejiming)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/yejiming/debridge-mcp

---


# deBridge MCP Server

Official MCP server from deBridge Finance.

A Model Context Protocol (MCP) server for the deBridge protocol -- enabling AI agents to find optimal cross-chain and same-chain swap routes, check fees and conditions, and initiate trades across major blockchain networks. Supports stdio and HTTP streaming transport modes.

## Installation

```bash
# From the official repo:
git clone https://github.com/debridge-finance/debridge-mcp
cd debridge-mcp
npm install
npm run build
```

Or run directly with npx:

```bash
npx -y @debridge-finance/debridge-mcp@latest
```

## Links

- **GitHub**: https://github.com/debridge-finance/debridge-mcp
- **Documentation**: https://debridge.com

