pipeworx-io/mcp-marine
MCP server for marine wave forecasts and conditions via Open-Meteo Marine API
Platform-specific configuration:
{
"mcpServers": {
"mcp-marine": {
"command": "npx",
"args": [
"-y",
"mcp-marine"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
MCP server for marine wave forecasts and conditions via the Open-Meteo Marine API. Free, no authentication required.
| Tool | Description | |------|-------------| | get_wave_forecast | Get a multi-day daily wave forecast for a coastal location (height, period, direction) | | get_current_waves | Get current wave conditions for a coastal location |
curl -X POST https://gateway.pipeworx.io/mcp \
-H "Content-Type: application/json" \
-d '{
"jsonrpc": "2.0",
"method": "tools/call",
"params": {
"name": "marine__get_wave_forecast",
"arguments": { "latitude": 36.95, "longitude": -121.97, "days": 3 }
},
"id": 1
}'MIT
Loading reviews...