bsc-dex-spread
Rank #37,264io.github.donnywin85/bsc-dex-spread
Cross-DEX price & spread for PancakeSwap v2+v3 on BSC via x402. Tool get_dex_spread(pair, fee?).
bsc-dex-spread is a Model Context Protocol (MCP) server published by donnywin85. It ranks #37,264 of 115,591 servers tracked on MCP Toplist. bsc-dex-spread is listed across 3 registries — Official MCP, PulseMCP and Glama, with 1 tracked version. It was first listed on Jul 3, 2026 and most recently updated on Jul 3, 2026.
Ranks ahead of 78,327 of 115,591 servers on MCP Toplist.
Use bsc-dex-spread
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add bsc-dex-spread -e "EVM_PRIVATE_KEY=<your EVM_PRIVATE_KEY>" -e "GATEWAY_URL=<your GATEWAY_URL>" -- npx -y bsc-dex-spread-mcpReplace each placeholder with your own value before saving.
[mcp_servers.bsc-dex-spread]
command = "npx"
args = ["-y", "bsc-dex-spread-mcp"]
[mcp_servers.bsc-dex-spread.env]
EVM_PRIVATE_KEY = "<your EVM_PRIVATE_KEY>"
GATEWAY_URL = "<your GATEWAY_URL>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"bsc-dex-spread": {
"command": "npx",
"args": [
"-y",
"bsc-dex-spread-mcp"
],
"env": {
"EVM_PRIVATE_KEY": "<your EVM_PRIVATE_KEY>",
"GATEWAY_URL": "<your GATEWAY_URL>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"bsc-dex-spread": {
"command": "npx",
"args": [
"-y",
"bsc-dex-spread-mcp"
],
"env": {
"EVM_PRIVATE_KEY": "<your EVM_PRIVATE_KEY>",
"GATEWAY_URL": "<your GATEWAY_URL>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"bsc-dex-spread": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"bsc-dex-spread-mcp"
],
"env": {
"EVM_PRIVATE_KEY": "<your EVM_PRIVATE_KEY>",
"GATEWAY_URL": "<your GATEWAY_URL>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"bsc-dex-spread": {
"command": "npx",
"args": [
"-y",
"bsc-dex-spread-mcp"
],
"env": {
"EVM_PRIVATE_KEY": "<your EVM_PRIVATE_KEY>",
"GATEWAY_URL": "<your GATEWAY_URL>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"bsc-dex-spread": {
"command": "npx",
"args": [
"-y",
"bsc-dex-spread-mcp"
],
"env": {
"EVM_PRIVATE_KEY": "<your EVM_PRIVATE_KEY>",
"GATEWAY_URL": "<your GATEWAY_URL>"
}
}
}
}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%2Fbsc-dex-spread)<a href="https://mcptoplist.com/server/io.github.donnywin85%2Fbsc-dex-spread"><img src="https://mcptoplist.com/badge/io.github.donnywin85%2Fbsc-dex-spread.svg" alt="MCP Toplist: Top 50% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
donnywin85
Other servers by donnywin85
View all donnywin85 servers →Available versions (1)
| Version | Published |
|---|---|
| 0.1.0 | Jul 3, 2026 |
Frequently asked questions
- Who maintains bsc-dex-spread?
- bsc-dex-spread is maintained by donnywin85, which publishes 4 MCP servers (7 total versions) tracked on MCP Toplist.
- Is bsc-dex-spread listed on the Official MCP Registry?
- Yes — bsc-dex-spread is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does bsc-dex-spread have?
- MCP Toplist tracks 1 version of bsc-dex-spread, most recently published on Jul 3, 2026.
- Where can I find the source code for bsc-dex-spread?
- The source code for bsc-dex-spread is hosted at github.com/donnywin85/bsc-dex-spread-mcp.