MCP.so
ログイン

Angle One MCP Server

@MCP-Mirror

Angle One MCP Server について

Mirror of

基本情報

カテゴリ

その他

トランスポート

stdio

公開者

MCP-Mirror

設定

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

{
  "mcpServers": {
    "baba786_angleone-mcp-server": {
      "command": "python",
      "args": [
        "src/main.py"
      ]
    }
  }
}

ツール

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

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

概要

What is Angle One MCP Server?

An MCP (Model Context Protocol) server implementation integrated with Angle One APIs for financial data processing and analysis. It provides a standardized interface for accessing financial market data and executing trading operations, targeting developers building financial applications.

How to use Angle One MCP Server?

Clone the repository, install dependencies with pip install -r requirements.txt, and set up a .env file with your Angle One API credentials (API key, client ID, password, token). Start the server by running python src/main.py – it will be available at http://localhost:8000.

Key features of Angle One MCP Server

  • MCP-compliant API endpoints
  • Integration with Angle One trading platform
  • Real-time market data access
  • Order placement and management
  • Portfolio tracking

Use cases of Angle One MCP Server

  • Analyzing financial market data via MCP-compliant tools
  • Executing automated trading operations through Angle One
  • Tracking portfolio positions and performance in real time
  • Building custom financial dashboards that consume market data

FAQ from Angle One MCP Server

What is the Angle One MCP Server?

It is an MCP server implementation that uses Angle One’s APIs to provide financial data processing, analysis, and trading capabilities through a standardized protocol.

What are the required environment variables?

You need to set ANGLEONE_API_KEY, ANGLEONE_CLIENT_ID, ANGLEONE_PASSWORD, and ANGLEONE_TOKEN in a .env file.

How do I start the Angle One MCP Server?

After installation, run python src/main.py from the project directory. The server starts on http://localhost:8000.

What can I do with the Angle One MCP Server?

You can access real-time market data, place and manage orders, and track your portfolio – all through MCP-compliant API endpoints.

コメント

「その他」の他のコンテンツ