Back to Home
Prasad1612 icon

NseKit-MCP

Verified Safe

by 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

Run Command
uvx nsekit-mcp@latest

Security 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

Stats

Interest Score0
Security Score9
Cost ClassMedium
Avg Tokens1000
Stars0
Forks0
Last Update2026-01-14

Tags

NSEFinancial DataReal-timeHistorical DataTrading Bots