NSE-MCP
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@NSE-MCPget quote for RELIANCE"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
NSE MCP
An MCP (Model Context Protocol) server that exposes live Indian stock market data from the National Stock Exchange (NSE) to LLM clients like Claude Desktop, Cursor, VS Code, and any other MCP-compatible host.
Modelled after OpenInsider-MCP but built entirely around NSE India's public data APIs.
What it provides
17 tools across five categories:
Category | Tools |
Bulk / Block / Insider deals |
|
Institutional flows |
|
Market data |
|
Corporate events |
|
Short data |
|
All tools return typed JSON. No scoring, no recommendations — pure data layer.
Related MCP server: Indian Stock Exchange API2 MCP Server
Requirements
Requirement | Version |
Node.js | ≥ 20 |
npm | ≥ 8 (bundled with Node 20) |
Git | Any recent version |
Why Node 20? The server uses the native
fetchAPI andAbortSignal.timeout(), both of which require Node 18+. Node 20 is the active LTS and is recommended.
Installation
1. Clone the repository
git clone https://github.com/manitgupta/nse-mcp.git
cd nse-mcp2. Install dependencies
npm install3. Build
npm run buildThis compiles the TypeScript source in src/ to dist/. The entry point is dist/index.js.
4. Verify it starts
node dist/index.jsThe server communicates over stdio (standard input/output) — it will appear to hang because it is waiting for MCP messages. That is correct. Press Ctrl+C to exit.
Configuration
The server works out of the box with no required configuration. One optional environment variable is available:
Variable | Default | Description |
| Chrome 120 UA string | Override the User-Agent sent to NSE and Yahoo Finance. Useful if NSE starts blocking the default UA. |
Setting the environment variable
macOS / Linux
export NSE_MCP_UA="Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 Chrome/121.0.0.0 Safari/537.36"Windows (PowerShell)
$env:NSE_MCP_UA = "Mozilla/5.0 ..."You can also set it inline in your MCP client config (see below).
How NSE session auth works
NSE India's API requires browser-like cookies. On the first request the server automatically:
Fetches
https://www.nseindia.comto obtain initial cookies.Fetches the live-equity-market page with those cookies to complete the session.
Caches the session for ~7 minutes, then refreshes transparently.
No manual login or API key is needed.
Adding to an MCP client
In all configs below, replace /absolute/path/to/nse-mcp with the actual path where you cloned the repo.
Claude Desktop
Edit ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):
{
"mcpServers": {
"nse-mcp": {
"command": "node",
"args": ["/absolute/path/to/nse-mcp/dist/index.js"]
}
}
}With an env override:
{
"mcpServers": {
"nse-mcp": {
"command": "node",
"args": ["/absolute/path/to/nse-mcp/dist/index.js"],
"env": {
"NSE_MCP_UA": "Mozilla/5.0 ..."
}
}
}
}Restart Claude Desktop after saving.
VS Code (GitHub Copilot / Continue)
Add to .vscode/mcp.json in your workspace, or to your user settings:
{
"servers": {
"nse-mcp": {
"type": "stdio",
"command": "node",
"args": ["/absolute/path/to/nse-mcp/dist/index.js"]
}
}
}Cursor
Edit ~/.cursor/mcp.json:
{
"mcpServers": {
"nse-mcp": {
"command": "node",
"args": ["/absolute/path/to/nse-mcp/dist/index.js"]
}
}
}Any stdio-based MCP host
command: node
args: ["/absolute/path/to/nse-mcp/dist/index.js"]Tool reference
get_bulk_deals
Today's NSE bulk deals — single-client trades of ≥ 0.5% of a company's listed shares in one session.
Parameter | Type | Description |
| string | NSE symbol (e.g. |
|
| Direction filter. Default: |
get_block_deals
Today's NSE block deals — negotiated trades of minimum ₹10 crore executed in the Block Deal Window.
Parameter | Type | Description |
| string | NSE symbol. Omit for all. |
|
| Direction filter. Default: |
get_insider_trading
SEBI PIT (Prohibition of Insider Trading) disclosures — promoter and insider buy/sell transactions.
Parameter | Type | Description |
| string | NSE symbol. Omit for all companies. |
| string |
|
| string |
|
get_latest_bulk_deals
Today's bulk deals sorted by trade value.
Parameter | Type | Description |
|
| Direction filter. Default: |
get_top_bulk_buys
Largest bulk-deal purchases today, ranked by total value (quantity × price).
Parameter | Type | Description |
| number | Results to return. Default: |
| string | Restrict to one symbol. |
get_top_bulk_sells
Largest bulk-deal sales today, ranked by total value.
Parameter | Type | Description |
| number | Results to return. Default: |
| string | Restrict to one symbol. |
get_fii_dii_activity
Daily FII and DII net buy/sell figures in the Indian cash market.
Parameter | Type | Description |
| number | Number of recent trading days. Default: |
get_nse_announcements
Corporate announcements filed with NSE — board meetings, results, mergers, regulatory updates, etc. (equivalent to SEC 8-K filings).
Parameter | Type | Description |
| string | NSE symbol. Omit for all. |
| number | Announcements from the last N days. Omit for no date filter. |
| number | Maximum results. Default: |
get_market_status
Current open/closed status of NSE segments (Capital Market, F&O, Currency Derivatives, Commodity) plus live index levels.
No parameters.
get_nifty_indices
Live data for all NSE indices — price, change, 52-week range, advances/declines count.
Parameter | Type | Description |
| string | Partial, case-insensitive filter. E.g. |
get_top_gainers
Top gaining stocks by % change in the current session.
Parameter | Type | Description |
| string | NSE index to scan. Default: |
| number | Results to return. Default: |
get_top_losers
Top losing stocks by % change in the current session.
Parameter | Type | Description |
| string | NSE index to scan. Default: |
| number | Results to return. Default: |
get_most_active
Most actively traded stocks by total traded value (₹) in the current session.
Parameter | Type | Description |
| string | NSE index to scan. Default: |
| number | Results to return. Default: |
search_by_symbol
Aggregated view for one stock — returns today's bulk deals, block deals, recent insider trades, and recent announcements in a single call.
Parameter | Type | Description |
| string | NSE symbol. Required. |
| number | Look-back window for insider trades and announcements. Default: |
get_quote
Live stock quote via Yahoo Finance. Returns price, 52-week range, volume, market cap, P/E ratios, dividend yield, and next earnings date. Prices are in INR.
Parameter | Type | Description |
| string | NSE symbol (e.g. |
get_short_selling
Short-selling data as reported by brokers to NSE under SEBI's short-selling framework.
Parameter | Type | Description |
| string | NSE symbol. Omit for all. |
| number | Return top N stocks by short-sold quantity. |
get_corporate_actions
Upcoming and recent corporate actions — dividends, stock splits, bonus issues, rights issues, buy-backs.
Parameter | Type | Description |
| string | NSE symbol. Omit for all companies. |
| string |
|
| string |
|
Example prompts
Once configured, you can ask your LLM client things like:
"What are today's biggest bulk deals on NSE?"
"Show me insider trades for RELIANCE in the last 30 days."
"What is the live quote for TCS?"
"Which Nifty 50 stocks are up more than 2% today?"
"What's the FII/DII flow for the last 5 trading days?"
"Give me all corporate actions for INFY this quarter."
"Show everything you know about HDFC — deals, announcements, insider activity."
Development
# Watch mode — recompiles on every save
npm run dev
# One-shot build
npm run build
# Start the compiled server
npm startProject structure
src/
├── index.ts # MCP server entry point — tool list + dispatch
├── types.ts # Shared TypeScript interfaces
├── cache.ts # In-memory TTL cache
├── http.ts # Rate-paced HTTP fetcher with retry
├── nse/
│ ├── session.ts # NSE cookie session management
│ └── fetch.ts # NSE API client (wraps http.ts + session)
├── yahoo/
│ ├── fetch.ts # Yahoo Finance HTTP config
│ ├── parseQuote.ts # Quote JSON parser
│ └── quoteSummary.ts
└── tools/ # One file per tool
├── bulkDeals.ts
├── blockDeals.ts
├── insiderTrading.ts
├── latestBulkDeals.ts
├── topBulkBuys.ts
├── topBulkSells.ts
├── fiiDiiActivity.ts
├── announcements.ts
├── marketStatus.ts
├── indices.ts
├── topGainers.ts
├── topLosers.ts
├── mostActive.ts
├── searchBySymbol.ts
├── quote.ts
├── shortSelling.ts
└── corporateActions.tsData sources
Data | Source |
Bulk deals, block deals, insider trading, FII/DII, indices, market status, announcements, corporate actions, short selling | NSE India public API ( |
Live stock quotes | Yahoo Finance ( |
All data is fetched in real time. NSE endpoints are cached for 5 minutes; live quotes and market status for 60 seconds.
License
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceProvides real-time and historical Indian stock market data from NSE and BSE exchanges with 66 tools covering quotes, options chains, corporate actions, IPOs, and market analytics for LLM-powered financial analysis.Last updated11811MIT
- FlicenseCqualityDmaintenanceEnables access to comprehensive Indian stock market data from the NSE and BSE, including historical statistics, corporate actions, and IPO information. It also provides tools for mutual fund searches, analyst recommendations, and tracking market-active or trending stocks.Last updated16
- AlicenseAqualityCmaintenanceIndia-first financial data engine for MCP clients. Live NSE/BSE quotes, Nifty/Sensex indices, mutual fund NAV, earnings calendar, FII/DII activity, and daily market brief. 39 tools, no API key needed, free.Last updated9510MIT
- Alicense-qualityCmaintenanceConnects AI assistants to real-time Indian stock market data with 34 tools for search, screening, analysis, portfolio tracking, and market insights across all NSE and BSE stocks.Last updated10154MIT
Related MCP Connectors
Real SEC, 13F, insider, congress & macro data your AI agent can cite. Hosted MCP, 24 tools.
US/HK markets — 151 tools: quotes, options, orders, fundamentals, screener, IPO, alerts & DCA
Real-time news with bias scoring, live market data, and AI-powered options pricing
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/icharshal/NSE-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server