fortytimer-mcp
A read-only MCP server for fortyTimer, exposing tools to fetch time balances, time entries, project times, and leave requests.
README
fortyTimer MCP Server (read-only)
A thin MCP server that exposes the read-only API of a fortyTimer installation as tools for MCP clients (Claude Desktop, Claude Code and others). The server contains no business logic of its own – authorization, visibility scoping and data minimization are enforced exclusively by the fortyTimer installation the user connects to.
Requirements
- A fortyTimer installation with the license module
api_readonly("fortyTimer API") included in its license. - A personal API token, created in fortyTimer under
Profile → Security → API tokens. The token is shown exactly once.
It inherits the visibility of its owner's account (admin: all users,
supervisor: own approver groups, employee: self only) and can never
modify anything (GET only,
readability). - Node.js ≥ 18 (bundled automatically when installed as a Claude Desktop extension).
Installation (Claude Desktop extension)
Install the packaged fortytimer-<version>.mcpb file via double-click or
Claude Desktop → Settings → Extensions. During installation you are asked
for two values:
| Field | Value |
|---|---|
| fortyTimer URL | Base URL of your installation, e.g. https://42.fortytimer.de (for subdirectory installations include the path, e.g. https://example.com/fortytimer/public) |
| API token | Your personal token from fortyTimer → Profile → Security |
The token is stored in the operating system keychain, not in plain text.
Manual configuration (any MCP client)
{
"mcpServers": {
"fortytimer": {
"command": "node",
"args": ["/path/to/fortytimer-mcp/dist/index.js"],
"env": {
"FORTYTIMER_URL": "https://42.fortytimer.de",
"FORTYTIMER_TOKEN": "<token>"
}
}
}
}
Building from source
npm install
npm run build
Packaging as a Claude Desktop extension:
npm prune --omit=dev
npx @anthropic-ai/mcpb pack . fortytimer-<version>.mcpb
npm install
Tools
| Tool | Returns |
|---|---|
fortytimer_me |
Identity + visibility scope of the token owner |
fortytimer_get_overtime_balance |
Flextime balance as of a date (default: yesterday) |
fortytimer_get_vacation_balance |
Vacation account of a year (entitlement/carry-over/remaining/pending) |
fortytimer_list_time_entries |
Work time entries of a date range incl. minute-exact totals |
fortytimer_list_project_times |
Project time bookings, filterable by project/billability |
fortytimer_list_requests |
Leave requests by user/status/type/date range |
fortytimer_list_users |
Users within the visibility scope (for user_id parameters) |
fortytimer_list_projects |
Projects (for project_id filters) |
All tools are read-only (readOnlyHint). Date ranges are limited to 366 days
server-side, lists paginate with 50 entries per page (page parameter).
Durations are returned as exact integer minutes plus preformatted
hours:minutes strings. Free-text fields of sick-leave requests are never
returned by the API for data-protection reasons.
Testing without a client
npx @modelcontextprotocol/inspector node dist/index.js
(Set the environment variables FORTYTIMER_URL / FORTYTIMER_TOKEN in the
Inspector UI under "Environment Variables".)
Privacy Policy
Full privacy policy: https://fortytimer.de/privacy-policy.md
Summary:
- This MCP server stores no data whatsoever. It holds no databases, caches, log files or analytics.
- All data flows exclusively between the user's own computer and the fortyTimer installation the user configured – there is no third-party service involved and no data is transmitted to the extension author.
- The API token is provided by the user, kept by the MCP client
(Claude Desktop stores it in the operating system keychain) and used solely
as a
Bearerheader against the configured fortyTimer URL. - Which personal data is visible is decided entirely by the connected fortyTimer installation: the token inherits the visibility of its owner's account, and fortyTimer suppresses special-category data (free texts of sick-leave requests) in every API response.
- Data retention is governed by the connected fortyTimer installation (its operator is the data controller); the extension retains nothing.
- Contact: info@fortytwo-consulting.de / https://fortytimer.de
Security
- The token belongs in the local client configuration of the individual user – never commit or share it.
- Tool results contain user-entered free text (notes, request reasons). MCP clients should treat tool results as untrusted data, never as instructions – this server keeps its own tool descriptions purely descriptive and adds no behavioral directives.
- Token revocation: fortyTimer → Profile → Security → API tokens → Delete (effective immediately); token creation and deletion are recorded in the fortyTimer audit log as security events.
- API rate limit: 60 requests per minute.
License
MIT – see LICENSE.
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。