MCP server exposing 50+ crypto technical-analysis indicators and strategy signal generators via Model Context Protocol.
https://github.com/kukapay/crypto-indicators-mcpStop reimplementing RSI calculations for the hundredth time. This MCP server gives Claude, ChatGPT, or any MCP-compatible AI instant access to 50+ professional-grade crypto technical indicators and trading strategies through simple natural language requests.
Building crypto trading tools means dealing with the same technical analysis headaches repeatedly:
Instant TA Calculations: Ask Claude "Calculate RSI for BTC/USDT on 4h timeframe" and get back clean numerical arrays ready for analysis. No API documentation diving, no parameter tuning.
Professional-Grade Indicators: Access the same indicators used by quantitative trading firms - from basic SMA/EMA to advanced tools like Vortex, Chande Forecast Oscillator, and Projection Bands.
Ready-to-Use Trading Signals: Get actual buy/sell/hold recommendations (-1/0/1) from proven strategies instead of just raw indicator values. Perfect for backtesting or live trading systems.
Natural Language Interface: Skip JSON APIs entirely. Your prompts become the interface: "Show me MACD strategy signals for ETH/USDT with fast=12, slow=26, signal=9."
Rapid Strategy Prototyping: Test a new trading idea by asking Claude to calculate multiple indicators across different timeframes and assets simultaneously. What used to take hours of coding now takes minutes of conversation.
Market Analysis Automation: Build research workflows where your AI scans hundreds of crypto pairs for specific technical setups. "Find all pairs where RSI < 30 and MACD is bullish divergent."
Educational Trading Tools: Create learning platforms where users can ask natural language questions about market conditions and get back concrete technical analysis rather than generic explanations.
Quantitative Research: Let your AI assistant become your quant researcher, calculating correlation matrices between indicators, identifying optimal parameters, and generating statistical reports on strategy performance.
Connect to Claude Desktop in under 5 minutes:
{
"mcpServers": {
"crypto-indicators-mcp": {
"command": "node",
"args": ["path/to/crypto-indicators-mcp/index.js"],
"env": {
"EXCHANGE_NAME": "binance"
}
}
}
}
Works with any ccxt-supported exchange (200+ options), so you're not locked into Binance. Switch to KuCoin, Bybit, or OKX by changing one environment variable.
Built on battle-tested libraries (indicatorts, trading-indicator) rather than home-grown implementations. You get the reliability of established quant libraries with the convenience of natural language access.
Comprehensive Coverage:
Each indicator comes with a corresponding strategy that outputs actionable signals, not just pretty charts.
git clone https://github.com/kukapay/crypto-indicators-mcp.git
cd crypto-indicators-mcp
npm install
Add to your MCP config, restart Claude, and start asking questions like:
Your AI assistant just became a quantitative analyst. The 43 GitHub stars and 18 forks suggest other developers are already building with this - time to see what you can create.