Connector guide2-minute read7 MCP toolsEN · DE · IT

TimeTac a MCP — Pilota TimeTac desde cualquier agente IA

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.

HCBy HelpCode teamActualizado 2 min read Código abierto en GitHub

Sin tarjeta de crédito · 7 días de prueba · Alternativa self-host disponible

TimeTac

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.

herramientas

7

Región

DE

Categoría

Time Tracking

Autenticación

OAuth 2.0

Env vars requeridas

TIMETAC_ACCOUNTTIMETAC_CLIENT_IDTIMETAC_CLIENT_SECRETTIMETAC_REFRESH_TOKEN
Instalar con un clic en Cloud

7 días de prueba gratis · Sin tarjeta de crédito

  • Prueba gratis de 7 días
    Sin tarjeta de crédito
  • GDPR & SOC 2 ready
    Datos en la UE, registros de auditoría
  • Código abierto en GitHub
    Open source · AGPL-3.0
  • Funciona con ChatGPT, Claude, Gemini
    Cualquier cliente compatible con MCP

Sáltate la instalación. Funcionando en menos de 2 minutos.

Inicia una prueba gratuita en cloud.anythingmcp.com, añade TimeTac con un clic y apunta tu cliente de IA (Claude, ChatGPT, Copilot o Cursor) al endpoint MCP generado. Sin Docker, sin git clone, sin experiencia de desarrollo.

Empezar prueba gratis

Summary

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.

Prueba a pedir

Prompts de ejemplo para TimeTac

Haz clic en un prompt para copiarlo. Pégalo en Claude, ChatGPT, Cursor, Gemini, Copilot u OpenClaw para ejecutarlo contra este conector.

TimeTac · live vía MCP
Compartir
Opus 4.7

Claude es IA y puede equivocarse. Verifica siempre las respuestas.

💡 ¿Sin instalación? Usa cloud.anythingmcp.com directamente. Inicia sesión, pulsa Connectors → TimeTac, pega tus credenciales, genera una MCP API key — listo. Sin Docker, sin git clone, sin servidor local.

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.

Configuración

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

  1. 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.
  2. You receive a client id and client secret. Complete the authorization-code flow once against https://<account>.timetac.com/<account>/oauth2/authorize and keep the refresh token.

Requisitos previos: TIMETAC_ACCOUNT, TIMETAC_CLIENT_ID, TIMETAC_CLIENT_SECRET, TIMETAC_REFRESH_TOKEN

Instalar el conector localmente

curl -fsSL https://raw.githubusercontent.com/HelpCode-ai/anythingmcp/main/docker-compose.quickstart.yml -o docker-compose.yml
printf 'JWT_SECRET=%s\nENCRYPTION_KEY=%s\n' "$(openssl rand -hex 32)" "$(openssl rand -hex 32)" > .env
docker compose up -d

Abre http://localhost:3000/connectors/store, elige TimeTac e introduce las variables listadas en los Requisitos previos.

Herramientas disponibles

ToolWhat it does
timetac_list_usersList the users in the TimeTac account with their name, employee number, department and active state
timetac_list_time_trackingsRead time trackings in a date range: start, end, duration, the user and the task booked against
timetac_list_projectsList projects with their client, budget and status, so a time tracking can be attributed to a piece of work
timetac_list_tasksList tasks — the things users actually clock onto — with the project they belong to and whether they are still open
timetac_list_absencesList absences (holiday, sick leave, special leave) with their type, date range and approval state, for the roster view
timetac_list_departmentsList the departments configured in the account, so users and reports can be grouped the way the org chart does
timetac_get_live_statusRead who is currently clocked in and on what — the live attendance board, answering 'who is working right now'

Siguientes pasos

¿Te ha sido útil esta guía?

Your TimeTac agent is one click away.

Install the connector, paste the key, prompt any MCP client. Free for 7 days, no credit card.

Guías relacionadas

connectors

Cómo conectar TimeTac a ChatGPT — via MCP

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.

connectors

Cómo conectar TimeTac a Claude — via MCP

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.

connectors

Cómo conectar TimeTac a Cursor — via MCP

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.

connectors

Cómo conectar TimeTac a Gemini — via MCP

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.

connectors

AFAS Profit a MCP — Pilota AFAS Profit desde cualquier agente IA

AFAS Profit — Dutch ERP and HR: read any published GetConnector, list what is available, and inspect a connector's metadata. Token auth with AFAS's base64-wrapped XML token.

connectors

Aruba Fatturazione Elettronica a MCP — Pilota Aruba Fatturazione Elettronica desde cualquier agente IA

Aruba Fatturazione Elettronica: send and track Italian e-invoices through the Sistema di Interscambio, read received invoices and their SDI notifications. Token auth against Aruba's B2B gateway.