AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
MCP verified MIT Self-run

Yahoo Finance Mcp

mcp-alex2yang97-yahoo-finance-mcp · by Alex2Yang97

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.

— No reviews yet
0 installs
26 views
0.0% view→install

Install

$ agentstack add mcp-alex2yang97-yahoo-finance-mcp

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • ✓ Prompt-injection patterns
  • ✓ Secret / credential exfiltration
  • ✓ Dangerous shell & filesystem operations
  • ✓ Untrusted network calls
  • ✓ Known-malicious package signatures

What it can access

  • ✓ Network access No
  • ✓ Filesystem access No
  • ✓ Shell / process execution No
  • ✓ Environment & secrets No
  • ✓ Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/mcp-alex2yang97-yahoo-finance-mcp)

Reliability & compatibility

✓ Security review passed
0 installs to date
— no reviews yet
○ 6mo ago

Declared compatibility

Claude CodeClaude DesktopCursorWindsurf

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Yahoo Finance Mcp? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

[](https://mseep.ai/app/alex2yang97-yahoo-finance-mcp)

Yahoo Finance MCP Server

English | 中文

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.

[](https://smithery.ai/server/@Alex2Yang97/yahoo-finance-mcp)

Demo

MCP Tools

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

Stock Information

| Tool | Description | |------|-------------| | get_historical_stock_prices | Get historical OHLCV data for a stock with customizable period and interval | | get_stock_info | Get comprehensive stock data including price, metrics, and company details | | get_yahoo_finance_news | Get latest news articles for a stock | | get_stock_actions | Get stock dividends and splits history |

Financial Statements

| Tool | Description | |------|-------------| | get_financial_statement | Get income statement, balance sheet, or cash flow statement (annual/quarterly) | | get_holder_info | Get major holders, institutional holders, mutual funds, or insider transactions |

Options Data

| Tool | Description | |------|-------------| | get_option_expiration_dates | Get available options expiration dates | | get_option_chain | Get options chain for a specific expiration date and type (calls/puts) |

Analyst Information

| Tool | Description | |------|-------------| | get_recommendations | Get 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 AAPL over the last 6 months with daily intervals."
  • Financial Health: "Get the quarterly balance sheet for Microsoft."
  • Performance Metrics: "What are the key financial metrics for Tesla from the stock info?"
  • Trend Analysis: "Compare the quarterly income statements of Amazon and Google."
  • Cash Flow Analysis: "Show me the annual cash flow statement for NVIDIA."

Market Research

  • News Analysis: "Get the latest news articles about Meta Platforms."
  • Institutional Activity: "Show me the institutional holders of Apple stock."
  • Insider Trading: "What are the recent insider transactions for Tesla?"
  • Options Analysis: "Get the options chain for SPY with expiration date 2024-06-21 for calls."
  • Analyst Coverage: "What are the analyst recommendations for Amazon over the last 3 months?"

Investment Research

  • "Create a comprehensive analysis of Microsoft'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 Tesla over the past year."
  • "Generate a report on the options market activity for Apple 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.11 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:

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

  1. Create and activate a virtual environment and install dependencies:

``bash uv venv source .venv/bin/activate # On Windows: .venv\Scripts\activate uv pip install -e . ``

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
  1. Edit the Claude for Desktop config file, located at:
  • macOS:

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

  • Windows:

``json { "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.
  1. Restart Claude for Desktop

License

MIT

Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.