FastMCP server for NSE India market data using NseKit
Project description
NseKit-MCP — NSE India Real-time & Historical Data Server
NseKit-MCP is a high-performance FastMCP (Model Context Protocol) server that exposes 100+ tools for accessing live and historical data from the National Stock Exchange of India (NSE) using the powerful NseKit Python library.
Perfect for AI agents (Claude, Grok, GPT, Gemini CLI etc.), trading bots, backtesters, and research platforms.
Features
- 100+ ready-to-use tools
- Live & historical equity, F&O, indices, IPOs, corporate actions
- Full option chains with OI, Volume, IV, PCR, Max Pain
- EOD bhavcopy, delivery data, FII/DII, bulk/block deals
- Built-in NSE-safe rate limiting (~3 req/sec)
- Clean JSON output (Pandas → list of dicts)
- Works with Claude Desktop, Cursor, Cline, Windsurf, etc. via FastMCP
Installation
Use this MCP server via uv (Python package installer)
pip install uv
Add the following configuration to your MCP server configuration file:
{
"mcpServers": {
"NseKit-MCP": {
"command": "uvx",
"args": ["nsekit-mcp@latest"]
}
}
}
Popular Tools
| Tool | Description |
|---|---|
market_live_status() |
Market open/close, Nifty, Gift Nifty, Mcap |
equity_live_stock_info("RELIANCE") |
Live price + 5-level depth + delivery |
fno_live_option_chain("NIFTY","27-Jan-2026") |
Nifty/BankNifty option chain data |
equity_eod_bhavcopy_delivery("02-12-2025") |
Full day closing + delivery % |
fii_dii_activity() |
Latest FII/DII net buying/selling |
ipo_current_list() |
All live Mainboard + SME IPOs with subscription |
equity_52week_high_live() |
Stocks hitting 52-week high today |
All tools return clean JSON arrays.
Tool Categories
NSE_Live • Pre_Market • Index_Live • Equity_Live
FnO_Live • Corporate_Events • IPO • Historical
Equity_EOD • FnO_EOD • Regulatory (SEBI)
Safety & Compliance
- Thread-safe rate limiting (0.35s delay between NSE calls)
- Respects NSE's fair usage policy
- For research, personal trading, and AI agent use only
Credits
- Data powered by NseKit
- Server powered by FastMCP
- Made with ❤️ for the Indian Quant & Algo community
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file nsekit_mcp-0.0.20.tar.gz.
File metadata
- Download URL: nsekit_mcp-0.0.20.tar.gz
- Upload date:
- Size: 18.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
847dc7b798589296c0c5403fc4d61edcdfeae5d2e9e7a58fbf73b9709925aba2
|
|
| MD5 |
c528c2ce95f4b9e6e71e73942f227a48
|
|
| BLAKE2b-256 |
96fdbbf5643e89c9a8983e87cac0d0d90e603b59c13c7f02bbb4d8e32e20d4d1
|
File details
Details for the file nsekit_mcp-0.0.20-py3-none-any.whl.
File metadata
- Download URL: nsekit_mcp-0.0.20-py3-none-any.whl
- Upload date:
- Size: 19.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a85f18071230956539e75d474cb48511ac1f574abe1bcc4d8c235625805abb4e
|
|
| MD5 |
7ca2fdbad6a759bc2d9132549c4eccfd
|
|
| BLAKE2b-256 |
4367efd4926454051480147d98cba79edb33f38e9fda2522e392434063713197
|