Nifty Technical Indicators
Provides an MCP server to calculate popular technical indicators and historical OHLCV data for stocks listed on the National Stock Exchange of India (NSE).
关于
This tool serves as a Model Context Protocol (MCP) server, offering a streamlined way to access financial technical analysis. It fetches one year of daily OHLCV (Open, High, Low, Close, Volume) data for any NSE ticker directly from Yahoo Finance. Leveraging the robust TA-Lib library, it accurately calculates a comprehensive suite of indicators including SMA50, MACD, RSI14, ATR, and Bollinger Bands, alongside 20-day average volume. The server exposes a single, intuitive `get_technical_indicators` MCP tool, returning all calculated values and the previous day's OHLCV in a clean JSON format, making it ideal for integration with LLMs, automation platforms, or custom financial applications.
主要功能
- Fetches 1 year of daily OHLCV data for any NSE ticker from Yahoo Finance.
- Calculates 7 key technical indicators: SMA50, MACD, RSI14, ATR, Bollinger Bands, and 20-day Average Volume.
- Returns previous day's Open, High, Low, Close, and Volume.
- Exposes a single `get_technical_indicators` MCP tool for easy integration.
- Outputs all indicator values and OHLCV data as a clean JSON object.
- 0 GitHub stars
使用案例
- Integrating real-time technical analysis for NSE stocks into LLM-powered financial assistants.
- Automating the generation of technical reports for Indian equities.
- Building custom dashboards or trading algorithms requiring standardized technical indicator data.