The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the India Stock MCP listing page.
MCP server for Indian stock market data — NSE/BSE quotes, historical prices, fundamentals, mutual fund NAV, indices, corporate actions, F&O option chains, IPOs, and portfolio analysis.
Works with any MCP client: Claude Desktop, Claude Code, Cursor, etc. No API keys, no auth, all free data sources.
| Tool | What it does |
|---|---|
get_quote | Live price, volume, 52-week range for NSE/BSE stocks and indices |
get_historical | OHLCV history — daily / weekly / monthly |
search_symbol | Find stock symbols by company name |
get_fundamentals | P/E, EPS, ROE, margins, debt, growth rates |
compare_stocks | 2–5 stocks side by side |
get_index | Any NSE index (P/E, P/B, advances/declines) + SENSEX |
get_market_status | Is the market open? Session info per segment |
get_gainers_losers | Top NIFTY 50 movers ranked by % change |
get_corporate_actions | Dividends, splits, bonuses — per stock or market-wide |
get_options_chain | F&O chain around ATM: LTP, OI, OI change, IV, volume |
get_ipo_list | Current / upcoming / recently listed IPOs |
search_funds | Search 15,000+ Indian mutual fund schemes |
get_fund_nav | NAV history for a scheme |
get_fund_details | Fund house, category, current NAV |
compare_funds | 2–4 funds: NAV + % return over any period |
portfolio_summary | Holdings → current value, P&L, allocation breakdown |
No clone, no build:
Claude Code
Claude Desktop — add to claude_desktop_config.json (macOS: ~/Library/Application Support/Claude/, Windows: %APPDATA%\Claude\):
Restart Claude Desktop fully, then look for the tools icon in a new chat.
Real output from npx tsx scripts/test-mcp.ts (live data, market hours, June 2026 — trimmed):
| Source | Used for | Notes |
|---|---|---|
Yahoo Finance (yahoo-finance2) | Quotes, history, fundamentals, search | Primary source, may be delayed a few minutes |
NSE India (nse-bse-api) | Market status, indices, corporate actions, IPOs, option chains | Some NSE endpoints (quote, autocomplete) are no longer publicly accessible — the server falls back to Yahoo automatically |
| mfapi.in | Mutual fund NAV and search | Free, occasionally flaky — requests retry once |
| mfdata.in | Fund ratings / expense ratio | Often unreachable; falls back to mfapi.in |
get_gainers_losers ranks a built-in NIFTY 50 constituent list (verified June 2026). NSE reconstitutes the index ~2×/year — update NIFTY50_SYMBOLS in src/index.ts when that happens.Data comes from free public sources and may be delayed, incomplete, or wrong. This is not financial advice and not a substitute for a licensed broker or advisor. Do your own research before trading or investing.