# Stock Catalyst

Analyze significant price movements in US stocks to provide clear explanations behind market shifts. Identify key drivers such as earnings reports, news events, and analyst ratings for major companie…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y smithery mcp add wtf-just-happened/stock-moves-explained

# Browse available tools
npx -y smithery tool list wtf-just-happened/stock-moves-explained

# Get full schema for a tool
npx -y smithery tool get wtf-just-happened/stock-moves-explained stock-moves-explained

# Call a tool
npx -y smithery tool call wtf-just-happened/stock-moves-explained stock-moves-explained '{}'
```

## Direct MCP Connection

Endpoint: `https://stock-moves-explained--wtf-just-happened.run.tools`

## Tools (1)

- `stock-moves-explained` — Explains why US stocks moved today. Answers 'why did Tesla drop?', 'what's going on with NVDA?', 'why is Apple down?', …

```bash
# Get full input/output schema for a tool
npx -y smithery tool get wtf-just-happened/stock-moves-explained <tool-name>
```
