Nausika
N
Nausika
/nausika_seasonal_forecast

Seasonal Forecast

Fetch 1-7 month ECMWF SEAS5 seasonal forecast for one Mediterranean point. Returns ensemble-mean DAILY + MONTHLY aggregates of wind, SST, temperature, precipita

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_seasonal_forecast for me.

Input

FieldTypeDescription
latitude*numberLatitude in decimal degrees (WGS84, -90 to 90)
longitude*numberLongitude in decimal degrees (WGS84, -180 to 180)
start_date*stringWindow start date (UTC, ISO YYYY-MM-DD). Dates before today are clamped to today (SEAS5 fo
end_date*stringWindow end date (UTC, ISO YYYY-MM-DD). Must be ≥ start_date. Dates beyond the SEAS5 horizo
variablesarrayAdditional variables, additive to the core set (wind_speed_10m, wind_direction_10m, sea_su
include_membersbooleanWhen true, expose all 50 ECMWF SEAS5 ensemble members (`<var>_memberNN`) in the response. 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_seasonal_forecast","input":{"latitude":1,"longitude":1,"start_date":"...","end_date":"...","include_members":false}}'
cli
npx cracked-ai run -p mcp-app-nausika-mcp -e /nausika_seasonal_forecast -i '{"latitude":1,"longitude":1,"start_date":"...","end_date":"...","include_members":false}'
mcp
run_tool({ provider: "mcp-app-nausika-mcp", endpoint: "/nausika_seasonal_forecast", input: {"latitude":1,"longitude":1,"start_date":"...","end_date":"...","include_members":false} })

Try it

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