MCP Server

Connect your AI assistant to manage the tournament directly.

Server URL

https://mysteeri.hevirinki.fi/api/mcp

How to connect

  1. 1Go to claude.ai and open Settings
  2. 2Navigate to "Connectors"
  3. 3Click "+" then "Add custom connector"
  4. 4Paste the server URL above and click Add
  5. 5Enable it per conversation via the "+" button → Connectors

Works on claude.ai (Free, Pro, Max, Team, Enterprise) and Claude Desktop.

Example prompts

List all tournament participants
Add Alice and Bob to the tournament
Remove Charlie from the participants
What is the current tournament name and description?
Show me the results from the last round
Set the round length to 15 minutes

Available Tools

list_participants

Returns the current list of tournament participants.

add_participant

Adds a new participant by username. Errors if the username already exists.

remove_participant

Removes a participant by username. Errors if not found.

reorder_participants

Reorders the participant list. The full list must be provided in the desired order.

get_tournament_state

Returns the current tournament configuration: name, description, and round length in minutes.

get_results

Returns 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_name

Sets the tournament name.

set_tournament_description

Sets the tournament description. Markdown is supported.

set_round_length

Sets the round duration in minutes.