You're viewing a demo portfolio

Join the waitlist
PRSM

get_wave_forecast

Active

Tool of marine

declared in 0.1.0

Get multi-day wave forecasts for coastal locations (e.g., "Hawaii", "California Coast"). Returns max wave height, period, and dominant direction per day. Use when planning water activities or monitoring upcoming swell.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "days": 5,
      "latitude": 21.3099,
      "longitude": -157.8581
    },
    {
      "latitude": 34.0195,
      "longitude": -118.4912
    }
  ],
  "required": [
    "latitude",
    "longitude"
  ],
  "properties": {
    "days": {
      "type": "number",
      "description": "Number of forecast days (1-7, default 7)."
    },
    "latitude": {
      "type": "number",
      "description": "Latitude of the location."
    },
    "longitude": {
      "type": "number",
      "description": "Longitude of the location."
    }
  }
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

marine

https://github.com/pipeworx-io/mcp-marine

1/7 registries
View full server →
get_wave_forecast — marine — PRSM MCP