Integrations
Fetches and analyzes Fear & Greed Index data from CNN, providing current values, historical trends, and market sentiment analysis for investment decision-making.
Leverages data from GitHub repositories to provide financial analysis tools, with the finance-tools-mcp being derived from the investor-agent GitHub project.
Integrates with PyPI packages including yfinance for market data retrieval, ta-lib-python for technical indicators, and fredapi for macroeconomic indicators.
finance-tools-mcp: 財務分析MCPサーバー
概要
investor-agentを改良したfinance-tools-mcp は、大規模言語モデルに包括的な金融洞察と分析を提供するモデルコンテキストプロトコル(MCP)サーバーです。リアルタイムの市場データ、ニュース、高度な分析機能を活用し、ユーザーが以下の情報を入手できるよう支援します。
- 企業概要、ニュース、主要指標、業績、日付、アナリストの推奨事項、アップグレード/ダウングレードなどの詳細なティッカーレポート。
- 高い未決済建玉を強調するオプションデータ。
- 株式の過去の価格動向。
- 百万米ドル単位のフォーマットで表された重要な財務諸表(収益、貸借対照表、キャッシュフロー)。
- 最新の機関投資家の所有権と投資信託の保有状況。
- CNN の恐怖と貪欲指数の現在および過去のデータと傾向分析。
- 中核的な投資原則とポートフォリオ構築戦略に関連するプロンプト。
- 収益履歴とインサイダー取引活動。
- CNBCからの世界ニュース速報。
- FREDシリーズの検索結果。
- ta-lib-python を使用したテクニカル インジケーター。
サーバーは市場データ取得のためにyfinanceと統合し、CNN から Fear & Greed データを取得します。
また、 ta-lib-pythonを使用して数式やテクニカル指標を計算するツールも含まれています。
そしてfredapiを使ったマクロ経済指標。
そしてcnbc.comからの世界ニュース速報。
分析に最新のニュースを取り入れたい場合は、Web 検索機能も有効にしてください。
サンプルレポート
前提条件
- Python: 3.10以上
- パッケージマネージャー: uv
インストール
まず、まだインストールしていない場合はuvをインストールします。
次に、 uvx
を使用してfinance-tools-mcp MCP サーバーを実行できます。
独自の FRED API キーを使用する場合は、それを環境変数として設定できます。
Server-Sent Events (SSE) トランスポートを使用してサーバーを実行することもできます。
または、FRED API キーと SSE トランスポートを使用する場合:
MCPクライアントでの使用
finance-tools-mcp をMCP クライアント (たとえば、Claude Desktop) と統合するには、 claude_desktop_config.json
に次の構成を追加します。
デバッグ
MCP インスペクターを利用してサーバーをデバッグできます。
または
ログ監視については、次のディレクトリを確認してください。
- macOS:
~/Library/Logs/Claude/mcp*.log
- Windows:
%APPDATA%\Claude\logs\mcp*.log
発達
ローカル開発およびテストの場合:
- デバッグのセクションで説明されているように、MCP インスペクタを使用します。
- 次の構成で Claude Desktop を使用してテストします。
ライセンス
このMCPサーバーはMITライセンスに基づいてライセンスされています。詳細はLICENSEファイルをご覧ください。
サンプル
藤堂
- [ ] 株式のサポートレベルとレジスタンスレベルを追加する
- [ ] 株式のフィボナッチリトレースメントレベルを追加する
- [ ] 株式の移動平均合流レベルを追加する
- [-] 予測のためのオプションモデルを追加
You must be authenticated.
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.
Tools
株式、オプション、財務諸表、経済指標に関するリアルタイムの市場データ、ニュース、高度な分析を活用して、包括的な財務情報と分析を提供する MCP サーバー。
Related Resources
Related MCP Servers
- -securityFlicense-qualityThe MCP Trader Server conducts comprehensive technical analysis on stocks, offering insights into trends, momentum indicators, volatility metrics, and volume analysis to support stock trading decisions.Last updated -29Python
- -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 -PythonMIT License
- -securityFlicense-qualityA TypeScript-based MCP server that fetches real-time stock market data and company financial information through the Alpha Vantage API.Last updated -JavaScript
- AsecurityFlicenseAqualityAn MCP server that provides real-time financial data integration with Alpha Vantage's API, enabling access to stock market data, cryptocurrency prices, forex rates, and technical indicators.Last updated -72JavaScript