marine
Pack: weatherapi · Endpoint: https://gateway.pipeworx.io/weatherapi/mcp
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
| Name | Type | Required | Description |
|---|---|---|---|
q | string | yes | |
days | number | no | Number of marine forecast days (default 1, max 7). |
Example call
curl -X POST https://gateway.pipeworx.io/weatherapi/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"marine","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"weatherapi": {
"url": "https://gateway.pipeworx.io/weatherapi/mcp"
}
}
}
See Getting Started for client-specific install steps.