Token导航 LogoToken导航TokenDH.com
GO
开发工具HTTP官方级别未说明来源级核验

Gotimer MCP

MCP Server

# Connect this server (installs CLI if needed)

工具数

公开资料未说明
JavaScriptAPI密钥HTTP开发工具

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

最后核验

2026/5/18 00:17

运行时

Node.js

快速接入

先看主来源和安装命令,再打开仓库或文档;下面只保留这个条目的关键接入事实。

命令预览

npx -y smithery mcp add hazoservices/gotimer-mcp

详细介绍

gotimer-mcp

Quick Start

# Connect this server (installs CLI if needed)
npx -y smithery mcp add hazoservices/gotimer-mcp

# Browse available tools
npx -y smithery tool list hazoservices/gotimer-mcp

# Get full schema for a tool
npx -y smithery tool get hazoservices/gotimer-mcp list_timer_types

# Call a tool
npx -y smithery tool call hazoservices/gotimer-mcp list_timer_types '{}'

Direct MCP Connection

Endpoint: https://gotimer-mcp--hazoservices.run.tools

Tools (10)

  • list_timer_types — Returns all available timer types in GoTimer with their names, descriptions, and default configurations.
  • list_timer_presets — Lists pre-configured timer presets (e.g. Pomodoro, HIIT, Meditation, Film Development). Optionally filter by category.
  • list_public_challenges — Lists all public challenges on GoTimer with participant counts and scores.
  • get_leaderboard — Gets the leaderboard and game history for a specific GoTimer challenge.
  • create_challenge — Creates a new GoTimer challenge. Requires an API key configured via GOTIMER_API_KEY.
  • join_challenge — Joins a GoTimer group challenge using a join code. Requires an API key configured via GOTIMER_API_KEY.
  • create_timer — Creates a live timer on GoTimer and returns a shareable URL. Accepts strategy types (countdown, chess-clock, etc.) and …
  • create_pomodoro — Creates a Pomodoro focus timer. Default: 25 min work, 5 min break, 4 rounds.
  • get_timer_url — Returns a URL to a GoTimer page with pre-filled configuration (timer does NOT auto-start).
  • get_embed_code — Generates HTML embed code for a GoTimer widget. Returns an iframe snippet.
# Get full input/output schema for a tool
npx -y smithery tool get hazoservices/gotimer-mcp 

Prompts (5)

  • start_pomodoro (work_minutes, break_minutes, rounds, label) — Start a Pomodoro focus session with shareable timer URL.
  • plan_hiit_workout (work_seconds, rest_seconds, rounds) — Create a HIIT interval workout timer.
  • start_meditation (minutes) — Start a quiet meditation countdown timer.
  • setup_film_developing (process, temperature_c) — Set up a film development timer for a chosen process (C-41, B&W, E-6, etc.).
  • start_presentation_timer (total_minutes, topic) — Create a presentation countdown timer with a topic label.

目录标签

目录标签

JavaScriptAPI密钥HTTP开发工具

接入字段

传输方式(transport,传输协议)

HTTP

鉴权方式(authType,认证方式)

api-key

运行时(runtime,运行环境)

Node.js

权限和风险

HTTPapi-key部署方式未说明

接入前请确认传输方式、认证方式和部署位置,并根据实际工具能力限制访问范围。

安装前确认

不要直接授予不必要的文件、网络或账号权限;先核对安装命令和配置内容。

仍需确认:category

来源信息

继续浏览同类 MCP