yahoo-finance-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_quoteB | Get real-time stock quote data including price, change, volume, and key metrics |
| get_historicalB | Get historical OHLCV (Open, High, Low, Close, Volume) price data |
| get_financialsA | Get company financial statements (income statement, balance sheet, or cash flow) |
| get_company_infoC | Get company profile including sector, industry, description, and key statistics |
| search_symbolsC | Search for stock symbols by company name or keywords |
| get_newsC | Get latest news for a stock symbol |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 6 tools
Each tool targets a distinct aspect of financial data: company profile, financial statements, historical prices, news, real-time quotes, and symbol search. No overlapping purposes.
All tool names follow a consistent verb_noun pattern (get_*, search_*), with clear and predictable naming conventions.
6 tools is well-scoped for a financial data server, covering core functionality without being excessive or insufficient.
Covers essential financial data (profile, financials, historical, quote, news, search), but lacks some common features like dividends, splits, or options data.