MCP.so
ログイン

Angel One Mcp

@kousthubha-sky

Angel One Mcp について

概要はまだありません

基本情報

カテゴリ

データと分析

ランタイム

python

トランスポート

stdio

公開者

kousthubha-sky

投稿者

Kousthubha Yadiyala

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "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>"
      }
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

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.

コメント

「データと分析」の他のコンテンツ