MCP server for Indian stock market data. Provides 16 tools for quotes, history, fundamentals, mutual funds, indices, corporate actions, options, IPOs, and portfolio analysis.
| Tool name | Description | Destructive? |
|---|---|---|
| get_quote | โ no | |
| get_historical | โ no | |
| search_symbol | โ no | |
| search_funds | โ no | |
| get_fund_nav | โ no |
| get_fundamentals | โ no | |
| compare_stocks | โ no | |
| get_index | โ no | |
| get_market_status | โ no | |
| get_gainers_losers | โ no | |
| get_corporate_actions | โ no | |
| get_options_chain | โ no | |
| get_ipo_list | โ no | |
| get_fund_details | โ no | |
| compare_funds | โ no | |
| portfolio_summary | โ no |
{
"mcpServers": {
"india-stock": {
"command": "npx",
"args": [
"-y",
"india-stock-mcp"
]
}
}
}