Skip to content
Back to search
90
MCP live v0.1.6 streamable-http

io.github.debridge-finance/debridge-mcp

io.github.debridge-finance/debridge-mcp

deBridge MCP

Uptime
2.4%
41 probes
Response
201ms
last probe
Tools
5
callable
Resources
0
readable
Prompts
0
available

Tools · 5

get_instructions

Returns the full guide for the deBridge MCP server. CALL THIS FIRST.

search_tokens

Search for tokens by name, symbol, or contract address in the deBridge token database

get_supported_chains

List all blockchain networks supported by deBridge for cross-chain swaps

create_tx

Create a cross-chain swap transaction via the deBridge DLN protocol

transaction_same_chain_swap

Create a same-chain token swap transaction via deBridge

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "io.github.debridge-finance/debridge-mcp": {
      "url": "https://agents.debridge.com/mcp",
      "transport": "streamable-http"
    }
  }
}