binance-mcp

binance-mcp

MCP server for Binance market data, account insights, and Convert workflows.

Category
访问服务器

README

Binance MCP

<p align="center"> <img alt="MCP logo" src="assets/binance-logo.png" width="180" height="180" />            <img alt="Binance logo" src="assets/mcp-logo.png" width="180" height="180" /> </p>

<p align="center"> <strong>A TypeScript MCP server for Binance market data, account insights, and Convert workflows.</strong> </p>

<p align="center"> <img src="https://img.shields.io/badge/Model%20Context%20Protocol-Compatible-00BFA6?style=for-the-badge" alt="MCP compatible badge" /> <img src="https://img.shields.io/badge/Binance-API%20Integration-FCD535?style=for-the-badge" alt="Binance integration badge" /> <img src="https://img.shields.io/badge/License-MIT-111827?style=for-the-badge" alt="MIT license badge" /> </p>

What This Server Does

binance-mcp exposes a focused set of MCP tools for working with Binance data from Claude Desktop or any MCP-compatible client.

It covers:

  • Live spot prices
  • Best bid/ask quotes
  • Spot account balances
  • Funding wallet balances
  • Combined account and portfolio views
  • Binance Convert quote and order workflows
  • Convert trade history

Tools

Tool Purpose Auth
get_last_prices Fetch latest last-traded prices for one or more spot symbols No
get_book_ticker Fetch current best bid and ask for one or more spot symbols No
get_spot_account Return spot account balances and account flags Yes
get_funding_wallet Return funding wallet balances Yes
get_account_overview Merge spot and funding balances into one view Yes
get_portfolio_snapshot Build a live valuation snapshot across balances and prices Yes
get_convert_quote Request a Binance Convert quote without executing it Yes
accept_convert_quote Execute a live Convert quote Yes
get_convert_order_status Check the status of a Convert order Yes
get_convert_trade_history Fetch Convert trade history for a time window Yes

Why This MCP Is Useful

  • Keeps Binance workflows inside your AI assistant instead of switching between apps.
  • Separates safe quote retrieval from live trade execution.
  • Uses short-lived market-data caching and websocket updates for fast price lookups.
  • Returns structured JSON so Claude can reason over balances, prices, and conversions cleanly.

Quick Start

1. Install dependencies

npm install

2. Build the server

npm run build

3. Run locally

npm start

The server communicates over stdio, which is the standard transport used by Claude Desktop.

Full Documentation

If you want the deeper implementation notes, endpoint details, and design rationale, see DOCUMENTATION.md.

Claude Desktop Setup

Use the compiled server entry point in your claude_desktop_config.json file.

Example configuration

{
  "mcpServers": {
    "binance-mcp": {
      "command": "node",
      "args": ["C:/Binance-mcp/build/index.js"],
      "env": {
        "BINANCE_API_KEY": "your_api_key",
        "BINANCE_API_SECRET": "your_api_secret"
      }
    }
  }
}

Notes

  • Public market tools work without credentials.
  • Account and Convert tools require BINANCE_API_KEY and BINANCE_API_SECRET.
  • If you want to customize Binance endpoints, you can override the environment variables listed below.

Environment Variables

Variable Default Purpose
BINANCE_API_KEY none Binance API key for signed endpoints
BINANCE_API_SECRET none Binance API secret for request signing
BINANCE_BASE_URL https://api.binance.com Base URL for signed REST requests
BINANCE_PUBLIC_BASE_URL https://data-api.binance.vision Base URL for public market-data requests
BINANCE_STREAM_BASE_URL wss://stream.binance.com:9443/stream Binance websocket stream endpoint
BINANCE_TIMEOUT_MS 8000 Request timeout in milliseconds
BINANCE_RECV_WINDOW_MS 5000 Binance signed request recvWindow
BINANCE_MAX_RETRIES 1 Retry attempts for safe requests
BINANCE_PRICE_CACHE_TTL_MS 1500 Freshness window for market-data cache
BINANCE_STREAM_ENABLED true Enables websocket price streaming

Example Usage

Price lookup

Get the latest price for BTCUSDT and ETHUSDT.

Portfolio snapshot

Show my portfolio snapshot in USDT.

Convert flow

Create a Convert quote from BTC to USDT for 0.01 BTC, then show the quote details.

Build and Implementation Details

This project is implemented in TypeScript and uses the official MCP SDK.

  • src/index.ts registers MCP tools and formats responses.
  • src/binance.ts handles Binance REST calls, HMAC signing, websocket market data, retries, and portfolio math.
  • build/index.js is the compiled entry point used by Claude Desktop.

Safety

  • accept_convert_quote performs a live conversion.
  • Signed endpoints are unavailable until API credentials are present.
  • Convert quotes should always be reviewed before execution.
  • Binance rate limits still apply, so avoid unnecessary polling.

License

Released under the MIT License. See LICENSE.

推荐服务器

Baidu Map

Baidu Map

百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。

官方
精选
JavaScript
Playwright MCP Server

Playwright MCP Server

一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。

官方
精选
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。

官方
精选
本地
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。

官方
精选
本地
TypeScript
VeyraX

VeyraX

一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。

官方
精选
本地
graphlit-mcp-server

graphlit-mcp-server

模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。

官方
精选
TypeScript
Kagi MCP Server

Kagi MCP Server

一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。

官方
精选
Python
e2b-mcp-server

e2b-mcp-server

使用 MCP 通过 e2b 运行代码。

官方
精选
Neon MCP Server

Neon MCP Server

用于与 Neon 管理 API 和数据库交互的 MCP 服务器

官方
精选
Exa MCP Server

Exa MCP Server

模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。

官方
精选