# Binance MCP for AI Agents AI Agent Connect

> Binance MCP. Get real-time cryptocurrency prices, order books, and candlestick data from the world's largest exchange. No API keys are required for public market data. This Connector lets your AI agent pull live trading stats, analyze market depth, and scan historical price action instantly.

## Overview
- **Category:** money-moves
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_Bh3jHcudfuVin77AtlBaucHgpGZOZqwXJHQgVFWE/ai-agent-connect
- **Tags:** cryptocurrency, market-data, order-book, trading-pairs, real-time-price, financial-statistics

## Description

When you're trying to keep up with the crypto market, things move too fast to keep tabs on manually. You end up with dozens of tabs open, constantly refreshing pages to see if a price hit a certain level or if the order book is thinning out. This Connector changes that by letting your AI client do the heavy lifting for you. Instead of hunting for data across multiple platforms, you can just ask your agent to grab the latest numbers or check the liquidity of a specific trading pair. It's like having a research assistant who lives inside your chat window, constantly monitoring the exchange so you don't have to. Whether you're looking for a quick price check or a deep dive into historical candlestick data, the information comes back in seconds. It makes sense to have this integrated into your workspace through the Vinkius catalog because it keeps your research organized in one place. You get the raw data you need to make informed decisions without the friction of switching between different tools or waiting for manual updates. It's about getting the right numbers at the exact moment you need them to move forward.

## Tools

### get_24h_ticker
Get rolling 24-hour price changes, volume, and high/low stats for a trading pair. This provides a quick overview of recent market activity.

### get_klines
Pull candlestick data for various timeframes like 1m, 1h, or 1d. This is essential for technical analysis and charting.

### get_order_book
View current bids and asks up to 5,000 levels. This helps you analyze market depth, spread, and liquidity.

### get_trades
Retrieve individual trade details including price, quantity, and buyer/maker status. Use this to analyze recent market activity.

### get_agg_trades
Fetch compressed trade data for high-volume pairs. This is an efficient way to see recent activity without individual trade noise.

### get_exchange_info
Look up trading rules, symbols, and filters for any asset on the exchange. Use this to understand specific pair permissions.

### get_server_time
Retrieve the current Binance server timestamp. This ensures your local data stays in sync with the exchange clock.

### get_ticker_price
Get the most recent price for a specific pair or all pairs on the exchange. This is the fastest way to get current prices.

## Prompt Examples

**Prompt:** 
```
What's the current price of Bitcoin and its 24h change?
```

**Response:** 
```
### BTC/USDT Market Update
- **Current Price:** $87,234.50
- **24h Change:** +2.1% (+$1,795)
- **24h High:** $88,100
- **24h Low:** $85,800
- **24h Volume:** 13,845 BTC ($1.2B)
```

**Prompt:** 
```
Show me the order book for ETH/USDT.
```

**Response:** 
```
### ETH/USDT Order Book
**Bids (Buy Side):**
- Best Bid: $3,245.60 (15.2 ETH)
- Top 5 Bids Total: 125 ETH

**Asks (Sell Side):**
- Best Ask: $3,245.80 (8.5 ETH)
- Top 5 Asks Total: 98 ETH

**Spread:** $0.20 (0.006%)
```

**Prompt:** 
```
Give me the daily candlesticks for SOL/USDT for the last week.
```

**Response:** 
```
### SOL/USDT Daily Candlesticks (Last 7 Days)
| Date | Open | High | Low | Close | Volume |
| :--- | :--- | :--- | :--- | :--- | :--- |
| Day 1 | $170.20 | $175.00 | $168.50 | $172.10 | 1.2M |
| Day 2 | $172.10 | $180.30 | $171.00 | $178.40 | 1.5M |
| Day 3 | $178.40 | $185.20 | $177.00 | $182.10 | 2.1M |
| Day 4 | $182.10 | $188.50 | $181.00 | $186.30 | 2.4M |
| Day 5 | $186.30 | $190.10 | $185.20 | $188.20 | 3.0M |
| Day 6 | $188.20 | $192.00 | $187.50 | $190.00 | 2.8M |
| Day 7 | $190.00 | $195.40 | $189.00 | $193.20 | 3.5M |
```

## Capabilities

### Pull live trading prices
Get the most recent price for any trading pair instantly.

### Scan 24-hour market statistics
Retrieve rolling window data for price changes, volume, highs, and lows.

### Analyze market depth
View bids and asks up to 5,000 levels deep to see current liquidity.

### Fetch historical candlestick data
Pull OHLCV data for various timeframes ranging from 1 minute to 1 month.

### View recent individual trades
See the latest individual and aggregated trade history for any pair.

### Explore exchange trading rules
Look up all trading pairs, status, filters, and permissions on the exchange.

## Use Cases

### Checking a quick price
A trader asks 'What's the price of BTC right now?' and gets an instant answer with the 24h change and volume.

### Analyzing liquidity
An analyst asks for the ETH/USDT order book to see if there's enough depth for a large trade without opening a browser.

### Technical analysis
A user asks for the last 30 days of SOL candlesticks to identify a support level and plan their next move.

### Scanning for volume
A developer asks for the 24h ticker of all pairs to find assets with the highest trading volume for a dashboard.

## Benefits

- Skip the manual refresh by using get_ticker_price to see the latest crypto prices instantly in your chat.
- Analyze market depth more accurately with get_order_book, which lets you see up to 5,000 levels of bids and asks.
- Save time on research by using get_klines to pull historical candlestick data for any timeframe you need.
- Get a full market overview quickly with get_24h_ticker to see volume, high/lows, and price changes in one go.
- Stay in sync with the exchange by using get_server_time to ensure your local data matches the market's clock.
- Understand the rules of any pair using get_exchange_info to see specific filters and trading permissions.

## How It Works

The bottom line is you get instant access to live Binance market data without needing to manage any API keys.

1. Subscribe to the Binance MCP in your AI client.
2. Connect your agent to the public market data stream.
3. Ask for specific data like live prices, order books, or historical candlesticks.

## Frequently Asked Questions

**Does the Binance MCP require an API key?**
No, it only accesses public market data like prices and order books, so you don't need to provide any private credentials.

**Can I use the Binance MCP to trade?**
No, this Connector is for market data only. You cannot place orders or manage your balance with it.

**What kind of crypto data can I get?**
You can get live prices, 24-hour statistics, order books, candlestick charts, and recent trade history.

**Is the data from the Binance MCP real-time?**
Yes, it pulls live data from the Binance exchange, giving you the most current information available to the public.

**Can I get historical price data with the Binance MCP?**
Yes, the get_klines tool allows you to pull candlestick data for various timeframes, from 1 minute to 1 month.

**How do I see the order book depth?**
You can ask your agent to show the order book for any pair, and it will list the current bids and asks.

**Do I need an API key?**
No! All public market data (prices, order books, trades, klines, exchange info) is available without authentication. Just subscribe and start querying.

**What trading pairs are available?**
Binance supports 1500+ trading pairs. Use get_exchange_info to see the complete list. Popular pairs include BTCUSDT, ETHUSDT, BNBUSDT, SOLUSDT and many altcoin pairs.

**What candlestick intervals are available?**
15 intervals are available: 1m, 3m, 5m, 15m, 30m, 1h, 2h, 4h, 6h, 8h, 12h, 1d, 3d, 1w, 1M. Use get_klines with the interval parameter. Each candle includes open, high, low, close and volume.

**Can I get historical price data?**
Yes! Use get_klines with startTime and endTime parameters (Unix timestamp in milliseconds) to retrieve historical candlestick data. You can get up to 1000 candles per request.