Skip to main content
Glama

Server Details

deBridge MCP

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL
Repository
debridge-finance/debridge-mcp
GitHub Stars
29
Server Listing
deBridge

See and control every tool call

Log every tool call with full inputs and outputs
Control which tools are enabled per connector
Manage credentials once, use from any MCP client
Monitor uptime and get alerted when servers go down

Available Tools

5 tools
create_txInspect

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

ParametersJSON Schema
NameRequiredDescriptionDefault
dstChainIdYesDestination chain ID
srcChainIdYesSource chain ID
srcChainTokenInYesToken address on source chain
dstChainTokenOutYesToken address on destination chain
affiliateFeePercentNoAffiliate fee percentage
affiliateFeeRecipientNoWallet address to receive affiliate fees
srcChainTokenInAmountYesAmount in smallest units (wei, lamports)
dstChainTokenOutAmountNoOutput amount or 'auto' for best quote
prependOperatingExpensesNoWhether to prepend estimated operating expenses to the input amount
dstChainTokenOutRecipientYesWallet address on destination chain to receive tokens
dstChainOrderAuthorityAddressYesAddress on destination chain authorized to manage the order
srcChainOrderAuthorityAddressYesAddress on source chain authorized to manage the order
get_instructionsInspect

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

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

get_supported_chainsInspect

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

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

search_tokensInspect

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

ParametersJSON Schema
NameRequiredDescriptionDefault
nameNoFilter by token name (partial, case-insensitive)
limitNoMax results (default 10)
queryYesToken name, symbol, or contract address
chainIdNoFilter by chain ID
transaction_same_chain_swapInspect

Create a same-chain token swap transaction via deBridge

ParametersJSON Schema
NameRequiredDescriptionDefault
chainIdYesChain ID (native or deBridge internal)
tokenInYesInput token address
slippageNoSlippage tolerance or 'auto'
tokenOutYesOutput token address
senderAddressNoTransaction submitter address
tokenInAmountYesAmount in smallest units
tokenOutAmountNoExpected output amount or 'auto'
tokenOutRecipientYesAddress on the source chain to receive target tokens
affiliateFeePercentNoAffiliate fee percentage
affiliateFeeRecipientNoWallet address to receive affiliate fees
srcChainPriorityLevelNoPriority level: 'normal' or 'aggressive' (default: 'normal')

Verify Ownership

Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:

{
  "$schema": "https://glama.ai/mcp/schemas/connector.json",
  "maintainers": [
    {
      "email": "your-email@example.com"
    }
  ]
}

The email address must match the email associated with your Glama account. Once verified, the connector will appear as claimed by you.

Sign in to verify ownership

Discussions

No comments yet. Be the first to start the discussion!

Try in Browser

Your Connectors

Sign in to create a connector for this server.