agentweather.dev

Weather API for AI agents.

Current conditions, forecasts, and air quality. $0.001/request via MPP. No API key required.

OpenAPI Spec
Paste this into your agent
Set up https://api.agentweather.dev/skill.md
Example response
api.agentweather.dev
GET /v1/weather?location=Brooklyn

{
  "location": {
    "name": "Brooklyn",
    "country": "US",
    "lat": 40.65, "lon": -73.95
  },
  "current": {
    "temp_c": 14, "temp_f": 57,
    "condition": "Partly cloudy",
    "humidity_pct": 62,
    "wind_speed_kmh": 15
  },
  "daily": [ ... 3 days ... ],
  "summary": "Brooklyn: 14C, partly cloudy, light breeze.",
  "tips": { "umbrella": false, "uv_protection": false }
}
Pricing
$0.001
Forecast
Current + 3-day + hourly
Air quality included
$0.005
Historical (31d)
Up to 31 days
Daily highs, lows, precipitation
$0.01
Historical (365d)
Up to 365 days
Full daily archive
Works with
ClaudeCursorGeminiCodexAny MPP agent
Resources