Skip to main content
Glama
qeinfinity

Binance MCP Server

by qeinfinity

币安MCP服务器

支持 WebSocket 的币安市场数据模型上下文协议 (MCP) 服务器实现。

特征

  • 通过 WebSocket 传输实时市场数据

  • 支持现货和期货市场

  • 使用指数退避算法自动重新连接

  • 类型安全的消息处理

  • 全面的错误处理

Related MCP server: Binance MCP Server

安装

npm install

用法

启动服务器

npm start

WebSocket 流类型

支持以下流类型:

  • trade :实时交易数据

  • ticker :24小时滚动窗口价格变动统计

  • bookTicker :最佳买入/卖出价格和数量

  • kline :K线数据

  • markPrice :标记价格和资金费率(仅限期货)

  • fundingRate :资金费率数据(仅限期货)

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);
});

发展

运行测试

npm test

建筑

npm run build

执照

私人的

Install Server
A
license - permissive license
C
quality
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    Not graded
    quality
    D
    maintenance
    A Model Context Protocol server that exposes Binance cryptocurrency exchange data to LLMs, allowing agents to access real-time prices, order books, and historical market data without requiring API keys.
    20
    MIT
  • A
    license
    A
    quality
    C
    maintenance
    A Model Context Protocol server that provides Claude Code with seamless access to Binance exchange API functionality for market data retrieval, account management, and trading operations.
    10
    84
    32
    MIT
  • A
    license
    A
    quality
    C
    maintenance
    MCP server for Binance USDT-M Futures trading — exposes tools for market data, account state, order management, and position/margin control.
    23
    6
    Apache 2.0
  • A
    license
    Not graded
    quality
    D
    maintenance
    An HTTP-based Model Context Protocol server that provides tools and resources for accessing real-time cryptocurrency data from the Binance API. It enables users to fetch prices, analyze market changes, and track activity via a streamable endpoint.
    427
    MIT

View all related MCP servers

Related MCP Connectors

  • A Model Context Protocol server for Wix AI tools

  • A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…

  • MCP server for OpenMM — exposes market data, account, trading, and strategy tools to AI agents

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/qeinfinity/binance-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server