nse-trading-toolkit
Installation
SKILL.md
NSE Trading Toolkit — Orchestrator
This is the master workflow that coordinates 8 specialized trading framework skills for Indian NSE/BSE equities.
Prerequisites
All skills work standalone with zero dependencies — they're prompt-based frameworks that Claude applies during analysis. Connecting data sources makes them more powerful:
| Data Source | Required? | What It Adds | Setup |
|---|---|---|---|
| Groww MCP | Optional | Live quotes, portfolio, technical indicators, candle data, order placement | Add to .mcp.json (see README) |
| yfinance | Optional | Historical OHLCV (>6 months), backtesting | pip install yfinance |
| TradingView MCP | Optional | Crypto screening, volume scanners | See tradingview-mcp |
Without any data source: You provide prices manually, Claude applies the frameworks.
With Groww MCP: Claude pulls live data automatically. Use search_stock_and_others_symbol first to resolve the trading symbol.
Groww MCP Tool Reference
Related skills