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.
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
Clone the Repository:
git clone https://github.com/kukapay/crypto-indicators-mcp.git cd crypto-indicators-mcpInstall Dependencies:
npm installConfigure 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" } } } }






