MCP.so
登录

Binance MCP Server 🚀

@AnalyticAce

关于 Binance MCP Server 🚀

Unofficial tools and server implementation for Binance's Model Context Protocol (MCP). Designed to support developers building crypto trading AI Agents.

基本信息

分类

金融与商务

许可证

MIT

运行时

python

传输方式

stdio

发布者

AnalyticAce

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Binance MCP Server?

Binance MCP Server is a Model Context Protocol server that acts as a bridge between AI assistants (like Claude, Cursor AI, or ChatGPT) and a Binance cryptocurrency exchange account. It provides a standardized interface for market data, account management, and trading operations.

How to use Binance MCP Server?

Install the package via pip install binance-mcp-server or uv add binance-mcp-server. Set BINANCE_API_KEY and BINANCE_API_SECRET environment variables (optionally BINANCE_TESTNET=true for testnet). Then configure your AI client (e.g., Claude Desktop) to run the binance-mcp-server command with your credentials.

Key features of Binance MCP Server

  • Real-time market data: live prices, order books, ticker stats
  • Account management: check balances and account status
  • Trading operations: place market and limit orders
  • Portfolio tracking: monitor open positions and PnL
  • Supports futures and spot trading tools
  • Testnet environment for safe development

Use cases of Binance MCP Server

  • Ask your AI for the current price of Bitcoin
  • Retrieve your account balance for all assets
  • Place a market buy order for ETH automatically
  • Check your profit/loss on futures positions
  • Get deposit address and history for a specific coin

FAQ from Binance MCP Server

What authentication does Binance MCP Server require?

You must provide your Binance API key and API secret via environment variables or command-line arguments. These are required for any account or trading operations.

Does Binance MCP Server support a test environment?

Yes. Set BINANCE_TESTNET="true" or pass --binance-testnet to use the Binance testnet. This is recommended for development and safe testing.

What are the runtime dependencies?

Python 3.10 or higher is required. The server uses the MCP protocol over stdio transport and communicates directly with Binance’s API.

Where does my account data live?

All data is fetched in real time from Binance’s servers. The server itself does not store or cache any user data locally.

Can I use Binance MCP Server with any AI client?

Yes, any client that supports the Model Context Protocol (Claude Desktop, Cursor, VSCode, etc.) can connect to this server by adding it to the MCP configuration file.

评论

金融与商务 分类下的更多 MCP 服务器