Skip to content
Back to search
100
MCP live v1.0.0 streamable-http

com.thenextgennexus/yahoo-finance-mcp-server

com.thenextgennexus/yahoo-finance-mcp-server

Yahoo fundamentals: earnings, P/E, analyst targets, peer comparisons for equity research.

Uptime
8.0%
25 probes
Response
58ms
last probe
Tools
3
callable

Tools · 3

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 …

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 compar…

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 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"
    }
  }
}