mcp-marine-weather

MCP Tools

Marine weather forecasts via NOAA api.weather.gov — current conditions, multi-day forecasts, and marine weather warnings. No API key needed. Use when agents need wind, wave, temperature, or storm data for coastal/offshore planning.

Install

openclaw skills install mcp-marine-weather

Marine Weather (NOAA)

Get marine weather conditions, forecasts, and alerts from the NOAA Weather API.

Setup

{
  "mcpServers": {
    "marine-weather": {
      "command": "npx",
      "args": ["-y", "@vbotholemu/mcp-marine-weather"]
    }
  }
}

Tools

get_marine_weather

Current conditions — temperature, wind speed/direction, humidity.

ParameterTypeRequiredDescription
latitudenumberyesLatitude (-90 to 90)
longitudenumberyesLongitude (-180 to 180)

get_marine_forecast

Multi-day forecast periods with detailed conditions.

ParameterTypeRequired
latitudenumberyes
longitudenumberyes

get_marine_alerts

Active marine weather warnings — storms, wind advisories, surf, coastal flooding.

ParameterTypeRequired
latitudenumberyes
longitudenumberyes

When to Use

  • Sailing/charter trip planning
  • Offshore activity safety checks
  • Coastal event weather assessment
  • Pre-departure weather briefings