TimeTac
TimeTac time and attendance for DACH teams: time trackings, users, projects, tasks, absences and the live clock-in state. REST API v3 on the customer's own timetac.com subdomain, OAuth 2.0.
7 日間無料 · クレジットカード不要 · EU ホスト
TimeTac に何でも聞ける
AnythingMCP 経由で TimeTac に実際のプロンプトを試そう — Claude がツールを呼び出し、回答します。あなたのメッセージで Enter を押すと Cloud にインストールします。
TimeTac を Cloud にインストールClaude は AI のため誤ることがあります。回答をご確認ください。
2 分でセットアップ
- 1cloud.anythingmcp.com で無料トライアル開始。
- 2コネクターストアで TimeTac をクリック。資格情報を貼り付け。
- 3MCP API キーを発行し、AI クライアントを MCP URL に向ける。
TimeTac のガイド
主要 AI クライアント向けのステップバイステップセットアップ。
TimeTac のセットアップ
コネクタ定義そのものから:認証情報の入手先、必要な権限、このアダプタが呼び出す API。 コネクタ作者により英語で提供されています。
Your account name is part of every URL. TimeTac gives each customer a subdomain and repeats the account name in the path: https://<account>.timetac.com/<account>/api/v3/. Set TIMETAC_ACCOUNT to that name (the part before .timetac.com) and the adapter builds both halves.
Getting OAuth credentials
- Ask TimeTac support to enable API access and issue an OAuth 2.0 client for your account — it is not self-service in the web UI.
- You receive a client id and client secret. Complete the authorization-code flow once against
https://<account>.timetac.com/<account>/oauth2/authorizeand keep the refresh token. - Set
TIMETAC_ACCOUNT,TIMETAC_CLIENT_ID,TIMETAC_CLIENT_SECRETandTIMETAC_REFRESH_TOKEN. AnythingMCP refreshes the access token on its own from then on.
Reads end in /read. TimeTac's v3 API is not REST-shaped: the list endpoint for a resource is <resource>/read, and filters go in query parameters like filter=[{"field":"date","comparison":"gt","value":"2026-09-01"}]. The tools below pass a filter string through verbatim so the agent can express whatever the docs allow.
Responses are wrapped in {"Success": true, "Results": [...], "NumResults": n}. An empty Results with Success: true means the filter matched nothing, not that the call failed.
Unverified: these paths follow TimeTac's published v3 documentation and have not been run against a live account. Check the docs before concluding a credential is wrong.
Cloud reachability: <account>.timetac.com is public with a valid certificate.
あなたの AI は TimeTac から 2 クリック先。
コネクターをインストール、資格情報を貼り付け、AI に質問。7 日間無料、クレジットカード不要。