MCP.so
Sign In

Angel One Mcp

@kousthubha-sky

About Angel One Mcp

No overview available yet

Basic information

Category

Data & Analytics

Runtime

python

Transports

stdio

Publisher

kousthubha-sky

Submitted by

Kousthubha Yadiyala

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "angel-one": {
      "command": "angel-one-mcp",
      "args": [
        "install",
        "angel-one-mcp"
      ],
      "env": {
        "ANGELONE_API_KEY": "<YOUR_API_KEY>",
        "ANGELONE_CLIENT_CODE": "<YOUR_CLIENT_CODE>",
        "ANGELONE_PASSWORD": "<YOUR_PIN>",
        "ANGELONE_TOTP_SECRET": "<YOUR_TOTP_SECRET>"
      }
    }
  }
}

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 for Angel One SmartAPI that enables AI assistants like Claude and Cursor to trade stocks, manage portfolios, access market data, and run analytics. It is designed for traders and developers who use Angel One brokerage accounts.

How to use Angel One Mcp?

Install via pip install angel-one-mcp, then configure your MCP client (e.g., Claude Desktop) with environment variables (ANGELONE_API_KEY, ANGELONE_CLIENT_CODE, ANGELONE_PASSWORD, ANGELONE_TOTP_SECRET). Alternatively, run directly with python -m angel_one_mcp.server or use Docker. Invoke tools by asking natural‑language queries like “Show my portfolio holdings”.

Key features of Angel One Mcp

  • 30+ tools covering session, orders, portfolio, market data, and analytics
  • Full order lifecycle: place, modify, cancel, and view order/trade books
  • Real‑time price lookup and historical candle data
  • Portfolio management: holdings, positions, and position conversion
  • GTT (Good‑Till‑Triggered) rule creation, modification, and cancellation
  • Built‑in option Greeks, gainers/losers, put/call ratio, and OI buildup

Use cases of Angel One Mcp

  • Query current prices and market data for any scrip
  • Place and manage stock orders hands‑free via an AI assistant
  • View your portfolio holdings, positions, and RMS limits
  • Retrieve historical candle data for technical analysis
  • Calculate option Greeks and estimate trading charges

FAQ from Angel One Mcp

What is Angel One SmartAPI and is it free?

Angel One SmartAPI is the official API from Angel One. The README states it is completely free with no monthly charges, including free access to trading, portfolio, market data, historical candles, and analytics.

What runtime dependencies does Angel One Mcp require?

You need Python 3.11+ and an active Angel One trading account. The server uses environment variables for authentication and supports stdio (default) or streamable_http transport.

How do I get the required API keys and credentials?

Go to the Angel One SmartAPI developer portal (smartapi.angelone.in), log in with your Angel One account, create an app to obtain your API Key, and note your Client Code, PIN, and TOTP secret from the QR code.

Where does my trading data live?

All data – holdings, positions, market data – is served directly from Angel One’s servers via their SmartAPI. The MCP server acts as a bridge; no data is stored locally beyond runtime state.

Are there any known rate limits or usage caps?

The README does not mention any rate limits or caps. The SmartAPI is described as free, but no specific limits are stated.

Comments

More Data & Analytics MCP servers