Yahoo Finance MCP サーバー
yfinanceを使用したYahoo Finance用のシンプルなMCPサーバー。このサーバーは、株価データ、ニュース、その他の金融情報を取得するためのツールセットを提供します。
ツール
ティッカー情報を取得する
企業情報、財務、取引指標、ガバナンス データなどの株式データを取得します。
入力:
symbol
(文字列): 株式シンボル。
ティッカーニュースを取得する
特定の株価シンボルに関連する最近のニュース記事を、タイトル、内容、ソースの詳細とともに取得します。
入力:
symbol
(文字列): 株式シンボル。
検索
株価やニュース記事を含む Yahoo Finance からの検索結果を取得して整理します。
入力:
query
(文字列): 検索クエリ (ティッカーシンボルまたは会社名)。search_type
(文字列): 取得する検索結果のタイプ (オプション: "all"、"quotes"、"news")。
取得トップ
セクター内のトップエンティティ (ETF、投資信託、企業、成長企業、または業績の良い企業) を取得します。
入力:
sector
(文字列): 取得するセクター。top_type
(文字列): 取得する上位企業のタイプ (オプション: "top_etfs"、"top_mutual_funds"、"top_companies"、"top_growth_companies"、"top_performing_companies")。top_n
(数値、オプション): 取得する上位エンティティの数 (デフォルトは 10)。
価格履歴を取得する
指定された期間と間隔にわたって、特定の株価シンボルの過去の価格データを取得します。
入力:
symbol
(文字列): 株式シンボル。period
(文字列, オプション): データを取得する期間(例: '1d', '1mo', '1y')。デフォルトは'1mo'です。interval
(文字列, オプション): データ間隔の頻度(例: '1d', '1h', '1m')。デフォルトは'1d'です。
使用法
この MCP サーバーは、uv (Python パッケージ インストーラー) または Docker 経由で使用できます。
UV経由
MCP サーバー構成ファイルに次の構成を追加します。
Docker経由
MCP サーバー構成ファイルに次の構成を追加します。
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.
yfinanceを使用したYahoo Finance用のシンプルなMCPサーバー。このサーバーは、株価データ、ニュース、その他の金融情報を取得するためのツールセットを提供します。
Related Resources
Related MCP Servers
- AsecurityFlicenseAqualityAn MCP server that enables Claude Desktop to access and analyze financial data through Yahoo Finance integration.Last updated -1
- AsecurityAlicenseAqualityA Model Context Protocol server that provides tools for interacting with Yahoo Finance, allowing users to retrieve stock prices, company information, and perform financial data comparisons.Last updated -11MIT License
- -securityFlicense-qualityA Model Context Protocol server built with FastMCP that provides financial data tools for AI agents, enabling them to access and analyze stock market information from Yahoo Finance through natural language queries.Last updated -2
- -securityAlicense-qualityA demonstration server for the Model Context Protocol (MCP) that exposes calculator and Yahoo Finance tools, allowing LLMs to interpret natural language requests and make tool calls via the MCP standard.Last updated -1Apache 2.0