Cross-DEX price & spread for PancakeSwap v2+v3 on BSC via x402. Tool get_dex_spread(pair, fee?).
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
npx -y bsc-dex-spread-mcp
MCP client config
{
"mcpServers": {
"bsc-dex-spread-mcp": {
"command": "npx",
"args": [
"-y",
"bsc-dex-spread-mcp"
]
}
}
}