surf-trip-planner
S
surf-trip-planner
/recommend_surf_trip_destinations

Recommend surf trip destinations

Use this when a user asks where to surf, where to fly for surf, how to plan a landlocked surfer trip, or which destinations fit their ability. Returns Strike Mi

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 /recommend_surf_trip_destinations for me.

Input

FieldTypeDescription
surferLevelstring (beginner | intermediate | advanced | expert)User ability level. Use intermediate when the user can catch green waves and go down the l default "intermediate"
travelMonthintegerTarget travel month from 1 to 12. Omit to use the current month.
originAirportstringOptional IATA origin airport, for example DEN, LAX, JFK, LHR, SYD.
preferredRegionsarrayOptional regions to prefer, for example Central America, Europe, Pacific, Southeast Asia.
preferredCountriesarrayOptional countries to prefer, for example Mexico, Costa Rica, Portugal.
warmWaterOnlybooleanSet true when the user wants warm-water or boardshort-friendly surf. default false
budgetstring (low | medium | high | any)Budget preference for the trip. default "any"
avoidHeavyWavesbooleanSet true for beginners, intermediates, family trips, or anyone avoiding serious reef/slab default true
includeBoatAccessbooleanSet true if boat-only waves are acceptable. default false
maxResultsintegerMaximum number of recommendations. default 6

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":"/recommend_surf_trip_destinations","input":{"surferLevel":"intermediate","warmWaterOnly":false,"budget":"any","avoidHeavyWaves":true,"includeBoatAccess":false,"maxResults":6}}'
cli
npx cracked-ai run -p mcp-app-strikemission-surf-trip-planner -e /recommend_surf_trip_destinations -i '{"surferLevel":"intermediate","warmWaterOnly":false,"budget":"any","avoidHeavyWaves":true,"includeBoatAccess":false,"maxResults":6}'
mcp
run_tool({ provider: "mcp-app-strikemission-surf-trip-planner", endpoint: "/recommend_surf_trip_destinations", input: {"surferLevel":"intermediate","warmWaterOnly":false,"budget":"any","avoidHeavyWaves":true,"includeBoatAccess":false,"maxResults":6} })

Try it

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