Binance Connector for AI agents.
8 live capabilities
Get real-time cryptocurrency prices and order books from the world's largest exchange.
Waiting for input…
Why people use Binance
Binance for Real-Time Crypto Market Data
This Connector puts that data directly into your conversation. You can ask for a price, an order book, or a summary of 24-hour stats and get it instantly. You get a clean, unified view of the market without the tab switching.
What Vinkius changes
You get instant access to live Binance market data without needing to manage any API keys.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Checking a quick price
A trader asks 'What's the price of BTC right now?
- Real-world use case 02
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.
- Real-world use case 03
Technical analysis
A user asks for the last 30 days of SOL candlesticks to identify a support level and plan their next move.
Complete set · 8capabilities
The complete Binance capability set.
These are the exact actions your AI can choose when you ask it to work with Binance.
01—04
4 capabilities in this set.
Part of 8 available through Binance.
- 01 Capability
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.
- 02 Capability
Get klines
Pull candlestick data for various timeframes like 1m, 1h, or 1d. This is essential for technical analysis and charting.
- 03 Capability
Get order book
View current bids and asks up to 5,000 levels. This helps you analyze market depth, spread, and liquidity.
- 04 Capability
Get trades
Retrieve individual trade details including price, quantity, and buyer/maker status. Use this to analyze recent market activity.
05—08
4 capabilities in this set.
Part of 8 available through Binance.
- 05 Capability
Get agg trades
Fetch compressed trade data for high-volume pairs. This is an efficient way to see recent activity without individual trade noise.
- 06 Capability
Get exchange info
Look up trading rules, symbols, and filters for any asset on the exchange. Use this to understand specific pair permissions.
- 07 Capability
Get server time
Retrieve the current Binance server timestamp. This ensures your local data stays in sync with the exchange clock.
- 08 Capability
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.
Set up in minutes
One URL. Then ask Binance to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Binance from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_Bh3jHcudfuVin77AtlBaucHgpGZOZqwXJHQgVFWE/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it Binance, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Binance for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_Bh3jHcudfuVin77AtlBaucHgpGZOZqwXJHQgVFWE/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the Binance URL.
- Step 03
Save and start
Save the connection and enable Binance in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"binance": {
"url": "https://edge.vinkius.com/vk_preview_Bh3jHcudfuVin77AtlBaucHgpGZOZqwXJHQgVFWE/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using Binance
Open Agent mode in chat and ask: "Using Binance, help me...". 8 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"binance": {
"url": "https://edge.vinkius.com/vk_preview_Bh3jHcudfuVin77AtlBaucHgpGZOZqwXJHQgVFWE/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using Binance
Ask Copilot: "Using Binance, help me...". 8 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"binance": {
"url": "https://edge.vinkius.com/vk_preview_Bh3jHcudfuVin77AtlBaucHgpGZOZqwXJHQgVFWE/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using Binance
Open Cascade and ask: "Using Binance, help me...". 8 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"binance": {
"url": "https://edge.vinkius.com/vk_preview_Bh3jHcudfuVin77AtlBaucHgpGZOZqwXJHQgVFWE/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using Binance
Ask Cline: "Using Binance, help me...". 8 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add binance --transport http "https://edge.vinkius.com/vk_preview_Bh3jHcudfuVin77AtlBaucHgpGZOZqwXJHQgVFWE/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using Binance
Ask Claude: "Using Binance, show me...". 8 tools are ready
Where the request belongs
Work Binance can move forward.
This is for the crypto trader who needs to move fast, the analyst who's tired of manual data entry, and the developer building market dashboards.
Crypto Day Trader
Checks live order books and price spreads during active sessions to spot entries.
Market Analyst
Pulls candlestick data across multiple timeframes to identify trends and patterns.
Dashboard Developer
Grabs public market data to populate internal capabilities without setting up complex auth.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsKraken
Get real-time cryptocurrency prices, OHLC data, order books and trades from Kraken exchange.
Bybit
Access real-time crypto market data. tickers, klines, orderbook, trades, funding rates and open interest.
Binance (Crypto Market)
Track cryptocurrency markets via Binance. get real-time prices, monitor 24h trends, analyze market movers, and audit trading volumes directly from any AI agent.
CoinAPI
Unified cryptocurrency data platform. access market data across hundreds of exchanges via AI.
Bitso Exchange
Trade dynamically on Mexico's biggest Crypto Exchange. Access live balances, order books, and command trades programmatically.
Bitstamp
Trade and monitor crypto markets via Bitstamp. get tickers, order books, account balances, and manage orders.
Bring your own AI
Change the model, client or framework. Keep Binance connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about Binance.
The practical details behind the request, access and result.
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 capability 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.
One connection away
Give your agent a direct line to Binance.
Connect Binance once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available