Binance MCP Server
Enables AI agents to interact with the Binance cryptocurrency exchange, providing tools for real-time market data, trading operations (placing and managing orders), account balance tracking, portfolio management, P&L analysis, deposit/withdrawal history, and futures position monitoring.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Binance MCP Serverwhat's the current price of Bitcoin?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Binance MCP Server π
A powerful Model Context Protocol (MCP) server that enables AI agents to interact seamlessly with the Binance cryptocurrency exchange. This server provides a comprehensive suite of trading tools, market data access, and account management capabilities through the standardized MCP interface.
π What is this?
This tool acts as a bridge between AI Assistants (like Claude, Cursor AI, or ChatGPT) and your Binance Account.
Instead of manually navigating the Binance website or app, you can ask your AI to:
"Check the current price of Bitcoin"
"Show me my account balance"
"Buy 0.1 ETH at the current market price"
The AI sends the request to this server, which securely executes it on Binance and returns the result to your AI.
Related MCP server: Binance Cryptocurrency MCP
π Quick Start
1οΈβ£ Installation
The easiest way to install is using pip or uv:
# using pip
pip install binance-mcp-server
# using uv
uv add binance-mcp-server2οΈβ£ Configuration
You need your Binance API Keys to allow this tool to access your account.
Log in to your Binance account and go to API Management.
Create a new API Key.
Set the keys as environment variables in your terminal:
# Required: Your Binance API credentials
export BINANCE_API_KEY="your_api_key_here"
export BINANCE_API_SECRET="your_api_secret_here"
# Recommended: Use testnet for development and safe testing
export BINANCE_TESTNET="true"3οΈβ£ Running with your AI
Configure for Claude Desktop / VSCode / Cursor
Add the following to your MCP settings configuration file (e.g., claude_desktop_config.json or mcp_config.json):
{
"mcpServers": {
"binance": {
"command": "binance-mcp-server",
"args": [
"--api-key", "your_api_key",
"--api-secret", "your_secret",
"--binance-testnet"
]
}
}
}π― Key Capabilities
Real-time Market Data: Get live prices, order books, and ticker stats.
Account Management: specific Check balances and account status.
Trading Operations: Place buy/sell orders (Market, Limit, etc.).
Portfolio Tracking: Monitor open positions and Profit/Loss (PnL).
π Technical Reference
Available Tools
π¦ Account & Portfolio Management
Tool | Purpose |
| Retrieve account balances for all assets |
| Point-in-time account state snapshot |
| Trading fee rates (maker/taker commissions) |
| List all tradable cryptocurrencies |
π Market Data & Analysis
Tool | Purpose |
| Current price for a trading symbol |
| 24-hour ticker price change statistics |
| Current order book (bids/asks) |
π± Trading Operations
Tool | Purpose |
| Create buy/sell orders (market, limit, etc.) |
| List order history for a specific symbol |
π Performance & Analytics
Tool | Purpose |
| Calculate profit and loss for futures trading |
| Open futures positions details |
πͺ Wallet & Transfers
Tool | Purpose |
| Get deposit address for a specific coin |
| Deposit history for a specific coin |
| Withdrawal history for a specific coin |
π‘οΈ Risk Management
Tool | Purpose |
| Past liquidation events for futures |
Configuration Variables
Variable | Description | Required | Default |
| Your Binance API key | β | - |
| Your Binance API secret | β | - |
| Use testnet environment | β |
|
π οΈ Development & Contributing
We welcome contributions! If you are a developer looking to improve this project:
Clone the repo:
git clone https://github.com/AnalyticAce/binance-mcp-server.gitInstall dev dependencies:
uv install --devorpip install -e .[dev]Run tests:
pytest
See CONTRIBUTING.md for detailed guidelines.
π License & Disclaimer
License: MIT
Disclaimer: This software is for educational purposes. Cryptocurrency trading involves financial risk. Always use the Binance Testnet for testing and development. The developers are not responsible for any financial losses.
This server cannot be installed
Maintenance
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
- Alicense-qualityDmaintenanceEnables AI agents to perform cryptocurrency trading operations on Binance exchange through 30 comprehensive tools supporting spot trading, futures contracts, options, account management, market data analysis, and risk control features. Provides enterprise-grade security with local encrypted API key storage and supports multiple account types with sandbox environment testing.Last updated9MIT
- Alicense-qualityDmaintenanceEnables AI agents to access real-time Binance cryptocurrency market data including prices, order books, candlestick charts, trading history, and 24-hour statistics through natural language queries.Last updated3Apache 2.0
- AlicenseDqualityDmaintenanceEnables AI agents to access real-time Binance cryptocurrency market data including prices, order books, candlestick charts, trading history, and 24-hour statistics through natural language queries.Last updated12Apache 2.0
- Alicense-qualityCmaintenanceProvides over 156 tools to interact with the Binance.com global exchange API for spot trading, wallet management, and staking operations. It enables users to execute orders, retrieve market data, and manage crypto assets through natural language interfaces like Claude and ChatGPT.Last updated7833MIT
Related MCP Connectors
Connect AI agents to bank accounts, transactions, balances, and investments.
AI agent access to Asian crypto markets. Korean exchange routing and x402 paid APIs.
Provide AI agents and automation tools with contextual access to blockchain data including balanceβ¦
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/AnalyticAce/binance-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server