Back to search
60
MCP http

Binance

node2flow/binance

MCP server for Binance Global — the world's largest cryptocurrency exchange. 23 tools for market data, trading, orders, and account management. Features: • 11 public market data tools (no API key needed) — ping, server time, exchange info, order book, recent trades, aggregate trades, klines/candlesticks, average price, 24hr ticker, price ticker, book ticker • 7 trading tools — place order, test order (dry run), query order, cancel order, cancel all orders, open orders, all orders history • 2 account tools — account info with balances, trade execution history • 3 user data stream tools — create, keepalive, close WebSocket listen keys • Test order endpoint (bn_test_order) — validate order parameters without using real funds • HMAC SHA-256 authentication — same signing pattern as official Binance API • Supports LIMIT, MARKET, STOP_LOSS, STOP_LOSS_LIMIT, TAKE_PROFIT, TAKE_PROFIT_LIMIT, LIMIT_MAKER order types • Symbol format: BTCUSDT, ETHUSDT, BNBBTC (uppercase, no separator) Transports: stdio (npx), Streamable HTTP (--http flag), Cloudflare Worker

Uptime
100.0%
22 probes
Response
0ms
last probe
Tools
0
callable

Similar MCP servers embedding-nearest

binance-mcp
MCP server for live crypto trading via Binance.US with comprehensive market intelligence, news, and advanced analytics
0 tools
io.github.junct-bot/binance-mcp
Binance - 340 tools for market data, order books, and trading pairs
0 tools · streamable-http
btcmcp
An MCP server that provides Bitcoin price data from Binance API
0 tools
iflow-mcp_tienan92it-binance-mcp
MCP server for accessing Binance data
0 tools
binance-mcp-server
Unofficial tools and server implementation for Binance's Model Context Protocol (MCP). Designed to support developers building crypto tradin
0 tools
io.github.iworkist/btcmcp
An MCP server that provides Bitcoin price data from Binance API
0 tools

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "binance": {
      "url": "https://github.com/node2flow-th/binance-mcp-community",
      "transport": "http"
    }
  }
}