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.
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.