Binance Cryptocurrency MCP
Related Servers
Alternatives to Binance Cryptocurrency MCP
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityDmaintenanceEnables 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.9 npmApache 2.0
- AlicenseDqualityDmaintenanceMCP service that provides real-time access to Binance cryptocurrency market data, allowing AI agents to fetch current prices, order books, candlestick charts, and trading statistics through natural language queries.1293 npm44Apache 2.0
- AlicenseNot gradedqualityCmaintenanceEnables AI assistants to interact directly with the Binance cryptocurrency exchange for trading, portfolio management, market analysis, and strategy automation via natural language.87 npmMIT
- AlicenseNot gradedqualityDmaintenanceEnables AI agents to fetch real-time trading signals and technical indicators for cryptocurrencies using Binance market data.0MIT
- AlicenseNot gradedqualityDmaintenanceProvides real-time cryptocurrency market data from Binance API, including price queries, 24h statistics, K-line data, market trend analysis, and order book depth information for trading analysis.15 npm1MIT
- AlicenseNot gradedqualityDmaintenanceEnables 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.9MIT
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.