Finance Tools MCP

MIT License
16
  • Apple

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サーバー

https://github.com/VoxLink-org/finance-tools-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をインストールします。

curl -LsSf https://astral.sh/uv/install.sh | sh

次に、 uvxを使用してfinance-tools-mcp MCP サーバーを実行できます。

uvx finance-tools-mcp

独自の FRED API キーを使用する場合は、それを環境変数として設定できます。

FRED_API_KEY=YOUR_API_KEY uvx finance-tools-mcp

Server-Sent Events (SSE) トランスポートを使用してサーバーを実行することもできます。

uvx finance-tools-mcp --transport sse

または、FRED API キーと SSE トランスポートを使用する場合:

FRED_API_KEY=YOUR_API_KEY uvx finance-tools-mcp --transport sse

MCPクライアントでの使用

finance-tools-mcp をMCP クライアント (たとえば、Claude Desktop) と統合するには、 claude_desktop_config.jsonに次の構成を追加します。

{ "mcpServers": { "investor": { "command": "path/to/uvx/command/uvx", "args": ["finance-tools-mcp"], } } }

デバッグ

MCP インスペクターを利用してサーバーをデバッグできます。

npx @modelcontextprotocol/inspector uvx finance-tools-mcp

または

npx @modelcontextprotocol/inspector uv --directory ./ run finance-tools-mcp

ログ監視については、次のディレクトリを確認してください。

  • macOS: ~/Library/Logs/Claude/mcp*.log
  • Windows: %APPDATA%\Claude\logs\mcp*.log

発達

ローカル開発およびテストの場合:

  1. デバッグのセクションで説明されているように、MCP インスペクタを使用します。
  2. 次の構成で Claude Desktop を使用してテストします。
{ "mcpServers": { "investor": { "command": "path/to/uv/command/uv", "args": ["--directory", "path/to/finance-tools-mcp", "run", "finance-tools-mcp"], } } }

ライセンス

このMCPサーバーはMITライセンスに基づいてライセンスされています。詳細はLICENSEファイルをご覧ください。

サンプル

藤堂

  • [ ] 株式のサポートレベルとレジスタンスレベルを追加する
  • [ ] 株式のフィボナッチリトレースメントレベルを追加する
  • [ ] 株式の移動平均合流レベルを追加する
  • [-] 予測のためのオプションモデルを追加

You must be authenticated.

A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

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.

株式、オプション、財務諸表、経済指標に関するリアルタイムの市場データ、ニュース、高度な分析を活用して、包括的な財務情報と分析を提供する MCP サーバー。

  1. 概要
    1. サンプルレポート
      1. 前提条件
        1. インストール
          1. MCPクライアントでの使用
            1. デバッグ
              1. 発達
                1. ライセンス
                  1. サンプル
                    1. 藤堂

                      Related MCP Servers

                      • -
                        security
                        F
                        license
                        -
                        quality
                        The 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 -
                        29
                        Python
                        • 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
                      • A
                        security
                        F
                        license
                        A
                        quality
                        An 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 -
                        7
                        2
                        JavaScript

                      View all related MCP servers

                      ID: o7bclp5ave