
Crypto Indicators MCP
by kukapay
Provide AI agents with 50+ technical analysis indicators and trading strategies for cryptocurrency markets via Binance and CCXT.
What it does
Connects AI agents to real-time cryptocurrency market data, enabling the calculation of complex technical indicators and the execution of quantitative trading strategies. It bridges the gap between raw price data and actionable trading signals.
Tools
calculate_macd: Tracks momentum and trend direction via EMA differences.calculate_rsi: Identifies overbought or oversold conditions via momentum.calculate_bollinger_bands: Encloses price action with volatility-based bands.calculate_vwap: Averages prices weighted by volume for institutional-grade trend analysis.calculate_macd_strategy: Generates buy/sell/hold signals based on MACD crossovers.calculate_rsi2_strategy: Provides signals based on RSI thresholds.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"crypto-indicators-mcp": {
"command": "node",
"args": ["/path/to/crypto-indicators-mcp/index.js"],
"env": {
"EXCHANGE_NAME": "binance"
}
}
}
}
Supported hosts
- Claude Desktop
Quick install
npm install -g crypto-indicators-mcpInformation
- Pricing
- free
- Published
- 5/28/2026
- stars






