tradingview-mcp-india
Provides tools for stock market screener, technical analysis, and backtesting via TradingView, with support for Indian markets (NSE/BSE).
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@tradingview-mcp-indiawhat are the top gainers on NSE today?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
tradingview-mcp-india
A fork of tradingview-mcp-server
by Atila Ahmettaner (MIT), with Indian stock-market (NSE / BSE) support added.
What this fork adds
Registered
NSEandBSEas stock exchanges mapped to TradingView'sindiamarket (src/tradingview_mcp/core/utils/validators.py).Bundled symbol lists
coinlist/nse.txtandcoinlist/bse.txt(top ~1,000 most-liquid tickers each), so symbol-iterating tools work too.
Everything else is unchanged from upstream v0.7.1.
Related MCP server: NSE-BSE MCP Server
Install (editable)
python3 -m venv venv && source venv/bin/activate
pip install -e .Editable means your local edits to src/ are live immediately — no reinstall, and
a pip install --upgrade of the original PyPI package can never overwrite this fork.
Usage for Indian markets
Screener / technical-analysis tools — pass exchange="NSE" (or "BSE"), use 1D/1W timeframes:
top_gainers(exchange="NSE", timeframe="1D")
coin_analysis(symbol="RELIANCE", exchange="NSE", timeframe="1D")
multi_agent_analysis(symbol="INFY", exchange="NSE", timeframe="1D")Yahoo / backtest tools — use the .NS (NSE) or .BO (BSE) suffix:
backtest_strategy("TCS.NS", "rsi", "1y")
compare_strategies("INFY.NS")The egx_* tools are Egypt-specific and do not apply to India.
Refreshing the symbol lists
python scripts/refresh_india_symbols.pyRun the MCP server
tradingview-mcp # stdio transport (default)
tradingview-mcp streamable-http --host 127.0.0.1 --port 8000Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/kumarakshay2456/tradingview-mcp-india'
If you have feedback or need assistance with the MCP directory API, please join our Discord server