Angel One MCP Server
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Angel One MCP Servershow my portfolio holdings"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Angel One MCP (Model Context Protocol)
This repository contains the Model Context Protocol implementation for Angel One trading platform, allowing you to interact with Angel One's trading APIs to get history data and get portfolio data.
Prerequisites
Python 3.10
Angel One trading account
API credentials from Angel One
Related MCP server: Angel One MCP Server
Installation
Clone the repository:
git clone https://github.com/yourusername/angelone-mcp.git
cd angelone-mcp
git submodule update --init --recursiveCreate a virtual environment (recommended):
python -m venv venv
source venv/bin/activate # On Windows, use `venv\Scripts\activate`Install the required dependencies:
curl -LsSf https://astral.sh/uv/install.sh | shuv pip install -r requirements.txtConfiguration
Create a test_credentials.py file in the root directory with your Angel One credentials:
# test_credentials.py
API_KEY = "your_api_key"
CLIENT_CODE = "your_client_code"
PASSWORD = "your_password"
PIN = "your_pin"
TOKEN = "your_token" # OptionalUsage
You can start
api.pyas an mcp server to your mcp client
{
"mcp": {
"servers": {
"angleone": {
"command": "/Users/rohandoshi/.local/bin/uv",
"args": [
"--directory",
"/Users/rohandoshi/Development/angelone-mcp",
"run",
"api.py"
]
},
}
}
}Results
This server cannot be deployed
Maintenance
Related MCP Connectors
Agentic brokerage access to a US brokerage account: quotes, orders, positions, cash and documents.
Open-source MCP server for Zerodha Kite Connect. Portfolio, market data, backtesting, alerts.
Unified financial infrastructure connecting AI agents directly to trade live/demo brokerage accounts, Web3 non-custodial wallets, real-time market data across equities, ETFs, crypto, forex, options, DeFi swaps, and prediction markets, institutional research feeds, and algorithmic strategy backtesters.
Stocks, crypto, FX, and portfolio math in one tool — no per-source API juggling.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceEnables AI agents to interact with Angel One brokerage for live market data, portfolio management, and order placement using the SmartAPI.-
- AlicenseNot gradedqualityDmaintenanceProvides comprehensive trading and market data functionality for Indian equity markets through Angel One's SmartAPI, enabling portfolio management, order placement, and real-time data queries.7MIT
- FlicenseNot gradedqualityCmaintenanceEnables LLM agents to analyze portfolios and execute orders on the Indian stock market via Upstox API v2 using natural language.-
- FlicenseNot gradedqualityDmaintenanceEnables interaction with the Upstox trading API via natural language to fetch user profile, funds, holdings, positions, orders, and trades.-