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
| Field | Type | Description |
|---|---|---|
| surferLevel | string (beginner | intermediate | advanced | expert) | User ability level. Use intermediate when the user can catch green waves and go down the l default "intermediate" |
| travelMonth | integer | Target travel month from 1 to 12. Omit to use the current month. |
| originAirport | string | Optional IATA origin airport, for example DEN, LAX, JFK, LHR, SYD. |
| preferredRegions | array | Optional regions to prefer, for example Central America, Europe, Pacific, Southeast Asia. |
| preferredCountries | array | Optional countries to prefer, for example Mexico, Costa Rica, Portugal. |
| warmWaterOnly | boolean | Set true when the user wants warm-water or boardshort-friendly surf. default false |
| budget | string (low | medium | high | any) | Budget preference for the trip. default "any" |
| avoidHeavyWaves | boolean | Set true for beginners, intermediates, family trips, or anyone avoiding serious reef/slab default true |
| includeBoatAccess | boolean | Set true if boat-only waves are acceptable. default false |
| maxResults | integer | Maximum 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.