Nifty Technical Indicators
@sasikiranaratla
关于 Nifty Technical Indicators
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"nifty_technical_indicators_mcp": {
"command": "python",
"args": [
"-m",
"venv",
"venv"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Nifty Technical Indicators?
It is an MCP server that calculates popular technical indicators for stocks listed on the National Stock Exchange of India (NSE) using TA-Lib. It fetches daily OHLCV data from Yahoo Finance and returns a clean JSON with indicators like SMA50, MACD, RSI14, ATR, Bollinger Bands, and 20-day average volume, along with the previous day's OHLCV.
How to use Nifty Technical Indicators?
Clone the repository, create a virtual environment, install dependencies (TA-Lib, yfinance, mcp), then run python main.py to start the MCP server with stdio transport. The server exposes a single tool get_technical_indicators that accepts an NSE ticker as input.
Key features of Nifty Technical Indicators
- Fetches 1 year of daily OHLCV data via Yahoo Finance
- Calculates SMA50, MACD, RSI14, ATR, and Bollinger Bands
- Includes 20-day average volume and previous day's OHLCV
- Uses TA-Lib for reliable and fast calculations
- Single MCP tool:
get_technical_indicators - Output is a clean JSON object
Use cases of Nifty Technical Indicators
- Automated analysis of NSE stocks for trading signals
- Integrating technical indicators into LLM-based financial assistants
- Backtesting strategies by feeding indicator values to decision models
- Providing daily snapshots of key technical levels
FAQ from Nifty Technical Indicators
What technical indicators does the server calculate?
It calculates SMA50, MACD (line, signal, histogram),
其他 分类下的更多 MCP 服务器
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Core Philosophy: Connect, Unify, Respond
mindsdbDelegate anything. It comes back done.
评论