アングルワン MCP サーバー
財務データの処理と分析のために Angle One API と統合された MCP (Model Context Protocol) サーバー実装。
概要
このプロジェクトは、Angle Oneの取引APIを用いて金融データと分析機能を提供するMCPサーバーを実装します。モデルコンテキストプロトコル(MCP)仕様に準拠し、金融市場データへのアクセスと取引操作の実行のための標準化されたインターフェースを提供します。
インストール
リポジトリをクローンします。
git clone https://github.com/baba786/angleone-mcp-server.git cd angleone-mcp-server依存関係をインストールします:
pip install -r requirements.txt環境変数を設定する: Angle One API 資格情報を使用して
.env
ファイルを作成します。ANGLEONE_API_KEY=your_api_key ANGLEONE_CLIENT_ID=your_client_id ANGLEONE_PASSWORD=your_password ANGLEONE_TOKEN=your_token
使用法
サーバーを起動します。
python src/main.pyサーバーは
http://localhost:8000
で利用可能になります。
特徴
MCP準拠のAPIエンドポイント
Angle One取引プラットフォームとの統合
リアルタイム市場データアクセス
注文の配置と管理
ポートフォリオの追跡
貢献
貢献を歓迎します!お気軽にプルリクエストを送信してください。
ライセンス
MITライセンス
This server cannot be installed
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 サーバー実装。
Related Resources
Related MCP Servers
- AsecurityAlicenseAqualityA 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 -73MIT License
- AsecurityFlicenseAqualityAn MCP server implementation that enables interaction with the Unstructured API, providing tools to list, create, update, and manage sources, destinations, and workflows.Last updated -3935
- -securityAlicense-qualityAn MCP server that integrates with the AlphaVantage financial data API, providing access to stock market data, technical indicators, and fundamental financial information.Last updated -MIT License
- AsecurityFlicenseAqualityA TypeScript-based MCP server that fetches real-time stock market data and company financial information through the Alpha Vantage API.Last updated -45