S
surf-trip-planner
/compare_surf_destinations
Compare surf destinations
Use this when a user is deciding between specific countries, regions, or surf spots. Compares Strike Mission fit by ability level, season, travel access, hazard
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 /compare_surf_destinations for me.
Input
| Field | Type | Description |
|---|---|---|
| destinations* | array | Countries, regions, or spot names to compare, for example Mexico, Costa Rica, Portugal, Ba |
| surferLevel | string (beginner | intermediate | advanced | expert) | User ability level. default "intermediate" |
| travelMonth | integer | Target travel month from 1 to 12. Omit to use the current month. |
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":"/compare_surf_destinations","input":{"destinations":[],"surferLevel":"intermediate"}}'cli
npx cracked-ai run -p mcp-app-strikemission-surf-trip-planner -e /compare_surf_destinations -i '{"destinations":[],"surferLevel":"intermediate"}'mcp
run_tool({ provider: "mcp-app-strikemission-surf-trip-planner", endpoint: "/compare_surf_destinations", input: {"destinations":[],"surferLevel":"intermediate"} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.