MCP Hub
Back to servers

marine

Marine MCP — wraps marine-api.open-meteo.com (free, no auth)

Registry
Updated
Apr 2, 2026

@pipeworx/mcp-marine

MCP server for marine wave forecasts and conditions via the Open-Meteo Marine API. Free, no authentication required.

Tools

ToolDescription
get_wave_forecastGet a multi-day daily wave forecast for a coastal location (height, period, direction)
get_current_wavesGet current wave conditions for a coastal location

Quickstart via Pipeworx Gateway

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
  }'

License

MIT

Reviews

No reviews yet

Sign in to write a review