# Binance Cryptocurrency Market Data Service

Provide real-time cryptocurrency market data from Binance directly to AI agents. Access current prices, order books, candlestick charts, trading history, and price statistics seamlessly. Enable AI-dr…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add snjyor/binance-mcp-data

# Browse available tools
npx -y @smithery/cli@latest tool list snjyor/binance-mcp-data

# Get full schema for a tool
npx -y @smithery/cli@latest tool get snjyor/binance-mcp-data get_order_book

# Call a tool
npx -y @smithery/cli@latest tool call snjyor/binance-mcp-data get_order_book '{}'
```

## Tools (12)

- `get_order_book`
- `get_recent_trades`
- `get_historical_trades`
- `get_aggregate_trades`
- `get_klines`
- `get_ui_klines`
- `get_avg_price`
- `get_24hr_ticker`
- `get_trading_day_ticker`
- `get_price`
- `get_book_ticker`
- `get_rolling_window_ticker`

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get snjyor/binance-mcp-data <tool-name>
```

---

Source: https://github.com/snjyor/binance-mcp | License: Apache-2.0
