Angel One MCP (Model Context Protocol)
@ankushCodeX
About Angel One MCP (Model Context Protocol)
Local MCP server connecting to Angle One SDK
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcpserver-AngleOne": {
"command": "python",
"args": [
"-m",
"venv",
"venv"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Angel One MCP?
Angel One MCP is a Model Context Protocol server that enables interaction with Angel One’s trading APIs to retrieve historical data and portfolio data. It is designed for developers who use MCP-compatible clients (e.g., Anthropic Desktop, Cline) and have an Angel One trading account.
How to use Angel One MCP?
Clone the repository and install dependencies via uv pip install -r requirements.txt. Hardcode your Angel One API credentials (API key, client code, password, token) in api.py, then start the server by configuring your MCP client (e.g., Anthropic Desktop or Cline) to run api.py using uv.
Key features of Angel One MCP
- Fetch historical trading data from Angel One.
- Retrieve current portfolio information.
- Integrates with MCP-compatible AI clients.
- Configured via a single
api.pyfile. - Uses the
uvpackage manager for dependency management.
Use cases of Angel One MCP
- Query past stock price history for analysis.
- Check real-time portfolio holdings and positions.
- Automate trading data retrieval within AI-powered workflows.
FAQ from Angel One MCP
What are the prerequisites for Angel One MCP?
You need Python 3.10, an active Angel One trading account, and API credentials (API key, client code, password, and TOTP token).
How do I configure the credentials in Angel One MCP?
Edit api.py and hardcode your API_KEY, CLIENT_CODE, PASSWORD, and TOKEN (obtained from the Angel One TOTP enablement page).
How do I install Angel One MCP dependencies?
Clone the repository, create a virtual environment, install uv using the provided one-liner for your OS, then run uv pip install -r requirements.txt.
How do I start Angel One MCP as a server?
Update your MCP client’s settings (e.g., cloud_desktop_config.json or cline_mcp_settings.json) to run C:/Users/<user>/.local/bin/uv --directory <project-path> run api.py.
—
—
—
—
Frequently asked questions
What are the prerequisites for Angel One MCP?
You need Python 3.10, an active Angel One trading account, and API credentials (API key, client code, password, and TOTP token).
How do I configure the credentials in Angel One MCP?
Edit `api.py` and hardcode your API_KEY, CLIENT_CODE, PASSWORD, and TOKEN (obtained from the Angel One TOTP enablement page).
How do I install Angel One MCP dependencies?
Clone the repository, create a virtual environment, install `uv` using the provided one-liner for your OS, then run `uv pip install -r requirements.txt`.
How do I start Angel One MCP as a server?
Update your MCP client’s settings (e.g., `cloud_desktop_config.json` or `cline_mcp_settings.json`) to run `C:/Users/<user>/.local/bin/uv --directory <project-path> run api.py`. — — — —
Basic information
More Other MCP servers

Lemon.io
lemon-ioRequest dedicated senior developers to work on your project, write job descriptions, and prep technical interviews — all without leaving your Claude chat. Just describe what you need, and Lemon.io MCP does the rest. 1–3
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Comments