Connect your AI assistant to manage the tournament directly.
https://mysteeri.hevirinki.fi/api/mcp
Works on claude.ai (Free, Pro, Max, Team, Enterprise) and Claude Desktop.
list_participantsReturns the current list of tournament participants.
add_participantAdds a new participant by username. Errors if the username already exists.
remove_participantRemoves a participant by username. Errors if not found.
reorder_participantsReorders the participant list. The full list must be provided in the desired order.
get_tournament_stateReturns the current tournament configuration: name, description, and round length in minutes.
get_resultsReturns per-participant results for the current or last round, sorted by finish time. Shows elapsed seconds, DNF status, and points earned this round.
set_tournament_nameSets the tournament name.
set_tournament_descriptionSets the tournament description. Markdown is supported.
set_round_lengthSets the round duration in minutes.