marine
ActiveTool of Open Meteo
"Wave / swell / surf forecast for [beach]" / "sea conditions in [bay]" / "wave height at [coordinates]" / "is it safe to sail" — global marine weather forecast (wave height, wave period, wave direction, wind waves, swell waves) at any ocean lat/lng. Free, keyless. Use for surf reports, sailing prep, fishing conditions, coastal planning.
Parameters schema
{
"type": "object",
"examples": [
{
"latitude": 37.7749,
"longitude": -122.4194
},
{
"latitude": -33.8688,
"longitude": 151.2093,
"forecast_days": 5
}
],
"required": [
"latitude",
"longitude"
],
"properties": {
"hourly": {
"type": "string",
"description": "Default wave_height,wave_period,wind_wave_height"
},
"latitude": {
"type": "number"
},
"longitude": {
"type": "number"
},
"forecast_days": {
"type": "number"
}
}
}Parent server
Open Meteo
https://github.com/pipeworx-io/mcp-open-meteo
1/7 registries