binance-mcp-enhanced
Provides advanced technical analysis capabilities for cryptocurrency trading on Binance, including moving averages, momentum indicators, volatility measures, volume analysis, market trend detection, support/resistance levels, and multi-symbol comparison.
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-enhancedAnalyze BTCUSDT on 4h timeframe with support/resistance levels"
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 Enhanced - Technical Analysis Edition
Enhanced fork of binance-mcp by @snjyor
Original work licensed under Apache 2.0 License
A powerful cryptocurrency analysis MCP server that adds advanced technical analysis capabilities to the original Binance MCP implementation.
What's New
Technical Indicators
Moving Averages: SMA, EMA with customizable periods
Momentum: RSI, MACD for trend strength analysis
Volatility: Bollinger Bands, ATR for risk assessment
Volume: VWAP for institutional trading levels
Market Analysis
Trend Detection: Automatic bullish/bearish/neutral classification
Support & Resistance: Dynamic level identification
Price Statistics: Returns, volatility, Sharpe ratio calculations
Market Conditions: Overbought/oversold detection
Multi-Symbol Tools
Performance Comparison: Compare up to 5 symbols
Correlation Analysis: Find related trading pairs
Volatility Ranking: Identify high/low volatility assets
Security Enhancements
Updated all dependencies to latest secure versions
Non-root Docker container execution
Comprehensive input validation
Sanitized error messages
Related MCP server: Binance MCP Server
Installation
Docker (Recommended)
# Build the enhanced image
docker build -t binance-mcp-enhanced .
# Run the container
docker run -i --rm binance-mcp-enhancedLocal Installation
# Install dependencies
npm install
# Build
npm run build
# Run
npm startConfiguration
Claude Desktop
Add to your claude_desktop_config.json:
{
"binance-enhanced": {
"command": "docker",
"args": ["run", "-i", "--rm", "binance-mcp-enhanced"]
}
}Testnet Mode
For paper trading and testing:
{
"binance-testnet": {
"command": "docker",
"args": [
"run", "-i", "--rm",
"-e", "BINANCE_TESTNET=true",
"binance-mcp-enhanced"
]
}
}Enhanced Tools Usage
Calculate Technical Indicators
Calculate indicators for BTCUSDT on 1h timeframe:
- Indicators: ["sma", "ema", "rsi", "macd"]
- Period: 20Response includes current values and signals (overbought/oversold, bullish/bearish).
Analyze Market
Analyze BTCUSDT market on 4h timeframe with support/resistance levelsProvides comprehensive market analysis including trend, statistics, and key levels.
Compare Symbols
Compare performance of ["BTCUSDT", "ETHUSDT", "BNBUSDT"] on daily timeframeReturns comparative metrics and rankings.
Original Features
All original features from @snjyor's binance-mcp remain available:
Real-time price data
Order book information
Historical trades
K-line/candlestick data
24hr statistics
Exchange information
Symbol price ticker
And more...
Attribution & License
Original Work: binance-mcp by @snjyor
License: Apache 2.0 License (maintained)
Enhancements: Technical analysis capabilities and security improvements
This enhanced version maintains full compatibility with the original API while adding powerful analysis tools for cryptocurrency trading.
See LICENSE and NOTICE files for complete attribution details.
Contributing
This is a personal enhancement fork. For the original project, please contribute to @snjyor's repository.
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.
Latest Blog Posts
- 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/CarlosIrineuCosta/binance-mcp-enhanced'
If you have feedback or need assistance with the MCP directory API, please join our Discord server