app.strikemission/surf-trip-planner
Official5 toolsSurf trip planner: live 0-100 Strike Scores, 10-day forecasts, and trip picks for 1,100+ spots.
Plans surf trips using live forecasts and scores for over 1,100 global surf spots.
Captured live from the server via tools/list.
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 Mission destination candidates with ability fit, season, travel, hazards, and dashboard links. For near-term trips (this month), candidates are ranked by live 10-day Strike Scores.
Parameters (10)
- surferLevelstring
User ability level. Use intermediate when the user can catch green waves and go down the line.
- travelMonthinteger
Target travel month from 1 to 12. Omit to use the current month.
- originAirportstring
Optional IATA origin airport, for example DEN, LAX, JFK, LHR, SYD.
- preferredRegionsarray
Optional regions to prefer, for example Central America, Europe, Pacific, Southeast Asia.
- preferredCountriesarray
Optional countries to prefer, for example Mexico, Costa Rica, Portugal.
- warmWaterOnlyboolean
Set true when the user wants warm-water or boardshort-friendly surf.
- budgetstring
Budget preference for the trip.
- avoidHeavyWavesboolean
Set true for beginners, intermediates, family trips, or anyone avoiding serious reef/slab conditions.
- includeBoatAccessboolean
Set true if boat-only waves are acceptable.
- maxResultsinteger
Maximum number of recommendations.
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, hazards, consistency, and recommended spot candidates.
Parameters (3)
- destinationsarrayrequired
Countries, regions, or spot names to compare, for example Mexico, Costa Rica, Portugal, Bali, Uluwatu.
- surferLevelstring
User ability level.
- travelMonthinteger
Target travel month from 1 to 12. Omit to use the current month.
get_spot_planning_context
Use this when the user asks about a specific surf spot. Returns difficulty, hazards, season, travel access, wave type, swell/wind requirements, and Strike Mission links.
Parameters (1)
- spotstringrequired
Spot name, slug, or numeric Strike Mission spot id, for example Uluwatu, uluwatu, or 1.
get_live_spot_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 for one spot.
Parameters (1)
- spotstringrequired
Spot name, slug, or numeric Strike Mission spot id, for example Uluwatu, uluwatu, or 1.
find_surf_trip_guides
Use this when the user wants surf trip planning guidance, such as landlocked surfer planning, where to surf next, avoiding flat trips, cheap surf flights, or Surfline alternatives.
Parameters (2)
- intentstring
The surf trip planning intent.
- querystring
Optional free-form user query to match against guide titles and keywords.
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"surf-trip-planner": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://www.strikemission.app/api/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.