MCP & AI Agent Integration

Clockify
automation.

26 AI agent actions for Clockify — callable from any MCP-compatible runtime, Claude, Cursor, or Cerebral OS workflow. Use Clockify to log time, track project hours, and generate utilization reports automatically. Full governance, audit trail, and dry-run safety on every execution.

No credit card required
Live in production environments
<200ms median execution
Dry-run before production
Execution trace
live
26
actions
100%
governed
<200ms
latency
26
AI agent actions
12
Read operations
14
Write operations
4
High-risk actions (approval gated)
Time Tracking Clockify is a Time Tracking integration — use it to automate time tracking, project hours, and team utilization from any AI agent or MCP-compatible runtime.
Actions

What you can do
with Clockify.

Every action below is available as an MCP tool and a verb in Cerebral OS — callable from any AI agent, Claude, Cursor, Windsurf, or your own runtime via the BYOA API. All executions are governed, audited, and dry-run safe.

Get Client
clockify:get_client
Fetch a single client by ID with projects and contact information.
Read Low risk
Get Project
clockify:get_project
Fetch a single project by ID with client, tasks, and settings.
Read Low risk
Get Tag
clockify:get_tag
Fetch a single tag by ID.
Read Low risk
Get Time Entry
clockify:get_time_entry
Fetch a single time entry by ID with project, task, and user details.
Read Low risk
Get User
clockify:get_user
Fetch user information including profile and settings.
Read Low risk
Get Workspace
clockify:get_workspace
Fetch a single workspace by ID with settings and permissions.
Read Low risk
List Clients
clockify:list_clients
List clients in a workspace with filtering options.
Read Low risk
List Projects
clockify:list_projects
List projects in a workspace with filtering options.
Read Low risk
List Tags
clockify:list_tags
List tags in a workspace with filtering options.
Read Low risk
List Time Entries
clockify:list_time_entries
List time entries with filtering and pagination options.
Read Low risk
List Workspaces
clockify:list_workspaces
List all workspaces the user has access to.
Read Low risk
List Workspace Users
clockify:list_workspace_users
List users in a workspace with their membership details.
Read Low risk
Create Client
clockify:create_client
Create a new client in a workspace.
Write Medium risk
Create Project
clockify:create_project
Create a new project in a workspace.
Write Medium risk
Create Tag
clockify:create_tag
Create a new tag in a workspace.
Write Medium risk
Create Time Entry
clockify:create_time_entry
Create a new time entry. Can create completed entries or start a running timer.
Write Medium risk
Delete Client
clockify:delete_client
Delete a client permanently. WARNING: This action cannot be undone and may affect associated projects.
Write High risk
Delete Project
clockify:delete_project
Delete a project permanently. WARNING: This action cannot be undone and will remove all associated time entries.
Write High risk
Delete Tag
clockify:delete_tag
Delete a tag permanently. WARNING: This action cannot be undone and will remove the tag from all time entries.
Write High risk
Delete Time Entry
clockify:delete_time_entry
Delete a time entry permanently. WARNING: This action cannot be undone.
Write High risk
Start Timer
clockify:start_timer
Start a new timer (running time entry). Will stop any currently running timer first.
Write Medium risk
Stop Timer
clockify:stop_timer
Stop the currently running timer for a user.
Write Low risk
Update Client
clockify:update_client
Update an existing client.
Write Medium risk
Update Project
clockify:update_project
Update an existing project.
Write Medium risk
Update Tag
clockify:update_tag
Update an existing tag.
Write Medium risk
Update Time Entry
clockify:update_time_entry
Update an existing time entry.
Write Medium risk
MCP & Runtime API

Call Clockify
from any AI agent.

Any AI agent — Claude, Cursor, LangChain, AutoGen, or your own — can call Clockify actions through the Cerebral OS Runtime API. Governance, credentials, and audit trail fire automatically.

clockify:get_client READ
# Call via Runtime API
curl
-X POST \
  "https://api.cerebralos.com/v1/runtime/actions/run"
  -H "X-API-Key: YOUR_KEY" \
  -d '{
    "verb": "clockify:get_client",
    "args": {},
    "execution_id": "agent-001"
  }'
clockify:create_client WRITE
# Dry-run first — no production risk
curl
-X POST \
  "https://api.cerebralos.com/v1/runtime/actions/run"
  -H "X-API-Key: YOUR_KEY" \
  -d '{
    "verb": "clockify:create_client",
    "args": {},
    "execution_id": "agent-001",
    "metadata": {"dryRun": true}
  }'
Get your Runtime API key at app.cerebralos.com/signup — 1,000 free executions, no credit card required.
AI agent examples

What your AI agent
can do with Clockify.

Real patterns your AI agent can execute via MCP or the Runtime API. Every action governed, dry-run safe, and fully audited.

Trigger
AI agent needs Clockify data
Call clockify:get_client via MCP or Runtime API
AI processes result and takes next action
Full execution logged to audit trail automatically
Trigger
Workflow needs to write to Clockify
Dry-run validates clockify:create_client before execution
Approval gate fires if risk level is high
Action executes with full governance — logged, audited, reversible
Trigger
Event in Clockify
Process with AI agent
Take governed action
Log to audit trail
How it works

Every Clockify action
governed end-to-end.

Cerebral OS isn't a connector. It's the execution layer that sits in front of Clockify — adding governance, dry-run safety, and a full audit trail to every operation.

Governance first
Every verb carries a risk classification. High-risk writes require explicit approval gates before they execute in production.
Dry-run safe
Simulate any Clockify action before it touches production. See exactly what would happen before a single real call is made.
Immutable audit trail
Every Clockify action is logged — what ran, what changed, who approved it, when it happened. Full history on every verb, forever.
Connect with

Clockify works best
alongside these.

Build multi-step workflows that connect Clockify to the rest of your stack. All governed. All audited.

Clockify integration

Start free.
No credit card required.

Start free with 1,000 runs — no credit card required. Connect Clockify in minutes, dry-run every action before it touches production, full audit trail on everything.

Start free — 1,000 runs Browse all integrations →