Debridge MCP
Rank #18,895io.github.debridge-finance/debridge-mcp
MCP server providing debridge-mcp capabilities
Debridge MCP is a Model Context Protocol (MCP) server published by debridge-finance. It ranks #18,895 of 115,591 servers tracked on MCP Toplist, and its repository has 32 GitHub stars. Debridge MCP is listed across 2 registries — Official MCP and Glama, with 4 tracked versions. It was first listed on Feb 23, 2026 and most recently updated on Apr 1, 2026.
Ranks ahead of 96,696 of 115,591 servers on MCP Toplist.
Use Debridge MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http debridge-mcp https://agents.debridge.com/mcpclaude mcp add debridge-mcp -- npx -y @debridge-finance/debridge-mcp[mcp_servers.debridge-mcp]
url = "https://agents.debridge.com/mcp"Add to ~/.codex/config.toml.
[mcp_servers.debridge-mcp]
command = "npx"
args = ["-y", "@debridge-finance/debridge-mcp"]Add to ~/.codex/config.toml.
https://agents.debridge.com/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"debridge-mcp": {
"command": "npx",
"args": [
"-y",
"@debridge-finance/debridge-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"debridge-mcp": {
"url": "https://agents.debridge.com/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"debridge-mcp": {
"command": "npx",
"args": [
"-y",
"@debridge-finance/debridge-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"debridge-mcp": {
"type": "http",
"url": "https://agents.debridge.com/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"debridge-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@debridge-finance/debridge-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"debridge-mcp": {
"serverUrl": "https://agents.debridge.com/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"debridge-mcp": {
"command": "npx",
"args": [
"-y",
"@debridge-finance/debridge-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"debridge-mcp": {
"url": "https://agents.debridge.com/mcp"
}
}
}{
"mcpServers": {
"debridge-mcp": {
"command": "npx",
"args": [
"-y",
"@debridge-finance/debridge-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/io.github.debridge-finance%2Fdebridge-mcp)<a href="https://mcptoplist.com/server/io.github.debridge-finance%2Fdebridge-mcp"><img src="https://mcptoplist.com/badge/io.github.debridge-finance%2Fdebridge-mcp.svg" alt="MCP Toplist: Top 25% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (1 delisted)
debridge-finance
Available versions (4)
| Version | Published |
|---|---|
| 0.1.6 | Apr 1, 2026 |
| 0.1.5 | Apr 1, 2026 |
| 0.1.3 | Feb 23, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Debridge MCP?
- Debridge MCP is maintained by debridge-finance, which publishes 6 MCP servers (4 total versions) tracked on MCP Toplist.
- Is Debridge MCP listed on the Official MCP Registry?
- Yes — Debridge MCP is listed on the Official MCP Registry, alongside Glama.
- How many versions does Debridge MCP have?
- MCP Toplist tracks 4 versions of Debridge MCP, most recently published on Apr 1, 2026.
- Where can I find the source code for Debridge MCP?
- The source code for Debridge MCP is hosted at github.com/debridge-finance/debridge-mcp.