MCP server for claude code which uses upstoxc api and its analytics toke for market quotes, hsitorical data and option chain analysis
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"
]
}
}
}
Run in terminal:
claude mcp add upstox-analytics-mcp npx -y Aayush-Arora/upstox-analytics-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"upstox-analytics-mcp": {
"command": "npx",
"args": [
"-y",
"Aayush-Arora/upstox-analytics-mcp-server"
]
}
}
}