ku

kukapay/crypto-indicators-mcp

๐Ÿ โ˜๏ธ An MCP server providing a range of cryptocurrency technical analysis indicators and strategie.

#cryptocurrency#technical analysis#trading strategies
Publisherkukapay/crypto-indicators-mcp
Submitted date4/19/2025

Crypto Indicators MCP Server - Overview

Title

Crypto Indicators MCP Server
An MCP server providing a range of cryptocurrency technical analysis indicators and strategies, empowering AI trading agents to efficiently analyze market trends and develop robust quantitative strategies.

How to Use

Installation

  1. Prerequisites:

    • Node.js (v18.x or higher)
    • npm (v8.x or higher)
  2. Steps:

    git clone https://github.com/kukapay/crypto-indicators-mcp.git cd crypto-indicators-mcp npm install
  3. Configure MCP Client:
    Add the server configuration to your MCP client (e.g., Claude Desktop):

    { "mcpServers": { "crypto-indicators-mcp": { "command": "node", "args": ["path/to/crypto-indicators-mcp/index.js"], "env": { "EXCHANGE_NAME": "binance" } } } }

Key Features

  • 50+ Technical Indicators: Covers trend, momentum, volatility, and volume categories.
  • Trading Strategies: Outputs signals (-1 = SELL, 0 = HOLD, 1 = BUY).
  • Flexible Data Source: Defaults to Binance, supports any ccxt-compatible exchange.
  • Modular Design: Organized for easy maintenance and scalability.

Use Cases

  • AI Trading Agents: Enhances algorithmic trading with real-time technical analysis.
  • Quantitative Research: Backtests and optimizes strategies using diverse indicators.
  • Market Trend Analysis: Identifies trends, reversals, and volatility patterns.
  • Automated Trading Systems: Generates buy/sell signals for execution bots.

Categories of Tools

  • Trend Indicators: APO, Aroon, MACD, SMA, EMA, PSAR, Vortex, etc.
  • Momentum Indicators: RSI, Stochastic, Williams %R, Awesome Oscillator, etc.
  • Volatility Indicators: Bollinger Bands, ATR, Keltner Channel, Ulcer Index, etc.
  • Volume Indicators: OBV, CMF, VWAP, Accumulation/Distribution, etc.
  • Strategies: APO, MACD, Vortex, KDJ, and momentum-based signal generators.

License: MIT
Status: Active

Visit More

View All