yahoo-finance-mcp

This is a Model Context Protocol (MCP) server that provides comprehensive financial data from Yahoo Finance. It allows you to retrieve detailed information about stocks, including historical prices, company information, financial statements, options data, and market news.

GitHubスター

121

ユーザー評価

未評価

お気に入り

0

閲覧数

16

フォーク

70

イシュー

2

インストール方法
難易度
中級
推定所要時間
10-20

インストール方法

インストール方法

前提条件

必要なソフトウェアとバージョンを明記してください。
Python: 3.7以上
pip: 最新版

インストール手順

1. リポジトリのクローン

bash
git clone https://github.com/Alex2Yang97/yahoo-finance-mcp.git
cd yahoo-finance-mcp

2. 依存関係のインストール

bash
pip install -r requirements.txt

3. サーバーの起動

bash
python server.py

トラブルシューティング

よくある問題

問題: サーバーが起動しない 解決策: Pythonのバージョンを確認し、依存関係を再インストールしてください。 問題: APIが正しく動作しない 解決策: APIキーや設定ファイルを確認してください。

追加リソース