Skip to main content
Glama

Yahoo Finance MCP Server

MIT License
37

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経由

  1. uvをインストールする
  2. MCP サーバー構成ファイルに次の構成を追加します。
{ "mcpServers": { "yfmcp": { "command": "uvx", "args": ["yfmcp@latest"] } } }

Docker経由

MCP サーバー構成ファイルに次の構成を追加します。

{ "mcpServers": { "yfmcp": { "command": "docker", "args": ["run", "-i", "--rm", "narumi/yfinance-mcp"] } } }
Install Server
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.

yfinanceを使用したYahoo Finance用のシンプルなMCPサーバー。このサーバーは、株価データ、ニュース、その他の金融情報を取得するためのツールセットを提供します。

  1. ツール
    1. 使用法
      1. UV経由
      2. Docker経由

    Related MCP Servers

    • A
      security
      F
      license
      A
      quality
      An MCP server that enables Claude Desktop to access and analyze financial data through Yahoo Finance integration.
      Last updated -
      1
      Python
    • -
      security
      A
      license
      -
      quality
      A 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 -
      Python
      MIT License
    • -
      security
      F
      license
      -
      quality
      A 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
      Python
    • -
      security
      A
      license
      -
      quality
      A 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 -
      1
      Python
      Apache 2.0
      • Linux

    View all related MCP servers

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/narumiruna/yfinance-mcp'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server