The **Official-style Upstox MCP Server** provides a high-performance **Model Context Protocol (MCP)** integration for the **Upstox Trading API**. It
Upstox MCP server is a locally run integration for AI assistants that speak the Model Context Protocol. The Official-style Upstox MCP Server provides a high-performance Model Context Protocol (MCP) integration for the Upstox Trading API. It enables AI agents like Claude Desktop, Cursor IDE, and custom LLM applications to.
Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client. The configuration blocks on this page cover the common clients.
Once Upstox is connected, these are the calls the assistant has available:
Visit — https://api.upstox.com/Category — Tool NameMarket — market_get_live_quoteAnalysis — analysis_calculate_rsiAccount — account_get_summaryPrerequisites — The Prerequisites tool exposed by this serverget_live_quote — The get_live_quote tool exposed by this serverget_intraday_candles — The get_intraday_candles tool exposed by this serverget_technical_analysis — The get_technical_analysis tool exposed by this serverDocumentation — The Documentation tool exposed by this serverCommunity — The Community tool exposed by this serverYou will need 6 environment variables: UPSTOX_ACCESS_TOKEN, YOUR_API_KEY, YOUR_API_SECRET, YOUR_ACCESS_TOKEN, UPSTOX_API_KEY, UPSTOX_API_SECRET. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.
This sits in the knowledge and memory group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Upstox's toolset — Visit, Category, Market and 8 more — is a fair guide to whether it matches your workflow. It is maintained by ravikant1918; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against Upstox's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| Visit | https://api.upstox.com/ |
| Category | Tool Name |
| Market | market_get_live_quote |
| Analysis | analysis_calculate_rsi |
| Account | account_get_summary |
| Prerequisites | The Prerequisites tool exposed by this server. |
| get_live_quote | The get_live_quote tool exposed by this server. |
| get_intraday_candles | The get_intraday_candles tool exposed by this server. |
| get_technical_analysis | The get_technical_analysis tool exposed by this server. |
| Documentation | The Documentation tool exposed by this server. |
| Community | The Community tool exposed by this server. |
{
"mcpServers": {
"Upstox-Remote": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp-server-upstox.onrender.com/mcp",
"--header", "X-Upstox-API-Key:YOUR_API_KEY",
"--header", "X-Upstox-API-Secret:YOUR_API_SECRET",
"--header", "X-Upstox-Access-Token:YOUR_ACCESS_TOKEN"
]
}
}
}Configuration as documented by the project. Restart the client after saving.
| Variable | Description | Required |
|---|---|---|
| UPSTOX_ACCESS_TOKEN | Credential the server authenticates with. | Yes |
| YOUR_API_KEY | Credential the server authenticates with. | Yes |
| YOUR_API_SECRET | Credential the server authenticates with. | Yes |
| YOUR_ACCESS_TOKEN | Credential the server authenticates with. | Yes |
| UPSTOX_API_KEY | Credential the server authenticates with. | Yes |
| UPSTOX_API_SECRET | Credential the server authenticates with. | Yes |
A knowledge graph your assistant keeps between sessions — entities, relations and observations that persist.
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Your workspace, on speaking terms with AI — search, read and write Notion pages and databases.
A structured scratchpad for hard problems — stepwise reasoning with revisions, branches and visible logic.
Symbol-level code navigation, refactoring and memory for coding agents — the IDE brain your assistant has been missing.
Chat with your second brain — search, read and write vault notes through the Local REST API.