Loading MCP server directory, please wait...
Cross-DEX price & spread for PancakeSwap v2+v3 on BSC via x402. Tool get_dex_spread(pair, fee?).
npx @getmcp/cli add io.github.donnywin85/bsc-dex-spreadRequires Node.js 18+. Community-contributed server. Review source before installing.
EVM_PRIVATE_KEYYour Base-mainnet buyer wallet private key (0x-prefixed). Funded with a few dollars of USDC on Base; needs zero ETH. Pays $0.01 USDC per call.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.donnywin85/bsc-dex-spread": {
"command": "npx",
"args": [
"-y",
"bsc-dex-spread-mcp"
],
"env": {
"EVM_PRIVATE_KEY": "",
"GATEWAY_URL": ""
}
}
}
}