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.
A read-only market data client for Binance: twelve tools over books, trades, candles and ticker statistics, each keyed by symbol.
- 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
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.
One command — npx -y @snjyor/binance-mcp@latest
