mcpbeat Sign in

Bsc Dex Spread MCP Server

local only

Bsc Dex Spread runs on your own machine — the client starts it, so there is no endpoint to ping. 30 installs a week from npm. Last commit 21 Aug 2026.

Cross-DEX price & spread for PancakeSwap v2+v3 on BSC via x402. Tool get_dex_spread(pair, fee?).

Installs per day peak 30 · avg 7 · +10% w/w
a month agotoday
30
Installs / week
npm · bsc-dex-spread-mcp
0
Stars
0 open issues
21 Aug 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

Nothing serious here today

Today is the operative word: we check Bsc Dex Spread every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add bsc-dex-spread -- npx -y bsc-dex-spread-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "bsc-dex-spread": {
      "args": [
        "-y",
        "bsc-dex-spread-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.bsc-dex-spread]
command = "npx"
args = ["-y", "bsc-dex-spread-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "bsc-dex-spread": {
      "args": [
        "-y",
        "bsc-dex-spread-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "bsc-dex-spread": {
      "args": [
        "-y",
        "bsc-dex-spread-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: EVM_PRIVATE_KEY (Your 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.), GATEWAY_URL (Optional override of the gateway base URL. Defaults to https://x402.donnyautomation.com). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Bsc Dex Spread

same job, measured the same way
Routheus
by routheus

Multichain DEX router: free MCP tools for swap-quote prices, chains, catalog; paid via x402.

3 tools answering
Touchstone MCP
by petrkrulis2022

Dated SIU, the benchmark price of AI inference work: one free tool, three paid via x402.

4 tools answering
Cross-DEX Prices & Spreads
by donnywin85

Live cross-DEX pool prices, liquidity and spreads on 6 EVM chains, read from on-chain pool state.

44 installs/wk local only
Spraay X402 MCP
by plagtech

MCP server for Spraay x402 Gateway. 60 tools for crypto payments, DeFi, and AI on Base.

32 installs/wk local only
x402 Toolbox
by mayer-code

Free, read-only MCP subset of x402 Toolbox's cheap data endpoints, free via MCP.

14 tools answering
Clawswap
by wartech9

Cross-chain swaps between Solana and Base for AI agents paid for via via x402 micropayments.

44 installs/wk local only
bitfence Risk Oracle
by bitfenceai

Pre-transaction token risk checks for autonomous agents on six chains. Read-only; paid via x402.

2 tools answering
x402-market
by asaishota

Let AI agents pay-per-call for any HTTP API via x402 on Base mainnet. One tool: pay_and_call.

112 installs/wk local only

Bsc Dex Spread — questions

Answers built from our own checks of this server.

Why is there no uptime for Bsc Dex Spread?
Bsc Dex Spread runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package bsc-dex-spread-mcp was installed 30 times last week.
How do I connect Bsc Dex Spread?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls bsc-dex-spread-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Bsc Dex Spread?
The npm package bsc-dex-spread-mcp was installed 30 times in the last week. Week over week that is +10%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Bsc Dex Spread open source?
Yes — it is published under the MIT licence, written in JavaScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.