# Weather Server

Provide real-time weather alerts and forecasts for US locations using official National Weather Service data. Enable applications to retrieve accurate weather information dynamically through simple t…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y smithery mcp add adarshem/mcp-server-learn

# Browse available tools
npx -y smithery tool list adarshem/mcp-server-learn

# Get full schema for a tool
npx -y smithery tool get adarshem/mcp-server-learn get-alerts

# Call a tool
npx -y smithery tool call adarshem/mcp-server-learn get-alerts '{}'
```

## Tools (2)

- `get-alerts` — Get weather alerts for a state
- `get-forecast` — Get weather forecast for a location

```bash
# Get full input/output schema for a tool
npx -y smithery tool get adarshem/mcp-server-learn <tool-name>
```
