Skip to main content
Glama

Yahoo Finance MCP Server

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"] } } }

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.

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

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

    Related MCP Servers

    • -
      security
      F
      license
      -
      quality
      An MCP server implementation that integrates with Angle One APIs to provide standardized access to financial market data, trading operations, and portfolio management.
      Last updated -
      Python
    • -
      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

    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