Nausika
N
Nausika
/nausika_marine_forecast

Marine + Atmospheric Forecast

Marine + atmospheric forecast at (latitude, longitude in decimal degrees). Returns waves, swell, currents, SST, wind, gusts, pressure, weather_code, visibility,

liveunknown~5s typical
mcpnausika
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-app-nausika-mcp /nausika_marine_forecast for me.

Input

FieldTypeDescription
latitude*numberLatitude in decimal degrees (WGS84, -90 to 90)
longitude*numberLongitude in decimal degrees (WGS84, -180 to 180)
presetstring (now | today | tactical | planning | extended | none)High-level mode. now=current snapshot, today=24h hourly+daily, tactical=3d hourly_3+daily default "tactical"
forecast_daysintegerOverride preset days (1-16). Forecast endpoint caps at 16, Marine at 8. Defaults to preset
forecast_hoursintegerOverride with an hourly window. Wins over forecast_days. Defaults to preset.
start_datestringWindow start date YYYY-MM-DD. Used with end_date. Wins over forecast_hours/forecast_days.
end_datestringWindow end date YYYY-MM-DD. Used with start_date. Defaults to preset. Same ~16-day (foreca
start_hourstringWindow start ISO YYYY-MM-DDThh:mm. Used with end_hour. Most specific override (wins over d
end_hourstringWindow end ISO YYYY-MM-DDThh:mm. Used with start_hour. Defaults to preset.
temporal_resolutionstring (hourly_1 | hourly_3 | hourly_6)Override hourly granularity. hourly_1=every hour, hourly_3=every 3h, hourly_6=every 6h. De
variablesarrayExtra variables added to the preset core (additive). Each is routed to its endpoint automa
include_percentilesbooleanWhen true, ALSO fetch the Open-Meteo ECMWF IFS-ENS ensemble (50 perturbed members) and exp default false

Call it

curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
  -H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
  -d '{"provider":"mcp-app-nausika-mcp","endpoint":"/nausika_marine_forecast","input":{"latitude":1,"longitude":1,"preset":"tactical","include_percentiles":false}}'
cli
npx cracked-ai run -p mcp-app-nausika-mcp -e /nausika_marine_forecast -i '{"latitude":1,"longitude":1,"preset":"tactical","include_percentiles":false}'
mcp
run_tool({ provider: "mcp-app-nausika-mcp", endpoint: "/nausika_marine_forecast", input: {"latitude":1,"longitude":1,"preset":"tactical","include_percentiles":false} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.