BaroclineBarocline
Tool ReferenceForecast & Gridded

ath_forecast

Forecast Data

7-day weather forecast (NOAA GFS, 15km CONUS / 30km global). Use geolocator first for coordinates.

IMPORTANT: Forecast data only. startDate must be today or later — past dates return no data.
For historical weather, use gridded_history_15km or station_historical_data instead.

Max 7-day range.
https://mcp.barocline.com/mcp
https://mcpkey.barocline.com/weather-risk/mcp
https://mcpoauth.barocline.com/mcp
Read-onlyIdempotent

Parameters

NameTypeRequiredDefault
latitudenumberYes-
longitudenumberYes-
startDatestringYes-
endDatestringYes-
fieldsstringNo"core"
intervalstringNo"DAILY"
unitsstringNo"IMPERIAL"
timestringNo"LWT"
context_optimizationstringNo"auto"
content_modestringNo"text"

Sample input

{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "ath_forecast",
    "arguments": {
      "latitude": 0,
      "longitude": 0,
      "startDate": "value",
      "endDate": "value",
      "fields": "core",
      "interval": "DAILY",
      "units": "IMPERIAL",
      "time": "LWT",
      "context_optimization": "auto",
      "content_mode": "text"
    }
  }
}
{
  "name": "ath_forecast",
  "arguments": {
    "latitude": 0,
    "longitude": 0,
    "startDate": "value",
    "endDate": "value",
    "fields": "core",
    "interval": "DAILY",
    "units": "IMPERIAL",
    "time": "LWT",
    "context_optimization": "auto",
    "content_mode": "text"
  }
}