Yahoo Finance

Open remote MCP endpoint for stock data, market news, financials, and price history.

Connection specification

Remote endpoint
https://gateway.mcpservers.org/yahoo-finance/mcp
Browser access
Authenticated proxy required
Declared MCP transport
Streamable HTTP
Live-validated MCP transport
Streamable HTTP — Observed by the latest catalog validation
Declared authentication
No authentication
Detected authentication
No authentication detected or retained from publisher evidence
Protocol lifecycle
Stateful MCP · 2025-11-25
Category
Finance

Product documentation · Official listing documentation

Browse all MCP servers · Test this endpoint in the MCP Playground

Authorization setup

No app registration needed

This catalog entry does not require authorization or provider app registration.

Connect this server to your client

Claude Code setup

Run in a terminal. This user-scoped entry is available across projects.

claude mcp add --transport http --scope user 'yahoo-finance' 'https://gateway.mcpservers.org/yahoo-finance/mcp'

No authentication is required by the catalog listing.

  • Using live-validated endpoint: https://gateway.mcpservers.org/yahoo-finance/mcp

Claude Code MCP documentation

Codex CLI setup

Run in a terminal; Codex stores the entry in ~/.codex/config.toml.

codex mcp add 'yahoo-finance' --url 'https://gateway.mcpservers.org/yahoo-finance/mcp'

No authentication is required by the catalog listing.

  • Using live-validated endpoint: https://gateway.mcpservers.org/yahoo-finance/mcp

Codex MCP documentation

Cursor setup

Add to .cursor/mcp.json for this project, or ~/.cursor/mcp.json for all projects.

{
  "mcpServers": {
    "yahoo-finance": {
      "url": "https://gateway.mcpservers.org/yahoo-finance/mcp"
    }
  }
}

No authentication is required by the catalog listing.

  • Using live-validated endpoint: https://gateway.mcpservers.org/yahoo-finance/mcp

Cursor MCP documentation

VS Code setup

Add to .vscode/mcp.json, or run “MCP: Open User Configuration” for a private user-level entry.

{
  "servers": {
    "yahoo-finance": {
      "type": "http",
      "url": "https://gateway.mcpservers.org/yahoo-finance/mcp"
    }
  }
}

No authentication is required by the catalog listing.

  • Using live-validated endpoint: https://gateway.mcpservers.org/yahoo-finance/mcp

VS Code MCP documentation

Latest validation evidence

Validation status
Online when last tested
Validation checked at
Aug 18, 2026 at 1:35 PM
Validation detail
Negotiated stateful MCP 2025-11-25 at https://gateway.mcpservers.org/yahoo-finance/mcp; detected transport streamable-http; authentication none

Capabilities provided

Observed at https://gateway.mcpservers.org/yahoo-finance/mcp via direct; unauthenticated discovery.

Tools provided by Yahoo Finance

Complete discovery: 4 retained of 4 observed.

  • get_chart

    Get historical OHLCV price data (and optionally dividend/split events) for a symbol over a date range.

    • events · string · optional

      Events to include, pipe-separated, e.g. 'div|split'.

    • includePrePost · boolean · optional

      Whether to include pre/post-market data, default false.

    • interval · string · optional

      Candle interval, default 1d. Intraday intervals only support recent date ranges.

    • period1 · string · required

      Start of the range, e.g. 2024-01-01 or an ISO datetime.

    • period2 · string · optional

      End of the range, e.g. 2024-12-31 or an ISO datetime; defaults to now.

    • symbol · string · required

      Yahoo Finance ticker symbol, e.g. AAPL, BTC-USD, EURUSD=X, ^GSPC.

  • get_quote

    Get real-time (or near real-time) quote data for one or more symbols, including price, change, OHLC, volume, market cap, 52-week range and more.

    • symbols · array · required

      One or more ticker symbols to quote, e.g. ['AAPL', 'MSFT'].

  • quote_summary

    Get detailed fundamental and financial data for a symbol via Yahoo's quoteSummary modules (profile, financials, statistics, holders, etc.).

    • modules · array · optional

      Modules to include; omit for default (price + summaryDetail). Note: financial-statement modules now return little data — prefer financialData / defaultKeyStatistics.

    • symbol · string · required

      Yahoo Finance ticker symbol, e.g. AAPL, BTC-USD, EURUSD=X, ^GSPC.

  • search

    Search for instruments and related news by name, ticker or keyword. Returns matching quotes (symbol, name, exchange, type) and news articles.

    • lang · string · optional

      Language code, e.g. en-US.

    • newsCount · integer · optional

      Max number of related news articles to return, default 4.

    • query · string · required

      Search keyword, e.g. a company name or ticker.

    • quotesCount · integer · optional

      Max number of matching instruments to return, default 6.

    • region · string · optional

      Region code, e.g. US.

Resources provided by Yahoo Finance

This discovery method is unsupported.

Resource templates provided by Yahoo Finance

This discovery method is unsupported.

Prompts provided by Yahoo Finance

This discovery method is unsupported.