Debridge MCP

deBridge MCP integration for AI agents - cross-chain and same-chain swaps, fee estimation, and trade execution across major blockchain networks.

People connecting finance tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-04-01 · ★ 32 · #144 OF 283 MAINTAINED FINANCE · VERIFIED 2026-08-25

MIT · TypeScript servers · how we verify → /methodology

01 · Install Debridge MCP

Claude Code

claude mcp add debridge-finance-debridge-mcp --transport http https://agents.debridge.com/mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "debridge-finance-debridge-mcp": {
      "url": "https://agents.debridge.com/mcp"
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

https://agents.debridge.com/mcp

transport: streamable-http

endpoint alive - responded to MCP initialize · probed 2026-08-25

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions · remote - your agent's requests go to agents.debridge.com

endpoint auth accepted our unauthenticated MCP initialize - no credentials needed to connect

license MIT - declared in the repository

npm package @debridge-finance/debridge-mcp - published under the repo owner's npm scope (@debridge-finance)

registry namespace io.github.debridge-finance is GitHub-verified and matches the repo owner

03 · What Debridge MCP can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v0.1.5 · 2026-04-01

v0.1.5 - Thin Proxy Client · Non-breaking architecture change · @debridge-finance/debridge-mcp is no longer a standalone MCP server with local tool implementations. It is now a thin proxy client that connects to the…

v0.1.4 · 2026-02-26

v0.1.4 · Same-Chain Swaps · New estimate_same_chain_swap tool for estimating token swaps within a single chain. Returns expected output amount, fees, slippage, and aggregator comparisons. Supports all deBridge-enabled…

v0.1.3 · 2026-02-23

v0.1.3 · Published the MCP server to MCP registries making it discoverable across the MCP ecosystem. · [X] Official MCP Registry · [X] MCP.SO registry

04 · Who maintains Debridge MCP

debridge-mcp is maintained by debridge-finance. It's the only MCP server we track from this author; the repo dates to Feb 2026.

05 · Facts

category
finance - ranked #144 of 283 actively-maintained finance servers as of 2026-08-25.
registry
io.github.debridge-finance/debridge-mcp (active, first published 2026-02-23 · 3 versions)
packages
npm:@debridge-finance/debridge-mcp

06 · Debridge MCP FAQ

What is Debridge MCP?

deBridge MCP integration for AI agents - cross-chain and same-chain swaps, fee estimation, and trade execution across major blockchain networks.

Is Debridge MCP still maintained?

Yes - as of 2026-08-25, its last commit was 2026-04-01. We re-verify nightly.

How do I install Debridge MCP?

Run `npx -y @debridge-finance/debridge-mcp`. You can also paste the ready-made client config above.

Does Debridge MCP require authentication?

No - the endpoint accepted our unauthenticated MCP initialize when probed on 2026-08-25; you can connect without credentials.

07 · Alternatives to Debridge MCP