Debridge MCP Server

Thin MCP proxy client for deBridge — connects to the hosted MCPd at agents.debridge.com

Remote serverstreamable-httpGo

What is the Debridge MCP MCP server?

If you already use Debridge MCP, the debridge mcp mcp server is the piece that lets your assistant work with it directly. Thin MCP proxy client for deBridge — connects to the hosted MCPd at agents.debridge.com.

What the server does

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

Available tools

The toolset is worth reading before you wire it up, because it tells you what the integration is really for:

Installation

Because this one is hosted, setup is mostly authentication — you point your client at the endpoint and approve access. Nothing runs on your machine, so there is no runtime to keep patched.

Credentials and setup notes

Configuration is passed through the environment: REMOTE_MCP_URL. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.

Where it fits

This sits in the developer tooling group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Debridge MCP's toolset — Variable, REMOTE_MCP_URL, MCP_TRANSPORT and 2 more — is a fair guide to whether it matches your workflow. It is maintained by debridge-finance; worth a glance at recent repository activity before you build anything load-bearing on it.

SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.

Worth knowing first

  • Your data travels to the provider's service, so the usual questions apply about what you send and what they retain.
  • Missing credentials fail quietly in some clients — if no tools show up, check the environment block first.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

Available tools

ToolWhat it does
VariableDefault
REMOTE_MCP_URLhttps://agents.debridge.com/mcp
MCP_TRANSPORTstdio
PORT3000
HOST0.0.0.0

How to install the Debridge MCP MCP server

{
  "mcpServers": {
    "debridge": {
      "command": "npx",
      "args": ["-y", "@debridge-finance/debridge-mcp"],
      "env": {
        "REMOTE_MCP_URL": "your-value"
      }
    }
  }
}

Add to claude_desktop_config.json, then restart Claude Desktop.

Configuration

VariableDescriptionRequired
REMOTE_MCP_URLEndpoint or connection string the server talks to.Yes

Example prompts to try

  • Use Debridge MCP to Variable.
  • Use Debridge MCP to REMOTE MCP URL.
  • Use Debridge MCP to MCP TRANSPORT.

Frequently asked questions

It connects Debridge MCP to MCP-compatible AI assistants such as Claude and Cursor, exposing 5 tools (Variable, REMOTE_MCP_URL, MCP_TRANSPORT, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Debridge MCP directly.