MCP & AI Agent Integration

Tmetric
automation.

25 AI agent actions for Tmetric — callable from any MCP-compatible runtime, Claude, Cursor, or Cerebral OS workflow. Use Tmetric 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
25
actions
100%
governed
<200ms
latency
25
AI agent actions
11
Read operations
14
Write operations
4
High-risk actions (approval gated)
Time Tracking Tmetric 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 Tmetric.

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 Active Timer
tmetric:get_active_timer
Get the currently running timer, if any.
Read Low risk
Get Client
tmetric:get_client
Fetch a single client by ID with project details.
Read Low risk
Get Project
tmetric:get_project
Fetch a single project by ID with client and task details.
Read Low risk
Get Task
tmetric:get_task
Fetch a single task by ID with project details.
Read Low risk
Get Time Entry
tmetric:get_time_entry
Fetch a single time entry by ID with project and task details.
Read Low risk
Get User
tmetric:get_user
Fetch a single user by ID or get current user info.
Read Low risk
List Clients
tmetric:list_clients
List clients with optional filtering by active status.
Read Low risk
List Projects
tmetric:list_projects
List projects with optional filtering by client or active status.
Read Low risk
List Tasks
tmetric:list_tasks
List tasks with optional filtering by project or active status.
Read Low risk
List Time Entries
tmetric:list_time_entries
List time entries with optional filtering by date range, project, or user.
Read Low risk
List Users
tmetric:list_users
List users in the workspace with optional filtering by active status.
Read Low risk
Create Client
tmetric:create_client
Create a new client for organizing projects and billing.
Write Medium risk
Create Project
tmetric:create_project
Create a new project for organizing time tracking.
Write Medium risk
Create Task
tmetric:create_task
Create a new task within a project for detailed time tracking.
Write Medium risk
Create Time Entry
tmetric:create_time_entry
Create a new time entry for tracking work time.
Write Medium risk
Delete Client
tmetric:delete_client
Delete a client permanently. This will also delete all associated projects and time entries.
Write High risk
Delete Project
tmetric:delete_project
Delete a project permanently. This will also delete all associated time entries and tasks.
Write High risk
Delete Task
tmetric:delete_task
Delete a task permanently. This will also delete all associated time entries.
Write High risk
Delete Time Entry
tmetric:delete_time_entry
Delete a time entry permanently. This action cannot be undone.
Write High risk
Start Timer
tmetric:start_timer
Start a new timer for real-time time tracking. Only one timer can be active at a time.
Write Medium risk
Stop Timer
tmetric:stop_timer
Stop the currently running timer and create a time entry.
Write Medium risk
Update Client
tmetric:update_client
Update an existing client with new information.
Write Medium risk
Update Project
tmetric:update_project
Update an existing project with new information.
Write Medium risk
Update Task
tmetric:update_task
Update an existing task with new information.
Write Medium risk
Update Time Entry
tmetric:update_time_entry
Update an existing time entry with new information.
Write Medium risk
MCP & Runtime API

Call Tmetric
from any AI agent.

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

tmetric:get_active_timer READ
# Call via Runtime API
curl
-X POST \
  "https://api.cerebralos.com/v1/runtime/actions/run"
  -H "X-API-Key: YOUR_KEY" \
  -d '{
    "verb": "tmetric:get_active_timer",
    "args": {},
    "execution_id": "agent-001"
  }'
tmetric: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": "tmetric: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 Tmetric.

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 Tmetric data
Call tmetric:get_active_timer 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 Tmetric
Dry-run validates tmetric:create_client before execution
Approval gate fires if risk level is high
Action executes with full governance — logged, audited, reversible
Trigger
Event in Tmetric
Process with AI agent
Take governed action
Log to audit trail
How it works

Every Tmetric action
governed end-to-end.

Cerebral OS isn't a connector. It's the execution layer that sits in front of Tmetric — 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 Tmetric action before it touches production. See exactly what would happen before a single real call is made.
Immutable audit trail
Every Tmetric action is logged — what ran, what changed, who approved it, when it happened. Full history on every verb, forever.
Connect with

Tmetric works best
alongside these.

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

Tmetric integration

Start free.
No credit card required.

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

Start free — 1,000 runs Browse all integrations →