com.thenextgennexus/yahoo-finance-mcp-server
Official3 toolsYahoo fundamentals: earnings, P/E, analyst targets, peer comparisons for equity research.
Retrieve stock fundamentals, earnings, P/E ratios, and analyst targets.
Captured live from the server via tools/list.
get_stock_quote
Fetch the current stock market quote for an individual ticker symbol. Returns real-time price, intraday change (dollars and percentage), trading volume, market capitalization, P/E ratio, earnings per share, dividend yield, and 52-week high/low. Use for real-time price monitoring, investment decisions, or financial dashboards.
Parameters (1)
- tickerstringrequired
Stock ticker symbol in uppercase (e.g. 'AAPL', 'MSFT', 'NVDA', 'TSLA')
get_multiple_quotes
Fetch current stock quotes for multiple ticker symbols in one request. Returns price, change, volume, and key metrics for each stock. Use for portfolio monitoring, screening multiple stocks, or comparing multiple securities at once.
Parameters (1)
- tickersarrayrequired
List of stock ticker symbols to retrieve quotes for
compare_stocks
Compare multiple stock securities side-by-side with key financial metrics and performance data. Returns price, P/E ratio, dividend yield, market cap, earnings, revenue, and relative performance for comparison. Use for investment analysis, selecting between stocks, or portfolio optimization.
Parameters (1)
- tickersarrayrequired
List of tickers to compare (minimum 2 for meaningful comparison)
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"yahoo-finance-mcp-server": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/yahoo-finance-mcp-server/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.