surf-trip-planner
S
surf-trip-planner
/get_live_spot_forecast

Get live Strike Score forecast

Use this when the user asks whether a specific surf spot is worth surfing or traveling to soon. Fetches the live 10-day Strike Mission forecast and best days fo

liveverifiedunknown~5s typical
mcpprobedsurf-trip-planner
$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-strikemission-surf-trip-planner /get_live_spot_forecast for me.

Input

FieldTypeDescription
spot*stringSpot name, slug, or numeric Strike Mission spot id, for example Uluwatu, uluwatu, or 1.

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-strikemission-surf-trip-planner","endpoint":"/get_live_spot_forecast","input":{"spot":"..."}}'
cli
npx cracked-ai run -p mcp-app-strikemission-surf-trip-planner -e /get_live_spot_forecast -i '{"spot":"..."}'
mcp
run_tool({ provider: "mcp-app-strikemission-surf-trip-planner", endpoint: "/get_live_spot_forecast", input: {"spot":"..."} })

Try it

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