mcp-indicators
If you are the rightful owner of mcp-indicators and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The MCP Indicators Server is a Model Context Protocol server that provides programmatic access to a variety of technical analysis indicators using the indicatorts library.
The MCP Indicators Server is designed to facilitate the calculation of popular financial indicators through the Model Context Protocol (MCP). By leveraging the indicatorts library, this server offers a suite of tools for technical analysis, including SMA, EMA, RSI, MACD, Bollinger Bands, Stochastic Oscillator, ATR, and Ichimoku Cloud. It is particularly useful for developers and analysts who require automated and programmatic access to these indicators for financial data analysis. The server is built using Node.js and can be integrated with MCP-compatible clients or runners, such as VSCode extensions or command-line interfaces. This setup allows for seamless integration into existing workflows, enabling users to perform complex financial analyses with ease and efficiency.
Features
- Provides a wide range of technical analysis indicators.
- Built using Node.js for easy integration and deployment.
- Compatible with MCP clients for streamlined data processing.
- Utilizes the indicatorts library for accurate calculations.
- Supports programmatic access to financial indicators.
Tools
calculate_sma
Calculates the Simple Moving Average (SMA) for a given set of values and period.
calculate_ema
Calculates the Exponential Moving Average (EMA) for a given set of values and period.
calculate_rsi
Calculates the Relative Strength Index (RSI) for a given set of values and period.
calculate_macd
Calculates the Moving Average Convergence Divergence (MACD) components.
calculate_bbands
Calculates Bollinger Bands for a given set of values and period.
calculate_stoch
Calculates the Stochastic Oscillator for given high, low, and close values.
calculate_atr
Calculates the Average True Range (ATR) for given high, low, and close values.
ichimoku_cloud
Calculates the Ichimoku Cloud indicator.