crypto-indicators-mcpServer

kukapay
GitHub
CryptocurrencyFinanceTechnical Analysis

Loading subscription status...

💡 Description

An MCP server that provides a variety of cryptocurrency indicators and trading strategies for AI trading agents to efficiently analyze market trends and develop solid quantitative strategies.

📝 JSON Entries

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

🛠️ Tools

Node.jsnpm

Features

  • cryptocurrency indicators
  • trading strategies
  • market trend analysis

💬 Example Queries

  • Calculate the MACD for BTC/USDT on a 1-hour timeframe with fast period 12, slow period 26, signal period 9, and fetch 100 data points.
  • Give me the RSI strategy signals for ETH/USDT on a 4-hour timeframe with a period of 14 and 50 data points.