Skip to main content
Glama
kumarakshay2456

tradingview-mcp-india

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 NSE and BSE as stock exchanges mapped to TradingView's india market (src/tradingview_mcp/core/utils/validators.py).

  • Bundled symbol lists coinlist/nse.txt and coinlist/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.py

Run the MCP server

tradingview-mcp            # stdio transport (default)
tradingview-mcp streamable-http --host 127.0.0.1 --port 8000
Install Server
A
license - permissive license
B
quality
C
maintenance

Resources

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