MCP-Mirror

Binance MCP Server

Community MCP-Mirror
Updated

Binance market data provider with WebSocket support

Binance MCP Server

A Model Context Protocol (MCP) server implementation for Binance market data with WebSocket support.

Features

  • Real-time market data streaming via WebSocket
  • Support for both spot and futures markets
  • Automatic reconnection with exponential backoff
  • Type-safe message handling
  • Comprehensive error handling

Installation

npm install

Usage

Starting the Server

npm start

WebSocket Stream Types

The following stream types are supported:

  • trade: Real-time trade data
  • ticker: 24-hour rolling window price change statistics
  • bookTicker: Best bid/ask price and quantity
  • kline: Candlestick data
  • markPrice: Mark price and funding rate (futures only)
  • fundingRate: Funding rate data (futures only)

Example Usage in Claude Desktop

// Subscribe to trade and ticker streams for BTC/USDT
await server.subscribe('BTCUSDT', 'spot', ['trade', 'ticker']);

// Handle incoming data
server.onStreamData('BTCUSDT', 'trade', (data) => {
  console.log('New trade:', data);
});

Development

Running Tests

npm test

Building

npm run build

License

Private

MCP Server · Populars

MCP Server · New

    kubeflow

    Kubeflow Spark History MCP Server

    MCP Server for Apache Spark History Server. The bridge between Agentic AI and Apache Spark.

    Community kubeflow
    e2e-test-quest

    UUV MCP Server

    Solution to facilitate the writing and execution of E2E tests understandable by any human

    Community e2e-test-quest
    Lekssays

    🦡 codebadger

    A containerized Model Context Protocol (MCP) server providing static code analysis using Joern's Code Property Graph (CPG) technology with support for Java, C/C++, JavaScript, Python, Go, Kotlin, C#, Ghidra, Jimple, PHP, Ruby, and Swift.

    Community Lekssays
    cbcoutinho

    Nextcloud MCP Server

    Nextcloud MCP Server

    Community cbcoutinho
    matlab

    MATLAB MCP Core Server

    Run MATLAB using AI applications by leveraging MCP. This MCP server for MATLAB supports a wide range of coding agents like Claude Code and Visual Studio Code.

    Community matlab