clockodo
clockodo time tracking for German SMBs: time entries, customers, projects, services, users, absences and the running clock. REST API v2, authenticated with a per-user API key plus the user's e-mail address.
7 天免费 · 无需信用卡 · EU 托管
问 clockodo 任何事
通过 AnythingMCP 对 clockodo 试一个真实提示 — Claude 调用工具并返回答案。在你的消息上按 Enter 即可在 Cloud 安装。
在 Cloud 上安装 clockodoClaude 是 AI,可能会出错。请核对回答。
2 分钟设置
- 1在 cloud.anythingmcp.com 开始免费试用。
- 2在连接器商店点击 clockodo。提示时粘贴凭据。
- 3生成 MCP API 密钥,将 AI 客户端指向生成的 MCP URL。
配置 clockodo
直接来自连接器定义:在哪里获取凭据、需要哪些权限,以及该适配器调用的是哪个 API。 由连接器作者以英文提供。
Getting credentials — clockodo needs two values.
- Sign in and open Mein Bereich → Mein Benutzerkonto; the API-Schlüssel is at the bottom of the page. Put it in
CLOCKODO_API_KEY. - Put the e-mail address of that same account in
CLOCKODO_API_USER. clockodo sends it in theX-ClockodoApiUserheader and rejects a key without it. - clockodo also asks every API client to identify itself in a
X-Clockodo-External-Applicationheader; this adapter sendsAnythingMCP;[email protected]automatically.
Permissions follow the user. The key inherits the clockodo role of the account it belongs to. A regular employee only sees their own entries; to read the whole company's time the key must belong to a user with the Verwaltung or Inhaber role.
API version: time entries moved to /v2/entries with a different response envelope ({entries, paging}) from the v1 shape. Customers, projects, services and users are still served from the unversioned root — the paths below reflect that split.
Time ranges are mandatory and ISO 8601 with a zone, e.g. 2026-09-01T00:00:00Z. clockodo rejects a bare date. Ranges are limited server-side; a full year of a large team may need paging via page.
Billability: billable is 0 (not billable), 1 (billable) or 2 (already billed). 'Unbilled work' means billable=1, not 'billable is true'.
Cloud reachability: my.clockodo.com is public with a valid certificate.