Binance MCP ServerServer

tienan92it
GitHub
CryptocurrencyBlockchainData Integration

Loading subscription status...

💡 Description

A Model Context Protocol (MCP) server that provides real-time and historical cryptocurrency market data from Binance, enabling LLM agents to access data like current prices and order book snapshots through a standardized interface.

📝 JSON Entries

{
  "mcpServers": [
    {
      "Binance MCP Server": {
        "env": {},
        "args": [
          "run_server.py"
        ],
        "command": "python"
      }
    }
  ]
}

🛠️ Tools

ping_binance()get_server_time()get_price(symbol)get_order_book(symbol, depth=10)get_historical_prices(symbol, interval='1d', limit=100)subscribe_to_trade_stream(symbol)unsubscribe_from_stream(stream_name)

Features

  • Live price data for all trading pairs
  • Access to order book snapshots
  • Historical price data retrieval
  • Real-time WebSocket stream for trading updates
  • Comprehensive market data access
  • Exchange information access without needing an API key
  • Compliance with MCP standards

💬 Example Queries

  • Get the current price of Bitcoin
  • Fetch the latest trades for Ethereum
  • Access the historical OHLCV data for BNB
  • Subscribe to real-time updates for the BTC/USDT trading pair