boardsesh-mcp
Related Servers
Alternatives to boardsesh-mcp
No user-submitted related servers found.
Related Servers
- AlicenseAqualityAmaintenanceEnables AI agents to read and analyze your Kilter Board logbook, including sessions, sends, projects, and grade progress, entirely read-only.91MIT
- AlicenseCqualityCmaintenanceEnables AI agents to read training data and, with explicit approval, replace planned workouts in a user's Intervals.icu account.7Apache 2.0
- AlicenseAqualityBmaintenanceEnables AI assistants to read your SisRUN training plan with your own credentials and answer questions about prescribed workouts, like weekly coach plans, in a structured format.316 PyPIMIT
- FlicenseNot gradedqualityDmaintenanceGives LLM agents read-only access to your WHOOP data — recovery, sleep, strain, workouts, and profile.6 npm-
- AlicenseAqualityBmaintenanceEnables AI assistants to read your Strava training data and answer plain-language questions about activities, splits, and totals across sports like running, skiing, and hiking.411 npmMIT
- AlicenseAqualityBmaintenanceEnables AI assistants to read Technogym mywellness training history, including workout sessions, per-exercise set data, per-second exercise analytics, and heart-rate traces.6MIT
TDQS
Scored across 12 tools
Every tool targets a distinct resource or analytical view: summary, individual ascents, grouped sessions, projects, board comparison, grade distribution, progression trends, recommendations, similar climbs, hold heatmap, catalogue search, and grade scales. Even the three 'find climbs' tools are cleanly separated by input (user level, hold overlap, search filters).
All tools follow the boardsesh_<verb>_<noun> pattern with clear, domain-specific nouns. Most use 'get_' for retrievals, and the few exceptions (compare_boards, recommend_climbs, find_similar_climbs, search_climbs) still use crisp action verbs that match their purpose, so the pattern remains predictable.
12 tools is well-scoped for a climbing logbook analytics server. Each tool covers a meaningful query type without redundancy, and the number is within the ideal range for an agent to navigate efficiently.
The toolset covers the major analytics and discovery workflows: history, sessions, projects, comparisons, trends, recommendations, similarity, heatmaps, search, and grade mapping. A minor gap is the lack of a direct 'get climb details' endpoint (only search/find_similar return climb info), but agents can obtain climb details from ascents or search results, so it is not a blocking omission.