kukapay/crypto-indicators-mcp
Free提供一系列加密货币技术分析指标和策略的 MCP 服务器。
About kukapay/crypto-indicators-mcp
Crypto Indicators MCP Server is an open-source Model Context Protocol (MCP) server that provides over 50 cryptocurrency technical analysis indicators across trend, momentum, volatility, and volume categories. It includes corresponding trading strategies that output actionable signals (-1 for SELL, 0 for HOLD, 1 for BUY). The server defaults to Binance for price data but can be configured to work with any exchange supported by the ccxt library. Its modular design organizes indicators and strategies by category, making it easy to extend and maintain. Designed to integrate seamlessly with MCP clients like Claude Desktop, this server empowers AI trading agents to analyze market trends and develop quantitative strategies.
Key Features
Pros & Cons
- Wide coverage with 50+ indicators in multiple categories
- Seamless integration with MCP-compatible AI clients
- Supports both Binance and many other exchanges via ccxt
- Open source and free to use with a permissive license
- Modular codebase simplifies customization and extension
- Requires Node.js v18+ and npm installation
- Dependent on ccxt exchange support; not all exchanges may be reliable
- Limited to cryptocurrency markets; not for stocks or forex
- Initial configuration may be non-trivial for users unfamiliar with MCP