You're viewing a demo portfolio

Join the waitlist
PRSM

marine_forecast

Active

Tool of ai.dynamicfeed/dynamic-feed

declared in 0.8.0

Marine / surf forecast for a coastal point — current sea state + next-24-hour outlook. Returns total significant wave height / period / direction, the swell component (long-period energy driving surf), the locally-generated wind-wave, and sea-surface temperature, plus a 24-hour wave-height band. `location` = AU surf/maritime presets: "gold_coast" (default), "byron", "bells_beach", "margaret_river", "sydney". OR pass `lat=` and `lon=` (decimal degrees) for any coastal point worldwide. Source: Open-Meteo Marine Weather API (CC-BY 4.0; underlying ocean-wave models DWD/MeteoFrance/ECMWF/NCEP/ERA5-Ocean). Keyless to you; commercial-licensed server-side. FORECAST data, not a measurement — not a substitute for an official marine forecast/warning (e.g. the BoM coastal-waters forecast) and must not be the sole basis for any safety-of-life-at-sea decision. Every value is returned in an Ed25519-signed, provenance-stamped envelope (source and observation time) you can verify offline against /.well-known/keys, no account required.

Parameters schema

{
  "type": "object",
  "title": "marine_forecastArguments",
  "properties": {
    "lat": {
      "anyOf": [
        {
          "type": "number"
        },
        {
          "type": "null"
        }
      ],
      "title": "Lat",
      "default": null
    },
    "lon": {
      "anyOf": [
        {
          "type": "number"
        },
        {
          "type": "null"
        }
      ],
      "title": "Lon",
      "default": null
    },
    "location": {
      "type": "string",
      "title": "Location",
      "default": "gold_coast"
    }
  }
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

ai.dynamicfeed/dynamic-feed

1/7 registries
View full server →
marine_forecast — ai.dynamicfeed/dynamic-feed — PRSM MCP