ipma_sea_forecast
Pack: ipma-pt · Endpoint: https://gateway.pipeworx.io/ipma-pt/mcp
Sea state forecast for the Portuguese coast from IPMA oceanography — significant wave height (m), wave period (s), wave direction, and sea surface temperature (°C) for 12 coastal zones on the mainland, Madeira, and Azores. Good for surf, sailing, and beach conditions. Example: ipma_sea_forecast({ city: “Sagres” })
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
city | string | no | Optional coastal zone filter, e.g. “Sagres”, “Lisboa”, “Porto”, “Funchal”, “Ponta Delgada”. Omit for all 12 zones. |
day | number | no | Forecast day: 0 = today (default), 1 = tomorrow, 2 = day after. |
Example call
curl -X POST https://gateway.pipeworx.io/ipma-pt/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"ipma_sea_forecast","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"ipma-pt": {
"url": "https://gateway.pipeworx.io/ipma-pt/mcp"
}
}
}
See Getting Started for client-specific install steps.