Skip to main content
Glama

Angle One MCP Server

by baba786

アングルワン MCP サーバー

財務データの処理と分析のために Angle One API と統合された MCP (Model Context Protocol) サーバー実装。

概要

このプロジェクトは、Angle Oneの取引APIを用いて金融データと分析機能を提供するMCPサーバーを実装します。モデルコンテキストプロトコル(MCP)仕様に準拠し、金融市場データへのアクセスと取引操作の実行のための標準化されたインターフェースを提供します。

インストール

  1. リポジトリをクローンします。
    git clone https://github.com/baba786/angleone-mcp-server.git cd angleone-mcp-server
  2. 依存関係をインストールします:
    pip install -r requirements.txt
  3. 環境変数を設定する: Angle One API 資格情報を使用して.envファイルを作成します。
    ANGLEONE_API_KEY=your_api_key ANGLEONE_CLIENT_ID=your_client_id ANGLEONE_PASSWORD=your_password ANGLEONE_TOKEN=your_token

使用法

  1. サーバーを起動します。
    python src/main.py
  2. サーバーはhttp://localhost:8000で利用可能になります。

特徴

  • MCP準拠のAPIエンドポイント
  • Angle One取引プラットフォームとの統合
  • リアルタイム市場データアクセス
  • 注文の配置と管理
  • ポートフォリオの追跡

貢献

貢献を歓迎します!お気軽にプルリクエストを送信してください。

ライセンス

MITライセンス

-
security - not tested
F
license - not found
-
quality - not tested

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

Angle One API と統合して金融市場データ、取引操作、ポートフォリオ管理への標準化されたアクセスを提供する MCP サーバー実装。

  1. 概要
    1. インストール
      1. 使用法
        1. 特徴
          1. 貢献
            1. ライセンス

              Related MCP Servers

              • A
                security
                A
                license
                A
                quality
                A Model Context Protocol (MCP) server that provides real-time access to financial market data through the free Alpha Vantage API. This server implements a standardized interface for retrieving stock quotes and company information.
                Last updated -
                5
                30
                Python
                MIT License
                • Apple
              • A
                security
                F
                license
                A
                quality
                An MCP server implementation that enables interaction with the Unstructured API, providing tools to list, create, update, and manage sources, destinations, and workflows.
                Last updated -
                39
                28
                • Apple
              • -
                security
                A
                license
                -
                quality
                An MCP server that integrates with the AlphaVantage financial data API, providing access to stock market data, technical indicators, and fundamental financial information.
                Last updated -
                Python
                MIT License
                • Linux
                • Apple
              • -
                security
                F
                license
                -
                quality
                A TypeScript-based MCP server that fetches real-time stock market data and company financial information through the Alpha Vantage API.
                Last updated -
                JavaScript
                • Apple

              View all related MCP servers

              MCP directory API

              We provide all the information about MCP servers via our MCP API.

              curl -X GET 'https://glama.ai/api/mcp/v1/servers/baba786/angleone-mcp-server'

              If you have feedback or need assistance with the MCP directory API, please join our Discord server