Upstox MCP Server

Upstox operates a hosted, OAuth-protected Model Context Protocol server at https://mcp.upstox.com/mcp that gives AI assistants — Claude Desktop and the Claude web app, Claude Code, ChatGPT in Developer mode, Cursor, and VS Code with GitHub Copilot — read-only access to a connected Upstox account: holdings, orders, positions, mutual funds, funds and profile. Authorization uses OAuth 2.0 with dynamic client registration and PKCE, advertised through RFC 8414 and RFC 9728 metadata documents on the MCP host, and account connections expire daily. The same server can be run locally from the open-source mcp-server-upstox-api Cloudflare Worker for development.

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/upstox-mcp-server"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.

API entry from apis.yml

apis.yml Raw ↑
aid: upstox:upstox-mcp-server
name: Upstox MCP Server
description: 'Upstox operates a hosted, OAuth-protected Model Context Protocol server at https://mcp.upstox.com/mcp
  that gives AI assistants — Claude Desktop and the Claude web app, Claude Code, ChatGPT in Developer
  mode, Cursor, and VS Code with GitHub Copilot — read-only access to a connected Upstox account: holdings,
  orders, positions, mutual funds, funds and profile. Authorization uses OAuth 2.0 with dynamic client
  registration and PKCE, advertised through RFC 8414 and RFC 9728 metadata documents on the MCP host,
  and account connections expire daily. The same server can be run locally from the open-source mcp-server-upstox-api
  Cloudflare Worker for development.'
humanURL: https://upstox.com/developer/api-documentation/mcp-integration
baseURL: https://mcp.upstox.com/mcp
tags:
- MCP
- AI Agents
- Portfolio
- Read Only
properties:
- type: MCPServer
  url: mcp/upstox-mcp.yml
- type: ToolCrosswalk
  url: mcp/upstox-tool-crosswalk.yml
- type: Documentation
  url: https://upstox.com/developer/api-documentation/mcp-integration
- type: GettingStarted
  url: https://upstox.com/developer/api-documentation/agent-quickstart
- type: SourceCode
  url: https://github.com/upstox/mcp-server-upstox-api