MCP Servers / other / Upstox MCP Server

Upstox MCP Server

JSON →
stdionone1other

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
How to run this server
[ { "cmd": "pip install -e", "imports": [] } ]
server path: upstox-mcp-server
Tools
What this server exposes
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
Configuration
Environment & auth
authnone
envYOUR_API_KEY
envYOUR_API_SECRET
envYOUR_ACCESS_TOKEN
envUPSTOX_ACCESS_TOKEN
envUPSTOX_API_KEY
envUPSTOX_API_SECRET
Resources
Upstox MCP Server — MCP Server · libregistry