# Finance & Market Data MCP Server

Get stock market data from Yahoo Finance, screen stocks by criteria, and track cryptocurrency prices. Access real-time financial data and key metrics.

## Quick Start

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

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

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

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

## Direct MCP Connection

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

## Tools (5)

- `get_stock_data` — Get stock market data for a ticker symbol from Yahoo Finance. Returns price, volume, market cap, and key metrics.
- `screen_stocks` — Screen stocks by criteria like market cap, sector, P/E ratio.
- `get_crypto_prices` — Get current cryptocurrency prices and market data.
- `get_exchange_rates` — Get current currency exchange rates for major world currencies.
- `track_crypto_portfolio` — Track real-time prices for a portfolio of cryptocurrencies with 24h changes.

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