Binance Cryptocurrency MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HTTP_PROXY | No | HTTP/HTTPS proxy URL for accessing Binance API (e.g., http://127.0.0.1:8080) | |
| SOCKS_PROXY | No | SOCKS5 proxy URL for accessing Binance API (e.g., socks5://127.0.0.1:1080) |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 12 tools
The tools have clear naming that distinguishes different types of market data (e.g., ticker vs. trades vs. order book), but there is some overlap in purpose. For example, 'get_24hr_ticker', 'get_rolling_window_ticker', and 'get_trading_day_ticker' all provide ticker data with different timeframes, which could cause confusion without descriptions to clarify the differences. Similarly, 'get_recent_trades' and 'get_historical_trades' are closely related, and 'get_klines' and 'get_ui_klines' might overlap in functionality.
All tool names follow a consistent 'get_*' verb_noun pattern with snake_case, making them predictable and easy to parse. The naming is uniform across all 12 tools, with no deviations in style or convention, which enhances readability and reduces cognitive load for agents.
With 12 tools focused on cryptocurrency market data retrieval, the count is reasonable for the server's purpose. It covers various aspects like prices, trades, order books, and tickers, but it might be slightly heavy if some tools are redundant (e.g., multiple ticker variants). Overall, it aligns well with the scope of providing comprehensive Binance API access.
The tool set is severely incomplete for a cryptocurrency trading server, as it only includes data retrieval tools (all 'get_*') and lacks any trading or account management operations. There are no tools for creating orders, managing portfolios, or executing trades, which are essential for a full Binance integration. This creates significant gaps that will limit agent functionality to read-only tasks.