NseKit-MCP
Verified Safeby Prasad1612
Overview
Provides real-time and historical data from the National Stock Exchange of India (NSE) via a FastMCP server, suitable for AI agents, trading bots, and research.
Installation
uvx nsekit-mcp@latestSecurity Notes
The server's code for exposing tools, rate limiting, and data conversion (Pandas to JSON) appears straightforward and does not contain obvious direct vulnerabilities like 'eval', arbitrary code execution, or hardcoded sensitive information. It utilizes `threading.Lock` for thread-safe rate limiting, which is good practice. The primary security posture relies heavily on the underlying `NseKit` and `Moneycontrol` libraries it wraps, which are external dependencies making network calls. Assuming these upstream libraries are secure, the `nsekit-mcp` wrapper itself presents low direct risk.
Similar Servers
Financial-Modeling-Prep-MCP-Server
Enables AI assistants to access and analyze comprehensive financial data, stock information, company fundamentals, and market insights from Financial Modeling Prep.
akshare-one-mcp
Provides comprehensive data interfaces for the China stock market, including historical data, real-time quotes, news, and financial statements, with support for technical indicators.
stock-mcp
Provides AI Agents with professional-grade stock market analysis capabilities by bridging large language models with real-time financial data.
alpha_vantage_mcp
Enables LLMs and agentic workflows to seamlessly interact with real-time and historical stock market data through the Model Context Protocol (MCP).