A Model Context Protocol (MCP) server for the Upstox Trading API that allows AI agents to access Indian stock market data, perform technical analysis, and view account information in a strictly read-only mode.
Server Config
{
"mcpServers": {
"Upstox-mcp": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp-server-upstox.onrender.com/mcp"
],
"env": {
"UPSTOX_API_KEY": "",
"UPSTOX_API_SECRET": "",
"UPSTOX_ACCESS_TOKEN": ""
}
}
}
}