---
name: "xpay-us-weather-get-current-weather"
description: "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."
version: "1.0.0"
price: "$0.01/call"
provider: "US Weather"
---

# 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.

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

## When to Use

Use this tool when you need to 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.. 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_current_weather")`
2. **`xpay_run`** — Execute: `xpay_run("us-weather/get_current_weather", { ...inputs })`

## Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `location` | string | Yes | US location as coordinates (lat,lng) in decimal degrees. Example: '40.7128,-74.0060' for New York City. Must be within US boundaries including states, territories (PR, VI, AS, GU, MP), and coastal waters. |

## 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 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
- [Get Weather Alerts](https://xpay.tools/skills/us-weather/get-weather-alerts/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-current-weather/
- Provider: https://xpay.tools/us-weather/
- All tools: https://xpay.tools/explore
