Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Angel One Server

FreeNot checked

Enables interaction with Angel One trading APIs to retrieve historical market data and portfolio information.

GitHubEmbed

About

Enables interaction with Angel One trading APIs to retrieve historical market data and portfolio information.

README

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

Installation

  1. Clone the repository:
git clone https://github.com/yourusername/angelone-mcp.git
cd angelone-mcp
git submodule update --init --recursive
  1. Create a virtual environment (recommended):
python -m venv venv
source venv/bin/activate  # On Windows, use `venv\Scripts\activate`
  1. Install the required dependencies:
curl -LsSf https://astral.sh/uv/install.sh | sh
uv pip install -r requirements.txt

Configuration

  1. 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"  # Optional

Usage

  1. You can start api.py as 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

Screenshot 2025-04-29 at 11 35 09 PM Screenshot 2025-04-29 at 11 37 03 PM

from github.com/RohanDoshi21/angleone-mcp-server

Installing Angel One Server

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/RohanDoshi21/angleone-mcp-server

FAQ

Is Angel One Server MCP free?

Yes, Angel One Server MCP is free — one-click install via Unyly at no cost.

Does Angel One Server need an API key?

No, Angel One Server runs without API keys or environment variables.

Is Angel One Server hosted or self-hosted?

A hosted option is available: Unyly runs the server in the cloud, no local setup required.

How do I install Angel One Server in Claude Desktop, Claude Code or Cursor?

Open Angel One Server on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Angel One Server with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs