upstox-analytics-mcp-server

Aayush-Arora/upstox-analytics-mcp-server
★ 0 stars TypeScript 📊 Data/Analytics Updated today
MCP server for claude code which uses upstoxc api and its analytics toke for market quotes, hsitorical data and option chain analysis
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "upstox-analytics-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "Aayush-Arora/upstox-analytics-mcp-server"
      ]
    }
  }
}