deBridge
Rank #38,055pulsemcp/debridge
Execute cross-chain and same-chain token swaps, fee estimation, and trade execution across major blockchain networks.
deBridge is a Model Context Protocol (MCP) server published by debridge-finance. It ranks #38,055 of 115,591 servers tracked on MCP Toplist, and its repository has 32 GitHub stars. deBridge is listed on PulseMCP, and ships as a single rolling release with no explicit version metadata. It was first listed on Feb 8, 2026.
Ranks ahead of 77,536 of 115,591 servers on MCP Toplist.
Use deBridge
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http debridge https://agents.debridge.com/mcp[mcp_servers.debridge]
url = "https://agents.debridge.com/mcp"Add to ~/.codex/config.toml.
https://agents.debridge.com/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"debridge": {
"url": "https://agents.debridge.com/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"debridge": {
"type": "http",
"url": "https://agents.debridge.com/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"debridge": {
"serverUrl": "https://agents.debridge.com/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"debridge": {
"url": "https://agents.debridge.com/mcp"
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/pulsemcp%2Fdebridge)<a href="https://mcptoplist.com/server/pulsemcp%2Fdebridge"><img src="https://mcptoplist.com/badge/pulsemcp%2Fdebridge.svg" alt="MCP Toplist: Top 50% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
debridge-finance
Not versioned
This server is published through a registry that does not expose explicit version metadata, and no GitHub release tags were found on the linked repository. The listing tracks a single rolling release.
Frequently asked questions
- Who maintains deBridge?
- deBridge is maintained by debridge-finance, which publishes 6 MCP servers (4 total versions) tracked on MCP Toplist.
- Is deBridge listed on the Official MCP Registry?
- deBridge is not on the Official MCP Registry. It is listed on PulseMCP.
- How many versions does deBridge have?
- deBridge ships as a single rolling release with no explicit version metadata.
- Where can I find the source code for deBridge?
- The source code for deBridge is hosted at github.com/debridge-finance/debridge-mcp.