ClaudeChatGPTPerplexityGeminiMicrosoft CopilotRaycastMeta AIGrokZ.aiQwenKimi
DeepSeekMistralCursorVS CodeWindsurfJetBrainsClineLovableVercel AI SDKLangChain

Use Binance with your AI.

Connect your account once and let the AI you already use work with it, without building another integration. Get real-time cryptocurrency prices, order books, candlesticks and trades from Binance exchange.

Included with plan

Ask AI about this Connector

Developed, maintained, and hosted by Vinkius.

MCP VERIFIED · PRODUCTION READY · VINKIUS GUARANTEED

Waiting for input…

Works with modern AI clients that support MCP, including ChatGPT, Claude, Cursor, and more.

ChatGPTClaudeCursorPerplexityGeminiMicrosoft CopilotRaycastMeta AI

Complete set · 8 capabilities

The complete Binance capability set.

These are the exact actions your AI can choose when you ask it to work with Binance.

Capability set01 / 02

01-04

4 capabilities in this set.

Part of 8 available through Binance.

  1. 01

    Get agg trades

    Symbol format: BASE+QUOTE (BTCUSDT, BTCUSDC). BASE only (BTC) is converted to BTCUSDT. Get aggregated trades, where fills at the same price and time are combined into one record. Use for efficient trade-flow analysis on high-volume pairs

  2. 02

    Get exchange info

    Symbol format: BASE+QUOTE (BTCUSDT, BTCUSDC). BASE only (BTC) is converted to BTCUSDT. Omit symbol to list all pairs. Look up trading rules and metadata for Binance pairs: status, base/quote assets, order types and price/quantity filters. Use to discover valid symbols or check limits before trading

  3. 03

    Get 24h ticker

    Symbol format: BASE+QUOTE (BTCUSDT, BTCUSDC). BASE only (BTC) is converted to BTCUSDT. Omit symbol to return all pairs. Get 24-hour price change stats for a trading pair: price change, percent change, high, low and volume. Use for market overviews or "how did X move today"

  4. 04

    Get order book

    Symbol format: BASE+QUOTE (BTCUSDT, BTCUSDC). BASE only (BTC) is converted to BTCUSDT. Get the live order book (bids and asks with prices and quantities) for a trading pair. Use to analyze market depth, spread and liquidity

Capability set02 / 02

05-08

4 capabilities in this set.

Part of 8 available through Binance.

  1. 05

    Get price

    Symbol format: BASE+QUOTE (BTCUSDT, BTCUSDC). BASE only (BTC) is converted to BTCUSDT. Omit symbol to return all pairs. Get the latest market price for a trading pair (e.g. BTCUSDT). The fastest way to answer "how much is X worth right now"

  2. 06

    Get klines

    Symbol format: BASE+QUOTE (BTCUSDT, BTCUSDC). BASE only (BTC) is converted to BTCUSDT. Get historical OHLCV candlestick data (open, high, low, close, volume) for a trading pair at a chosen interval. Use for charting and technical analysis

  3. 07

    Get server time

    Get the current Binance server time. Use to check exchange availability or align timestamps before other calls

  4. 08

    Get trades

    Symbol format: BASE+QUOTE (BTCUSDT, BTCUSDC). BASE only (BTC) is converted to BTCUSDT. Get the most recent individual trades (price, quantity, time, side) for a trading pair. Use to inspect live trade activity and order flow

Observed, not estimated

869ms average. Fast in production.

Binance is checked daily against the live service.

Daily averagePeak 1025ms
Aug 20Today
Fastest day
715ms
Slowest day
1025ms
14-day trend
Slowing+11%

Connect your client

One URL. Every client.

Activate the Connector, copy your link, and paste it into the client you already use. 8 capabilities arrive ready to run.

Preview access · not provider authentication

The vk_preview_* token belongs to Vinkius preview infrastructure. It lets Claude discover and display the capabilities of Binance, so you can see the experience inside your AI.

It does not authenticate your account with Binance. Actions requiring credentials or live account data may not run until you activate the Connector and authorize the service.

Binance Connector

You're all set. Choose your MCP client and follow the setup instructions.

Connector linkhttps://edge.vinkius.com/vk_preview_Bh3jHcudfuVin77AtlBaucHgpGZOZqwXJHQgVFWE/mcp

Claude Desktop

Follow the steps below to connect in seconds.

  1. 1In Claude Desktop, open Settings → Connectors.
  2. 2Click “Add custom connector” and paste the connector link above as the remote MCP server URL.
  3. 3Click Add and start a new chat — Binance capabilities are ready to use.
Configuration · claude_desktop_config.jsonCopy
{
  "mcpServers": {
    "binance-mcp": {
      "url": "https://edge.vinkius.com/vk_preview_Bh3jHcudfuVin77AtlBaucHgpGZOZqwXJHQgVFWE/mcp"
    }
  }
}
  • Claude
  • ChatGPT
  • Cursor
  • VS Code
  • Windsurf
  • Claude Code
  • JetBrains
  • Cline

Step-by-step instructions for each client are in the guide. How to connect

FAQ

Questions Binance owners ask.

  • 01

    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.

  • 02

    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.

  • 03

    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.

  • 04

    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.