Upstox Market Data MCP Server

Upstox Market Data MCP Server

Gives ChatGPT or Claude live access to Upstox option chain, OI data, market quotes, and option contracts via read-only Analytics Token.

Category
Visit Server

README

Upstox Market Data MCP Server

A small MCP server that gives ChatGPT (or Claude) live access to Upstox option chain / OI data, market quotes, and option contracts — read-only, using your Upstox Analytics Token.

Tools exposed

  • get_option_chain — raw option chain (OI, volume, LTP, IV per strike)
  • get_option_chain_analysis — computed PCR, max-pain strike, support/resistance from OI, strikes near spot
  • get_option_contracts — list contracts/expiries for an underlying
  • get_market_quote — live LTP/OHLC/volume for one or more instrument keys

1. Get your credentials

  1. In Upstox → Apps → My Apps → Analytics tab → Generate Token. Copy it. (This is your UPSTOX_ANALYTICS_TOKEN — valid 1 year, read-only, no daily re-login.)
  2. Invent a password for MCP_SHARED_SECRET — anything long and random. This is NOT your Upstox token; it's a separate secret that protects this server from strangers on the internet, since it will be running on a public URL.

2. Deploy (Render, free tier)

  1. Push this folder to a GitHub repo (or use Render's "Deploy from folder" if available).
  2. On render.comNew → Web Service → connect your repo.
  3. Runtime: Node. Build command: npm install. Start command: npm start.
  4. Under Environment, add:
    • UPSTOX_ANALYTICS_TOKEN = (your token from step 1)
    • MCP_SHARED_SECRET = (your invented password from step 1)
  5. Deploy. Render will give you a URL like https://your-app-name.onrender.com.
  6. Your MCP endpoint is: https://your-app-name.onrender.com/mcp

3. Connect it in ChatGPT

  1. Settings → Apps (or Plugins) → MCPs → Add server.
  2. Type: Streamable HTTP.
  3. URL: https://your-app-name.onrender.com/mcp
  4. Under headers (or "Bearer token"), set: Authorization: Bearer <your MCP_SHARED_SECRET> (some ChatGPT UIs have a dedicated "Bearer token" field — put the secret there instead)
  5. Save. It should scan and list the 4 tools above.

Notes

  • This uses your Analytics Token, which is read-only — it cannot place, modify, or cancel orders.
  • Free Render tiers spin down when idle; the first call after inactivity may take ~30-60s to wake up.
  • PCR, max-pain, and OI buildup are positioning heuristics, not statistical probabilities — treat them as one input alongside your existing indicators (EMA/VWAP/SuperTrend/RSI etc.), not a standalone signal.

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured