T
turnale
20 endpointsliveRun racket-sport tournaments from your AI assistant: fair draws, scores, live standings. (MCP server app.turnale/turnale, aggregated from the official registry)
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, and then use Cracked to show me what I can do for turnale.
| Endpoint | What it does | Price | Health |
|---|---|---|---|
| Ping /ping | Health check. Returns a static confirmation that the Turnale MCP server is reachable. | $0.0020 per call | unknown |
| Create tournament /create_tournament | Create a new tournament. Keep setup SHORT: ask the organiser only for sport, players, court count and start time — sensible defaults cover everything else. FORM | $0.0020 per call | unknown |
| Add players /add_players | Add players to the roster in bulk (parse pasted lists or spreadsheets yourself and send structured entries — never invent placeholder names; use signup mode whe | $0.0020 per call | unknown |
| Update players /update_player | Rename a player or set their gender/level/note. Updates MANY in one call: pass `updates` with one object per player and never loop one-by-one — setting levels f | $0.0020 per call | unknown |
| Remove players /remove_player | Remove one or MANY players before any result is recorded (afterwards use withdraw_player or replace_player) — pass player_names to clear several in one call, ne | $0.0020 per call | unknown |
| Set doubles pairs /set_pairs | Fix the doubles pairs: pass explicit pairs by name, or auto-pair (random or level-balanced). Only before results exist. Regenerates an existing unlocked draw. | $0.0020 per call | unknown |
| Update settings /update_settings | Change the tournament name, start time, match duration, break/changeover minutes, courts (count or names), house rules, or courtside score entry from the page. | $0.0020 per call | unknown |
| Promote from waitlist /promote_player | Move a waitlisted player onto the active roster when a spot opens (signed-in players are notified by email). The cap can be raised with update_settings. | $0.0020 per call | unknown |
| Generate draw /generate_draw | Generate (or regenerate) the draw and schedule. This IS the start action: the first draw moves the tournament from setup to active and closes self-signup — when | $0.0020 per call | unknown |
| Get tournament briefing /get_briefing | Compact full state of the tournament — settings, roster, progress, next matches, standings, page link. Call this first when resuming work in a new conversation | $0.0020 per call | unknown |
| List players /list_players | Full roster with status, level, and doubles partner. | $0.0020 per call | unknown |
| List matches /list_matches | Matches with sides, scores, courts and times. Filter by state or round; paginate with after_match_number for large tournaments. | $0.0020 per call | unknown |
| Get schedule /get_schedule | Upcoming matches in playing order with courts and estimated times. | $0.0020 per call | unknown |
| Get standings /get_standings | Current standings per group/structure, tiebreak-ordered (wins → head-to-head → set diff → game diff; americano: total points). | $0.0020 per call | unknown |
| Get final results /get_results | Final placements (or placements-so-far for a tournament that ended early). | $0.0020 per call | unknown |
| Get change log /get_audit_log | Chronological record of every change (newest first) — the answer to "who changed that?". Paginate with before_id. Ids are global across all tournaments, so gaps | $0.0020 per call | unknown |
| Export tournament data /get_export | Full structured export of the tournament document (players, draws, results) — for the organiser's own records or data portability. | $0.0020 per call | unknown |
| Get PDF links /get_pdf_link | Download links for the printable PDF. pdf_url is the merged tournament document (match sheet with write-in score boxes, player sheet, standings/results when the | $0.0020 per call | unknown |
| Get PDF document /get_pdf | The printable PDF itself, returned as a base64 embedded resource — use this when the organiser wants the file handed to them and your client cannot fetch URLs. | $0.0020 per call | unknown |
| Record results /record_results | Record one or many results. Score is conversational text: "6-4 3-6 10-7" (sets) or "16-8" (americano points). Outcomes: completed (default), walkover, retired ( | $0.0020 per call | unknown |