Labsco
MCP SERVER

Binance Cryptocurrency MCP

by snjyor

Pull Binance market data — order book, trades, candles and ticker statistics — for one symbol or a list of them, with no account and no key.

Cryptocurrency Market DataVerified
Summary
Market data with no key to provision and no write path to worry about.

All twelve tools read — books, trades, candles, tickers — so nothing here can place or cancel an order and there is no credential to scope or rotate, which makes it cheap to hand to an agent. The ticker tools accept a symbols list, keeping a multi-market question to a single call. get_klines and get_ui_klines return the same candle data in two shapes, so a client has to be told which one you want.

What it is

A read-only market data client for Binance: twelve tools over books, trades, candles and ticker statistics, each keyed by symbol.

What you get
  • Order book depth for a symbol, with limit setting how many levels come back
  • Trade history three ways: recent trades, older trades from a fromId, and aggregated trades over a startTime and endTime window
  • Candles from get_klines and get_ui_klines by interval, bounded by startTime, endTime and timeZone
  • Price views at different resolutions: the latest price, an average price, the top of book, and rolling 24-hour statistics
  • Windowed statistics by windowSize, and trading-day statistics, both accepting a symbols list so several markets come back in one call
Requirements

A trading symbol, or a symbols list where the ticker tools accept one. No account, no API key and no environment variables. Apache-2.0 licensed.

Setup effort

One command — npx -y @snjyor/binance-mcp@latest