Upstox MCP Server
JSON →A Model Context Protocol (MCP) server that integrates with the Upstox Trading API, enabling AI agents like Claude to securely access Indian stock market data, perform technical analysis, and view account information in read-only mode.
Install
pip install -e Tools · 10
- market_get_live_quote Get live quotes for instruments
- market_search_instruments Search for instruments
- market_get_historical_data Get historical data with custom ranges
- market_get_intraday_candles Get intraday candle data
- analysis_calculate_fibonacci_levels Calculate Fibonacci retracement levels
- analysis_analyze_candlestick_patterns Analyze candlestick patterns
- analysis_get_technical_analysis Get comprehensive technical analysis (super tool)
- account_get_user_margin Get user margin details
- account_get_order_book Get order book
- account_get_trade_history Get trade history
Environment variables
YOUR_API_KEYYOUR_API_SECRETYOUR_ACCESS_TOKENUPSTOX_ACCESS_TOKENUPSTOX_API_KEYUPSTOX_API_SECRET
Links
★ 1 GitHub stars