Track MCP LogoTrack MCP
Track MCP LogoTrack MCP

The world's largest repository of Model Context Protocol servers. Discover, explore, and submit MCP tools.

Product

  • Categories
  • Top MCP
  • New & Updated
  • Submit MCP

Company

  • About

Legal

  • Privacy Policy
  • Terms of Service
  • Cookie Policy

© 2026 TrackMCP. All rights reserved.

Built with ❤️ by Krishna Goyal

    Binance Mcp Server

    18 stars
    TypeScript
    Updated Oct 2, 2025

    Table of Contents

    • Features
    • Installation
    • Usage
    • Starting the Server
    • WebSocket Stream Types
    • Example Usage in Claude Desktop
    • Development
    • Running Tests
    • Building
    • License

    Table of Contents

    • Features
    • Installation
    • Usage
    • Starting the Server
    • WebSocket Stream Types
    • Example Usage in Claude Desktop
    • Development
    • Running Tests
    • Building
    • License

    Documentation

    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

    bash
    npm install

    Usage

    Starting the Server

    bash
    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

    typescript
    // 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

    bash
    npm test

    Building

    bash
    npm run build

    License

    Private

    Similar MCP

    Based on tags & features

    • ME

      Metmuseum Mcp

      TypeScript·
      14
    • MC

      Mcp Ipfs

      TypeScript·
      11
    • LI

      Liveblocks Mcp Server

      TypeScript·
      11
    • MC

      Mcp Server Leetcode

      TypeScript·
      32

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k
    View All MCP Servers

    Similar MCP

    Based on tags & features

    • ME

      Metmuseum Mcp

      TypeScript·
      14
    • MC

      Mcp Ipfs

      TypeScript·
      11
    • LI

      Liveblocks Mcp Server

      TypeScript·
      11
    • MC

      Mcp Server Leetcode

      TypeScript·
      32

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k