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
Available Tools
5 toolscreate_txInspect
Create a cross-chain swap transaction via the deBridge DLN protocol
| Name | Required | Description | Default |
|---|---|---|---|
| dstChainId | Yes | Destination chain ID | |
| srcChainId | Yes | Source chain ID | |
| srcChainTokenIn | Yes | Token address on source chain | |
| dstChainTokenOut | Yes | Token address on destination chain | |
| affiliateFeePercent | No | Affiliate fee percentage | |
| affiliateFeeRecipient | No | Wallet address to receive affiliate fees | |
| srcChainTokenInAmount | Yes | Amount in smallest units (wei, lamports) | |
| dstChainTokenOutAmount | No | Output amount or 'auto' for best quote | |
| prependOperatingExpenses | No | Whether to prepend estimated operating expenses to the input amount | |
| dstChainTokenOutRecipient | Yes | Wallet address on destination chain to receive tokens | |
| dstChainOrderAuthorityAddress | Yes | Address on destination chain authorized to manage the order | |
| srcChainOrderAuthorityAddress | Yes | Address on source chain authorized to manage the order |
get_instructionsInspect
Returns the full guide for the deBridge MCP server. CALL THIS FIRST.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
get_supported_chainsInspect
List all blockchain networks supported by deBridge for cross-chain swaps
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
search_tokensInspect
Search for tokens by name, symbol, or contract address in the deBridge token database
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Filter by token name (partial, case-insensitive) | |
| limit | No | Max results (default 10) | |
| query | Yes | Token name, symbol, or contract address | |
| chainId | No | Filter by chain ID |
transaction_same_chain_swapInspect
Create a same-chain token swap transaction via deBridge
| Name | Required | Description | Default |
|---|---|---|---|
| chainId | Yes | Chain ID (native or deBridge internal) | |
| tokenIn | Yes | Input token address | |
| slippage | No | Slippage tolerance or 'auto' | |
| tokenOut | Yes | Output token address | |
| senderAddress | No | Transaction submitter address | |
| tokenInAmount | Yes | Amount in smallest units | |
| tokenOutAmount | No | Expected output amount or 'auto' | |
| tokenOutRecipient | Yes | Address on the source chain to receive target tokens | |
| affiliateFeePercent | No | Affiliate fee percentage | |
| affiliateFeeRecipient | No | Wallet address to receive affiliate fees | |
| srcChainPriorityLevel | No | Priority 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 ownershipControl your server's listing on Glama, including description and metadata
Receive usage reports showing how your server is being used
Get monitoring and health status updates for your server
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Your Connectors
Sign in to create a connector for this server.