get_current_waves
ActiveTool of marine
declared in 0.1.0
Check real-time wave conditions at a coastal location. Returns current wave height, period, and direction. Use for immediate surfing, boating, or maritime planning decisions.
Parameters schema
{
"type": "object",
"examples": [
{
"latitude": 21.3099,
"longitude": -157.8581
},
{
"latitude": 34.0195,
"longitude": -118.4912
}
],
"required": [
"latitude",
"longitude"
],
"properties": {
"latitude": {
"type": "number",
"description": "Latitude of the location."
},
"longitude": {
"type": "number",
"description": "Longitude of the location."
}
}
}Parent server
marine
https://github.com/pipeworx-io/mcp-marine
1/7 registries