com.thenextgennexus/yahoo-finance-mcp-server
com.thenextgennexus/yahoo-finance-mcp-serverYahoo fundamentals: earnings, P/E, analyst targets, peer comparisons for equity research.
Tools · 3
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 …
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 compar…
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 co…
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"com.thenextgennexus/yahoo-finance-mcp-server": {
"url": "https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/yahoo-finance-mcp-server/mcp",
"transport": "streamable-http"
}
}
}