Skip to content
Back to search
100
MCP live v1.0.0 streamable-http

Indian NSE Stock Insights

io.github.alokbarnwal/nse-public-mcp

Analyze any Nifty 500 stock with AI — price action, demand zones, technicals & screener.

Uptime
8.7%
23 probes
Response
774ms
last probe
Tools
12
callable

Tools · 12

get_stock_quote

Latest price snapshot for an NSE stock — last close, prev close, change %, day H/L, volume.

get_ohlc_data

Recent OHLCV candles. timeframe in {daily, 15min, 5min}; limit capped at 500; newest first.

get_technical_indicators

Latest technical indicators (EMAs, SMAs, RSI, MACD, BB, ADX, Stoch, ATR, OBV, VWAP).

get_support_resistance

Pivot points + historical support/resistance levels, ordered by price desc.

get_demand_supply_zones

Demand/supply zones (DBR/RBR/RBD/DBD) split into demand_zones and supply_zones.

get_candlestick_patterns

Recent single-bar candlestick patterns (HAMMER, DOJI, ENGULFING, ...) newest first.

get_chart_patterns

Multi-bar chart patterns (DOUBLE_TOP, HEAD_AND_SHOULDERS, ...). 'ACTIVE' = PENDING/CONFIRMED.

get_fibonacci_levels

Latest fibonacci retracement swings (UP/DOWN) with 236/382/500/618/786 levels.

get_volume_analysis

Volume diagnostic: top 5min hotspots + peak slot + OBV 20-day trend + today/20-day volume ratio.

get_market_overview

Market-wide snapshot: indices, top_gainers, top_losers, most_active, breadth.

compare_stocks

Side-by-side comparison of 2-5 symbols: quote, RSI/MACD/ADX, trend, 30d return, latest pattern.

screen_stocks

Filter the active universe. Keys: rsi_min, rsi_max, adx_min, trend, near_demand_zone, pattern, min_volume_ratio, sector. At least one required.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "indian_nse_stock_insights": {
      "url": "https://stockmcp.alokbarnwal.com/mcp",
      "transport": "streamable-http"
    }
  }
}