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
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
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
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
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
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 · optionalEvents to include, pipe-separated, e.g. 'div|split'.
includePrePost· boolean · optionalWhether to include pre/post-market data, default false.
interval· string · optionalCandle interval, default 1d. Intraday intervals only support recent date ranges.
period1· string · requiredStart of the range, e.g. 2024-01-01 or an ISO datetime.
period2· string · optionalEnd of the range, e.g. 2024-12-31 or an ISO datetime; defaults to now.
symbol· string · requiredYahoo 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 · requiredOne 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 · optionalModules to include; omit for default (price + summaryDetail). Note: financial-statement modules now return little data — prefer financialData / defaultKeyStatistics.
symbol· string · requiredYahoo 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 · optionalLanguage code, e.g. en-US.
newsCount· integer · optionalMax number of related news articles to return, default 4.
query· string · requiredSearch keyword, e.g. a company name or ticker.
quotesCount· integer · optionalMax number of matching instruments to return, default 6.
region· string · optionalRegion 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.