---
name: "xpay-us-weather"
description: "US weather forecasts, alerts, and conditions from the National Weather Service"
version: "1.0.0"
provider: "US Weather"
tools: 6
---

# US Weather

US weather forecasts, alerts, and conditions from the National Weather Service

## US Weather

US weather forecasts, alerts, and conditions from the National Weather Service

### Available Tools (6)

- **get_current_weather**: Get current weather conditions for a location in the United States. Perfect for 'What's the weather like in [US location]?' questions. Covers all US states, territories, and coastal waters. — $0.01/call
- **get_weather_forecast**: Get multi-day weather forecast for a location in the United States. Perfect for 'What's the forecast for [US location]?' questions. Provides detailed day/night forecasts for up to 7 days. — $0.01/call
- **get_hourly_forecast**: Get hour-by-hour weather forecast for a location in the United States. Perfect for 'What's the hourly forecast?' or 'Will it rain this afternoon in [US location]?' questions. Provides detailed hourly conditions for up to 48 hours. — $0.01/call
- **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. — $0.01/call
- **find_weather_stations**: Find weather observation stations near a location in the United States. Useful for getting station-specific data, finding data sources, or understanding which stations provide weather data for an area. Includes ASOS, AWOS, and other automated weather stations. — $0.01/call
- **get_local_time**: Get the current local time for a US location. Shows what time it is right now at the specified location. — $0.01/call

### Quick Start

```json
{
  "mcpServers": {
    "us-weather": {
      "url": "https://us-weather.mcp.xpay.sh/mcp?key=YOUR_XPAY_KEY"
    }
  }
}
```

### Pricing

$0.01 per tool call. Pay per use from your XPay wallet. No subscriptions.

Get an API key at [xpay.tools](https://xpay.tools).


**Tools:** 6
**Category:** Weather

## When to Use

Use US Weather tools when you need to us weather forecasts, alerts, and conditions from the national weather service. All tools are available through xpay✦'s single MCP connection.

## MCP Connection

```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"
```

## Available Tools

- **Get Current Weather** — Get current weather conditions for a location in the United States. Perfect for 'What's the weather like in [US location]?' questions. Covers all US states, territories, and coastal waters. — $0.01/call — [SKILL.md](https://xpay.tools/skills/us-weather/get-current-weather/SKILL.md)
- **Get Weather Forecast** — Get multi-day weather forecast for a location in the United States. Perfect for 'What's the forecast for [US location]?' questions. Provides detailed day/night forecasts for up to 7 days. — $0.01/call — [SKILL.md](https://xpay.tools/skills/us-weather/get-weather-forecast/SKILL.md)
- **Get Hourly Forecast** — Get hour-by-hour weather forecast for a location in the United States. Perfect for 'What's the hourly forecast?' or 'Will it rain this afternoon in [US location]?' questions. Provides detailed hourly conditions for up to 48 hours. — $0.01/call — [SKILL.md](https://xpay.tools/skills/us-weather/get-hourly-forecast/SKILL.md)
- **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. — $0.01/call — [SKILL.md](https://xpay.tools/skills/us-weather/get-weather-alerts/SKILL.md)
- **Find Weather Stations** — Find weather observation stations near a location in the United States. Useful for getting station-specific data, finding data sources, or understanding which stations provide weather data for an area. Includes ASOS, AWOS, and other automated weather stations. — $0.01/call — [SKILL.md](https://xpay.tools/skills/us-weather/find-weather-stations/SKILL.md)
- **Get Local Time** — Get the current local time for a US location. Shows what time it is right now at the specified location. — $0.01/call — [SKILL.md](https://xpay.tools/skills/us-weather/get-local-time/SKILL.md)

## How to Execute

1. **`xpay_discover`** — Search for tools: `xpay_discover("us-weather")`
2. **`xpay_details`** — Get input schema: `xpay_details("us-weather/TOOL_NAME")`
3. **`xpay_run`** — Execute: `xpay_run("us-weather/TOOL_NAME", { ...inputs })`
4. **`xpay_balance`** — Check credits

## Links

- Provider page: https://xpay.tools/us-weather/
- All providers: https://xpay.tools/explore
- Docs: https://docs.xpay.sh
