Crypto Indicators

v1.0.0Finance & Fintechstable

🐍 ☁️ - An MCP server providing a range of cryptocurrency technical analysis indicators and strategie.

crypto-indicatorsmcpai-integration
Share:
123
Stars
0
Downloads
0
Weekly
0/5

What is Crypto Indicators?

Crypto Indicators is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to 🐍 ☁️ - an mcp server providing a range of cryptocurrency technical analysis indicators and strategie.

🐍 ☁️ - An MCP server providing a range of cryptocurrency technical analysis indicators and strategie.

This server falls under the Finance & Fintech category on MCPgee, the world's largest MCP server directory with 33,000+ servers.

Features

  • 🐍 ☁️ - An MCP server providing a range of cryptocurrency tec

Use Cases

Cryptocurrency technical analysis
Trading strategy indicators
Market analysis tools
kukapay

Maintainer

LicenseMIT License
Languagejavascript
Versionv1.0.0
UpdatedMay 18, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

NPM

npx -y crypto-indicators

Manual Installation

npx -y crypto-indicators

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

How to Set Up and Use Crypto Indicators

The Crypto Indicators MCP server delivers over 50 cryptocurrency technical analysis indicators and corresponding trading-signal strategies directly to AI assistants. It connects to any CCXT-compatible exchange (defaulting to Binance) to fetch live OHLCV price data and computes trend, momentum, volatility, and volume indicators — including MACD, RSI, Bollinger Bands, Ichimoku Cloud, VWAP, and more. Each indicator has a companion strategy tool that returns a structured BUY, SELL, or HOLD signal, making it practical for building AI-assisted trading research and market analysis workflows.

Prerequisites

  • Node.js 18+ and npm installed
  • Git to clone the repository
  • An MCP-compatible AI client (Claude Desktop, Claude Code, Cursor, etc.)
  • Internet access to reach the cryptocurrency exchange API (default: Binance — no API key required for public market data)
1

Clone the repository

Download the crypto-indicators-mcp source code to your local machine.

git clone https://github.com/kukapay/crypto-indicators-mcp.git
cd crypto-indicators-mcp
2

Install dependencies

Install the Node.js dependencies including the CCXT exchange library and technical analysis packages.

npm install
3

Configure the exchange (optional)

By default the server connects to Binance for market data. Set the EXCHANGE_NAME environment variable to use any other CCXT-supported exchange such as Coinbase, Kraken, or OKX.

export EXCHANGE_NAME=binance
4

Add the server to your MCP client configuration

Register the server in your claude_desktop_config.json pointing to the index.js entry point. Set EXCHANGE_NAME in the env block to override the default exchange.

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

Restart your MCP client and verify the tools load

Restart Claude Desktop or your MCP client. You should see 50+ indicator tools available, covering trend, momentum, volatility, and volume categories.

Crypto Indicators Examples

Client configuration

Example claude_desktop_config.json for the crypto-indicators-mcp server using Binance as the data source.

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

Prompts to try

Example prompts for technical analysis and trading signal generation across the 50+ available indicators.

- "Calculate the MACD for BTC/USDT on the 1-hour timeframe"
- "What is the RSI strategy signal for ETH/USDT on the 4-hour chart?"
- "Show Bollinger Bands for SOL/USDT with a 20-period window"
- "Get the VWAP for BNB/USDT on the daily timeframe"
- "What does the Ichimoku Cloud signal for BTC/USDT right now?"

Troubleshooting Crypto Indicators

Server fails with 'Exchange not found' or CCXT errors on startup

Verify that the value of EXCHANGE_NAME is a valid CCXT exchange ID (e.g., 'binance', 'coinbasepro', 'kraken'). Run 'node -e "const ccxt = require(\"ccxt\"); console.log(ccxt.exchanges)"' to list valid IDs.

No data returned for a trading pair

Check that the pair symbol format matches the exchange convention (e.g., 'BTC/USDT' not 'BTCUSDT'). Some exchanges use different base/quote separators. Verify the pair is actively traded on your chosen exchange.

Strategy tool returns HOLD when a clear signal is expected

HOLD (0) means the indicator is in a neutral zone. Try a different timeframe — shorter timeframes (1h, 4h) react faster than daily. Combining multiple indicators gives a more reliable signal than any single one.

Frequently Asked Questions about Crypto Indicators

What is Crypto Indicators?

Crypto Indicators is a Model Context Protocol (MCP) server that 🐍 ☁️ - an mcp server providing a range of cryptocurrency technical analysis indicators and strategie. It connects AI assistants to external tools and data sources through a standardized interface.

How do I install Crypto Indicators?

Install via npm with the command: npx -y crypto-indicators. Then add the server configuration to your AI client's JSON config file (e.g., claude_desktop_config.json or .cursor/mcp.json).

Which AI clients work with Crypto Indicators?

Crypto Indicators works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.

Is Crypto Indicators free to use?

Yes, Crypto Indicators is open source and available under the MIT License license. You can use it freely in both personal and commercial projects.

Browse More Finance & Fintech MCP Servers

Explore all finance & fintech servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.

Quick Config Preview

{ "mcpServers": { "crypto-indicators": { "command": "npx", "args": ["-y", "crypto-indicators"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use Crypto Indicators?

Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

33,000+ ServersFree & Open SourceStep-by-Step Guides