loaditout.ai
SkillsPacksTrendingLeaderboardAPI DocsBlogSubmitRequestsCompareAgentsXPrivacyDisclaimer
{}loaditout.ai
Skills & MCPPacksBlog

crypto-indicators-mcp

MCP Tool

kukapay/crypto-indicators-mcp

An MCP server providing a range of cryptocurrency technical analysis indicators and strategies.

Install

$ npx loaditout add kukapay/crypto-indicators-mcp

Platform-specific configuration:

.claude/settings.json
{
  "mcpServers": {
    "crypto-indicators-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "crypto-indicators-mcp"
      ]
    }
  }
}

Add the config above to .claude/settings.json under the mcpServers key.

About

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.

For more crypto-related MCP servers, see the Kukapay MCP servers.

[](https://opensource.org/licenses/MIT) [](https://nodejs.org/)

Features
  • Technical Indicators: 50+ indicators across trend, momentum, volatility, and volume categories.
  • Trading Strategies: Corresponding strategies outputting signals: -1 (SELL), 0 (HOLD), 1 (BUY).
  • Flexible Data Source: Defaults to Binance, configurable to any ccxt-supported exchange.
  • Modular Design: Indicators and strategies are categorized for easy maintenance.
Installation
Prerequisites
  • Node.js (v18.x or higher)
  • npm (v8.x or higher)
Steps
  1. Clone the Repository:
   git clone https://github.com/kukapay/crypto-indicators-mcp.git
   cd crypto-indicators-mcp
  1. Install Dependencies:
   npm install
  1. Configure MCP Client:

To use this server with an MCP client like Claude Desktop, add the following to your config file (or equivalent):

    {
      "mcpServers": {
        "crypto-indicators-mcp": {
          "command": "node",
          "args": ["path/to/crypto-indicators-mcp/index.js"],
          "env": {
            "EXCHANGE_NAME": "binance"
          }
        }
      }
    }   
Available Tools
Trend Indicators
  • calculate_absolute_price_oscillator: Measures the difference between two EMAs to identify trend strength (APO).
  • calculate_aroon: Identifies trend changes and strength using high/low price

Reviews

Loading reviews...

Quality Signals

Quality Score4000
117
Stars
0
Installs
Last updated132 days ago
Security: AREADME

Safety

Risk Levelmedium
Data Access
read
Network Accessnone

Details

Sourcegithub-crawl
Last commit12/6/2025
View on GitHub→

Embed Badge

[![Loaditout](https://loaditout.ai/api/badge/kukapay/crypto-indicators-mcp)](https://loaditout.ai/skills/kukapay/crypto-indicators-mcp)