Binance Bitcoin MCP ToolServer

MilesCool
GitHub
BlockchainFinanceCryptocurrency

Loading subscription status...

💡 Description

This project provides a Model Context Protocol (MCP) tool for retrieving Bitcoin price data from Binance. It allows large language models to access real-time and historical Bitcoin market data through a standardized interface.

📝 JSON Entries

{
  "mcpServers": [
    {
      "Binance Bitcoin MCP Tool": {
        "env": {},
        "args": [],
        "command": "pnpm start"
      }
    }
  ]
}

🛠️ Tools

get_bitcoin_tickerget_bitcoin_order_bookget_bitcoin_recent_tradesget_bitcoin_price_historyget_realtime_bitcoin_price

Features

  • Retrieve current Bitcoin ticker data (price, 24h change, volume, etc.)
  • Get the best bid and ask prices from the order book
  • Fetch recent trades
  • Retrieve historical price data at customizable intervals
  • Stream real-time Bitcoin price updates

💬 Example Queries

  • What is the current price of Bitcoin and its 24-hour change?
  • Tell me the current spread between the sell and buy prices of Bitcoin.
  • Analyze the last 10 Bitcoin transactions and identify patterns.
  • Retrieve the price history of Bitcoin over the last 24 hours and explain the trends.
  • Observe Bitcoin's real-time trading for 5 seconds and let me know if there is increasing buying or selling pressure.