Cross-DEX Prices & Spreads
Rank #18,817io.github.donnywin85/arb-dex-mcp
Live cross-DEX pool prices, liquidity and spreads on 6 EVM chains, read from on-chain pool state.
Cross-DEX Prices & Spreads is a Model Context Protocol (MCP) server published by donnywin85. It ranks #18,817 of 115,591 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. Cross-DEX Prices & Spreads is listed across 2 registries — Official MCP and Glama, with 2 tracked versions. It was first listed on Aug 11, 2026 and most recently updated on Aug 15, 2026.
Ranks ahead of 96,774 of 115,591 servers on MCP Toplist.
Use Cross-DEX Prices & Spreads
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add arb-dex-mcp -e "RAPIDAPI_KEY=<your RAPIDAPI_KEY>" -e "ARB_DEX_TIMEOUT_MS=<your ARB_DEX_TIMEOUT_MS>" -- npx -y arb-dex-mcpReplace each placeholder with your own value before saving.
[mcp_servers.arb-dex-mcp]
command = "npx"
args = ["-y", "arb-dex-mcp"]
[mcp_servers.arb-dex-mcp.env]
RAPIDAPI_KEY = "<your RAPIDAPI_KEY>"
ARB_DEX_TIMEOUT_MS = "<your ARB_DEX_TIMEOUT_MS>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"arb-dex-mcp": {
"command": "npx",
"args": [
"-y",
"arb-dex-mcp"
],
"env": {
"RAPIDAPI_KEY": "<your RAPIDAPI_KEY>",
"ARB_DEX_TIMEOUT_MS": "<your ARB_DEX_TIMEOUT_MS>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"arb-dex-mcp": {
"command": "npx",
"args": [
"-y",
"arb-dex-mcp"
],
"env": {
"RAPIDAPI_KEY": "<your RAPIDAPI_KEY>",
"ARB_DEX_TIMEOUT_MS": "<your ARB_DEX_TIMEOUT_MS>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"arb-dex-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"arb-dex-mcp"
],
"env": {
"RAPIDAPI_KEY": "<your RAPIDAPI_KEY>",
"ARB_DEX_TIMEOUT_MS": "<your ARB_DEX_TIMEOUT_MS>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"arb-dex-mcp": {
"command": "npx",
"args": [
"-y",
"arb-dex-mcp"
],
"env": {
"RAPIDAPI_KEY": "<your RAPIDAPI_KEY>",
"ARB_DEX_TIMEOUT_MS": "<your ARB_DEX_TIMEOUT_MS>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"arb-dex-mcp": {
"command": "npx",
"args": [
"-y",
"arb-dex-mcp"
],
"env": {
"RAPIDAPI_KEY": "<your RAPIDAPI_KEY>",
"ARB_DEX_TIMEOUT_MS": "<your ARB_DEX_TIMEOUT_MS>"
}
}
}
}Replace each placeholder with your own value before saving.
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.donnywin85%2Farb-dex-mcp)<a href="https://mcptoplist.com/server/io.github.donnywin85%2Farb-dex-mcp"><img src="https://mcptoplist.com/badge/io.github.donnywin85%2Farb-dex-mcp.svg" alt="MCP Toplist: Top 25% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
donnywin85
Other servers by donnywin85
View all donnywin85 servers →Available versions (2)
| Version | Published |
|---|---|
| 1.0.1 | Aug 15, 2026 |
| 1.0.0 | Aug 13, 2026 |
Frequently asked questions
- Who maintains Cross-DEX Prices & Spreads?
- Cross-DEX Prices & Spreads is maintained by donnywin85, which publishes 4 MCP servers (7 total versions) tracked on MCP Toplist.
- Is Cross-DEX Prices & Spreads listed on the Official MCP Registry?
- Yes — Cross-DEX Prices & Spreads is listed on the Official MCP Registry, alongside Glama.
- How many versions does Cross-DEX Prices & Spreads have?
- MCP Toplist tracks 2 versions of Cross-DEX Prices & Spreads, most recently published on Aug 15, 2026.
- Where can I find the source code for Cross-DEX Prices & Spreads?
- The source code for Cross-DEX Prices & Spreads is hosted at github.com/donnywin85/arb-dex-mcp.