# Weather MCP Server

Provide real-time weather information and alerts for any US location. Get detailed forecasts and alerts through a simple API, enhancing your AI agents with up-to-date weather data. Leverage the Natio…

## Quick Start

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

# Browse available tools
npx -y @smithery/cli@latest tool list akaramanapp/weather-mcp-server

# Get full schema for a tool
npx -y @smithery/cli@latest tool get akaramanapp/weather-mcp-server get-alerts

# Call a tool
npx -y @smithery/cli@latest tool call akaramanapp/weather-mcp-server 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/cli@latest tool get akaramanapp/weather-mcp-server <tool-name>
```

---

Source: https://github.com/akaramanapp/weather-mcp-server
