---
name: "xpay-us-weather-get-weather-alerts"
description: "Get active weather alerts, warnings, watches, and advisories for locations in the United States. Perfect for 'Are there any weather alerts in [US location]?' questions. Covers severe weather, winter storms, heat warnings, flood alerts, and more."
version: "1.0.0"
price: "$0.01/call"
provider: "US Weather"
---

# Get Weather Alerts

Get active weather alerts, warnings, watches, and advisories for locations in the United States. Perfect for 'Are there any weather alerts in [US location]?' questions. Covers severe weather, winter storms, heat warnings, flood alerts, and more.

**Provider:** US Weather
**Price:** $0.01/call
**Pricing model:** Flat rate per call

## When to Use

Use this tool when you need to get active weather alerts, warnings, watches, and advisories for locations in the united states. perfect for 'are there any weather alerts in [us location]?' questions. covers severe weather, winter storms, heat warnings, flood alerts, and more.. This is part of the US Weather provider on xpay✦.

## MCP Connection

Connect to xpay✦ to access this tool (and 5+ others):

```json
{
  "mcpServers": {
    "xpay": {
      "url": "https://mcp.xpay.sh/mcp?key=YOUR_API_KEY"
    }
  }
}
```

For Claude Code:
```bash
claude mcp add --transport http xpay "https://mcp.xpay.sh/mcp?key=YOUR_API_KEY"
```

## How to Execute

Use the xpay✦ meta-tools to run this tool:

1. **`xpay_details`** — Get full input schema: `xpay_details("us-weather/get_weather_alerts")`
2. **`xpay_run`** — Execute: `xpay_run("us-weather/get_weather_alerts", { ...inputs })`

## Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `severity` | string | No | Filter by alert severity: 'extreme' (life-threatening), 'severe' (significant threat), 'moderate' (possible threat), 'minor' (minimal threat), or 'all' (default - shows all active alerts). |
| `location` | string | Yes | US location as coordinates (lat,lng) in decimal degrees OR 2-letter state/territory code. Examples: '40.7128,-74.0060' for New York City, 'CA' for California, 'PR' for Puerto Rico. Valid state codes: AL, AK, AS, AR, AZ, CA, CO, CT, DE, DC, FL, GA, GU, HI, ID, IL, IN, IA, KS, KY, LA, ME, MD, MA, MI, MN, MS, MO, MT, NE, NV, NH, NJ, NM, NY, NC, ND, OH, OK, OR, PA, PR, RI, SC, SD, TN, TX, UT, VT, VI, VA, WA, WV, WI, WY, MP, PW, FM, MH. |

## Pricing

- **Cost:** $0.01/call
- **Balance check:** Use `xpay_balance` to check remaining credits
- Get your API key at [xpay.tools](https://xpay.tools/account/settings/api-keys/) — $5 free credits included

## Related Skills

- [US Weather (all tools)](https://xpay.tools/skills/us-weather/SKILL.md) — 6 tools
- [Get Current Weather](https://xpay.tools/skills/us-weather/get-current-weather/SKILL.md) — $0.01/call
- [Get Weather Forecast](https://xpay.tools/skills/us-weather/get-weather-forecast/SKILL.md) — $0.01/call
- [Get Hourly Forecast](https://xpay.tools/skills/us-weather/get-hourly-forecast/SKILL.md) — $0.01/call
- [Find Weather Stations](https://xpay.tools/skills/us-weather/find-weather-stations/SKILL.md) — $0.01/call
- [Get Local Time](https://xpay.tools/skills/us-weather/get-local-time/SKILL.md) — $0.01/call

## Links

- Tool page: https://xpay.tools/us-weather/get-weather-alerts/
- Provider: https://xpay.tools/us-weather/
- All tools: https://xpay.tools/explore
