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.