gotimer-mcp
https://gotimer-mcp--hazoservices.run.tools
How to connect
-
Smithery (hosted)
1. Open https://smithery.ai/servers/hazoservices/gotimer-mcp 2. Click Connect and complete OAuth in your MCP client (Claude, Cursor, VS Code, etc.) 3. MCP endpoint: https://gotimer-mcp--hazoservices.run.tools
Tools (10)
-
list_timer_typesReturns all available timer types in GoTimer with their names, descriptions, and default configurations.
-
list_timer_presetsLists pre-configured timer presets (e.g. Pomodoro, HIIT, Meditation, Film Development). Optionally filter by category.
-
list_public_challengesLists all public challenges on GoTimer with participant counts and scores.
-
get_leaderboardGets the leaderboard and game history for a specific GoTimer challenge.
-
create_challengeCreates a new GoTimer challenge. Requires an API key configured via GOTIMER_API_KEY.
-
join_challengeJoins a GoTimer group challenge using a join code. Requires an API key configured via GOTIMER_API_KEY.
-
create_timerCreates a live timer on GoTimer and returns a shareable URL. Accepts strategy types (countdown, chess-clock, etc.) and preset names (pomodoro, hiit, etc.).
-
create_pomodoroCreates a Pomodoro focus timer. Default: 25 min work, 5 min break, 4 rounds.
-
get_timer_urlReturns a URL to a GoTimer page with pre-filled configuration (timer does NOT auto-start).
-
get_embed_codeGenerates HTML embed code for a GoTimer widget. Returns an iframe snippet.