marine
ActiveTool of mcp-weatherapi
Get marine/ocean conditions forecast for a coastal location: significant wave height, swell height, water temperature, and wind. Up to 7 days, sampled every 6 hours. Example: marine({ q: "33.7,-118.4", days: 2 }).
Parameters schema
{
"type": "object",
"required": [
"q"
],
"properties": {
"q": {
"type": "string",
"description": "Location — city name (e.g. \"London\"), \"lat,lon\" (e.g. \"48.8567,2.3508\"), US/UK/Canada zip/postcode, IATA airport code (e.g. \"DXB\"), or \"auto:ip\"."
},
"days": {
"type": "number",
"description": "Number of marine forecast days (default 1, max 7)."
},
"_apiKey": {
"type": "string",
"description": "Optional — your own WeatherAPI.com API key for higher limits; omit to use the shared Pipeworx key."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
mcp-weatherapi
https://github.com/pipeworx-io/mcp-weatherapi
2/7 registries