Real-time Indian stock market mcp with 5000+ NSE/BSE stocks, Nifty 50, Sensex, Bank Nifty indices, MCX commodities (Gold, Silver, Crude Oil), Futures & Options chains, historical OHLCV candles, top gainers/losers, and financial news. No API key needed for basic access
Server Config
{
"mcpServers": {
"india-stock-market": {
"command": "npx",
"args": [
"mcp-remote",
"https://mcp.rapidapi.com",
"--header",
"x-rapidapi-host: india-stock-market-moneycontrol-live-api.p.rapidapi.com",
"--header",
"x-rapidapi-key: YOUR_RAPIDAPI_KEY_HERE"
]
}
}
}