Sandbox
@Alex2Yang97/yahoo-finance-mcp

MCP server for Yahoo Finance data

This repo wraps Yahoo Finance in an MCP server so an agent can query market data through standard tools. The server provides endpoints for historical prices, stock info, financial statements, options chains, holder data, recommendations, and news.

350 stars160 forksPythonUpdated 18d ago
Who it's for

Builders who want their agent to fetch stock and company data from Yahoo Finance.

What it delivers

You can ask your agent for market data and financial research without leaving the chat.

What it does

Historical stock prices

Returns OHLCV history with custom period and interval settings.

Company and market info

Fetches stock price data, metrics, and company details in one call.

Financial statements

Provides income statements, balance sheets, and cash flow statements for annual or quarterly periods.

Options data

Lists expiration dates and returns option chains for a chosen expiry and call or put type.

News and analyst data

Pulls recent Yahoo Finance news, analyst recommendations, and upgrade or downgrade history.

Holder and actions data

Shows major holders, institutional holders, mutual funds, insider transactions, dividends, and splits.

How to get it

  1. 1Run the server directly from the repository without creating a local virtual environment
    uvx --from git+https://github.com/Alex2Yang97/yahoo-finance-mcp yahoo-finance-mcp
  2. 2Clone this repository
    git clone https://github.com/Alex2Yang97/yahoo-finance-mcp.git
    cd yahoo-finance-mcp
  3. 3Create and activate a virtual environment and install dependencies
    uv sync
  4. 4Run the packaged entrypoint with
    uvx --from git+https://github.com/Alex2Yang97/yahoo-finance-mcp yahoo-finance-mcp
  5. 5For local changes in this checkout, use
    uvx --from . yahoo-finance-mcp
  6. 6If you are working inside a local clone and want to run the source tree directly
    uv run server.py

README

Yahoo Finance MCP Server

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 last commit

Demo

MCP Demo

MCP Tools

The server exposes the following tools through the Model Context Protocol:

Stock Information

ToolDescription
get_historical_stock_pricesGet historical OHLCV data for a stock with customizable period and interval
get_stock_infoGet comprehensive stock data including price, metrics, and company details
get_yahoo_finance_newsGet latest news articles for a stock
get_stock_actionsGet stock dividends and splits history

Financial Statements

ToolDescription
get_financial_statementGet income statement, balance sheet, or cash flow statement (annual/quarterly)
get_holder_infoGet major holders, institutional holders, mutual funds, or insider transactions

Options Data

ToolDescription
get_option_expiration_datesGet available options expiration dates
get_option_chainGet options chain for a specific expiration date and type (calls/puts)

Analyst Information

ToolDescription
get_recommendationsGet analyst recommendations or upgrades/downgrades history

Real-World Use Cases

With this MCP server, you can use Claude to:

Stock Analysis

  • Price Analysis: "Show me the historical stock prices for NOW over the last 6 months with daily intervals."
  • Financial Health: "Get the quarterly balance sheet for Intuit."
  • Performance Metrics: "What are the key financial metrics for Intuit from the stock info?"
  • Trend Analysis: "Compare the quarterly income statements of ServiceNow and Intuit."
  • Cash Flow Analysis: "Show me the annual cash flow statement for ServiceNow."

Market Research

  • News Analysis: "Get the latest news articles about Intuit."
  • Institutional Activity: "Show me the institutional holders of NOW stock."
  • Insider Trading: "What are the recent insider transactions for ServiceNow?"
  • Options Analysis: "Get the options chain for INTU with expiration date 2026-01-30 for calls."
  • Analyst Coverage: "What are the analyst recommendations for Intuit over the last 3 months?"

Investment Research

  • "Create a comprehensive analysis of Intuit's financial health using their latest quarterly financial statements."
  • "Compare the dividend history and stock splits of Coca-Cola and PepsiCo."
  • "Analyze the institutional ownership changes in ServiceNow over the past year."
  • "Generate a report on the options market activity for Intuit stock with expiration in 30 days."
  • "Summarize the latest analyst upgrades and downgrades in the tech sector over the last 6 months."

Requirements

  • Python 3.14.6 or higher
  • Dependencies as listed in pyproject.toml, including:
    • mcp
    • yfinance
    • pandas
    • pydantic
    • and other packages for data processing

Setup

Recommended: run with uvx

Run the server directly from the repository without creating a local virtual environment:

uvx --from git+https://github.com/Alex2Yang97/yahoo-finance-mcp yahoo-finance-mcp

Local development

  1. Clone this repository:

    git clone https://github.com/Alex2Yang97/yahoo-finance-mcp.git
    cd yahoo-finance-mcp
    
  2. Create and activate a virtual environment and install dependencies:

    uv sync
    

Usage

Quick Start

Run the packaged entrypoint with:

uvx --from git+https://github.com/Alex2Yang97/yahoo-finance-mcp yahoo-finance-mcp

For local changes in this checkout, use:

uvx --from . yahoo-finance-mcp

Development Mode

If you are working inside a local clone and want to run the source tree directly:

uv run server.py

Integration with Claude for Desktop

To integrate this server with Claude for Desktop:

  1. Install Claude for Desktop to your local machine.

  2. Install VS Code to your local machine. Then run the following command to open the claude_desktop_config.json file:

    • MacOS: code ~/Library/Application\ Support/Claude/claude_desktop_config.json
    • Windows: code $env:AppData\Claude\claude_desktop_config.json
  3. Edit the Claude for Desktop config file, located at:

    • macOS:

      {
        "mcpServers": {
          "yfinance": {
            "command": "uvx",
            "args": [
              "--from",
              "git+https://github.com/Alex2Yang97/yahoo-finance-mcp",
              "yahoo-finance-mcp"
            ]
          }
        }
      }
      
    • Windows:

      {
        "mcpServers": {
          "yfinance": {
            "command": "uvx",
            "args": [
              "--from",
              "git+https://github.com/Alex2Yang97/yahoo-finance-mcp",
              "yahoo-finance-mcp"
            ]
          }
        }
      }
      
    • Note: You may need to put the full path to the uv executable in the command field. You can get this by running which uv on MacOS/Linux or where uv on Windows.

  4. Restart Claude for Desktop

License

MIT

Files in the repo

Repository payload14 top-level entries
  • assets
  • tests
  • .gitignore
  • .pre-commit-config.yaml
  • .python-version
  • Dockerfile
  • LESSONS.md
  • LICENSE
  • pyproject.toml
  • README.md
  • README.zh.md
  • server.py
  • smithery.yaml
  • uv.lock

Discussion (0)

Ask about usage, or say what you built with it

Sign in to join the discussion.

No comments yet. Be the first to say what this is good for.

More connectors

Real-time global intelligence dashboard. AI-powered news aggregation, geopolitical monitoring, and infrastructure tracking in a unified situational awareness interface

86k

High-performance code intelligence MCP server. Indexes codebases into a persistent knowledge graph — average repo in milliseconds. 158 languages, sub-ms queries, 99% fewer tokens. Single static binary, zero dependencies.

43k

Universal provider proxy for OpenAI Codex & Claude Code — use any LLM (Claude, Gemini, Grok, DeepSeek, Ollama…) with Codex CLI, App, SDK, and Claude Code

14k
okf-memory/
okf-agent-memory

Git-native persistent memory for AI coding agents. Implements Google OKF v0.2 with sub-300µs in-memory BM25 search, embedded MCP server, and progressive disclosure. Slashes token bloat by 80% with zero external databases or dependencies. Built in pure Go.

547
2akouwu/
reverify

Stop your AI from making things up — it proposes, deterministic tools decide, every claim checked against ground truth with evidence. Grounded facts and context survive resets. Reverse engineering is the proving ground. MCP server + CLI.

1.1k
t8y2/dbxConnectors

20 MB lightweight cross-platform database client for 90+ databases, including MySQL, PostgreSQL, SQLite, Redis, MongoDB, DuckDB, SQL Server, and Dameng. Built-in AI, MCP Server, CLI, desktop and Docker. | 轻量级跨平台数据库管理工具,支持 MySQL、PostgreSQL、SQLite、Redis、MongoDB、达梦等 90+ 数据库,提供桌面端、Docker、CLI、内置 AI 助手和 MCP Server。

19k