# Yahoo Finance MCP Server

Access Yahoo Finance for stock quotes, historical data, financial statements, and market screeners. Comprehensive financial data API.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add nexgendata-apify/yahoo-finance-mcp-server

# Browse available tools
npx -y @smithery/cli@latest tool list nexgendata-apify/yahoo-finance-mcp-server

# Get full schema for a tool
npx -y @smithery/cli@latest tool get nexgendata-apify/yahoo-finance-mcp-server get_stock_quote

# Call a tool
npx -y @smithery/cli@latest tool call nexgendata-apify/yahoo-finance-mcp-server get_stock_quote '{}'
```

## Direct MCP Connection

Endpoint: `https://yahoo-finance-mcp-server--nexgendata-apify.run.tools`

## Tools (3)

- `get_stock_quote` — Get the current stock quote for a ticker symbol. Returns price, change, volume, market cap, P/E ratio.
- `get_multiple_quotes` — Get current quotes for multiple stocks at once.
- `compare_stocks` — Compare multiple stocks side by side with key metrics.

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get nexgendata-apify/yahoo-finance-mcp-server <tool-name>
```
