Back to search
100
MCP live v1.0.1 streamable-http

io.github.TrackingTime/mcp-server

io.github.TrackingTime/mcp-server

TrackingTime MCP server for profile, events, users, projects, tasks, customers, and services.

Uptime
100.0%
3 probes
Response
534ms
last probe
Tools
26
callable

Tools · 26

get_me

Returns the authenticated user's profile from /me (user_id, account_id and identity fields). Use this first to discover account context before calling list/get tools. Limitations: read-only; requires …

list_workspaces

Lists available workspaces/accounts for the authenticated user, including account_id and selected workspace flag. Use this when multiple workspaces exist and you need to choose account_id before other…

list_events

Lists time events from /events for a date range. Supports filters by USER, PROJECT, CUSTOMER, TASK, or COMPANY, plus pagination and sort order. If filter/id are missing, it defaults to USER and auto-r…

list_company_events

Lists company-level events from /events using filter=COMPANY. Use this for global metrics (for example, total hours by user in a period) without iterating user-by-user. Requires from/to and does not r…

get_event

Fetches one time event by event_id from /events/{id}. Use when you already have an event identifier and need full event detail. Limitations: requires a valid event_id in the same accessible account co…

list_users

Lists account users from /users. Supports filters and optional billing/team/employee expansion. Use this to discover users before calling user-specific tools. Limitations: read-only; visibility depend…

get_user

Gets a single user from /users/:id. Use when you already have a user id and need detailed profile data. Limitations: read-only; access to other users depends on role permissions.

list_user_tasks

Lists tasks assigned to a user from /users/:id/assigned_tasks, grouped by project. By default (without filter) this endpoint returns the user's active assigned tasks. Use filter only when you explicit…

list_user_projects

Lists projects assigned to a user from /users/:user_id/projects. Use to scope project context for a specific person. Limitations: read-only; returns only projects visible in the authenticated account …

list_user_trackables

Lists user trackables from /users/:id/trackables (projects and tasks grouped by project). Supports favorite-only mode and project/task filtering options. Limitations: read-only; payload size can grow …

list_projects

Lists projects from /projects with optional status filter (ALL, ACTIVE, ARCHIVED). Use for project discovery before task/event queries. Limitations: read-only listing; filter values are restricted to …

list_tasks

Lists tasks from /tasks, optionally scoped by project_id and status filter (ALL, ACTIVE, ARCHIVED). Use after selecting a project to narrow task context. Limitations: read-only; project_id must exist …

create_task

Creates a new task using POST /tasks/add. Supports assigning users, linking to a project, custom fields and billable flag. Limitations: write operation; requires permissions to create tasks in the tar…

get_task

Gets a specific task from /tasks/:task_id. By default this tool requests include_custom_fields=true so task custom fields are returned unless explicitly disabled. Use when you need full task details b…

update_task

Updates an existing task using /tasks/update/:task_id. Supports changing description, due date, project/service linkage, assignees, billing fields and custom fields. Limitations: write operation; task…

create_customer

Creates a new customer using POST /customers/add. Supports adding custom field values during creation. Limitations: write operation; requires permissions in the target account.

update_customer

Updates an existing customer using /customers/update/:customer_id. Supports renaming the customer and updating custom field values. Limitations: write operation; customer must exist in the target acco…

create_project

Creates a new project using POST /projects/add. Supports linking a customer, custom fields, public visibility and estimated time. Limitations: write operation; requires permissions to create projects …

update_project

Updates an existing project using /projects/update/:project_id. Supports core project fields, billing fields, customer/service linkage, notes and custom fields. Limitations: write operation; project m…

create_event

Creates a new time event using POST /events/add. Supports linking to a task or project, optional notes, repeating configuration and custom fields. Limitations: write operation; start, end and timezone…

update_event

Updates an existing time event using /events/update/:event_id. Supports changing task/project linkage, start/end timestamps, notes, user and custom fields. Limitations: write operation; event must exi…

track_task

Starts tracking time using /tasks/track. Supports tracking an existing task or creating/tracking by task and project names. Limitations: write operation; task/project resolution depends on the provide…

stop_task

Stops tracking a running task using /tasks/stop/:task_id. Supports optional stop date and returning the updated task. Limitations: write operation; the task must be currently trackable in the target a…

create_custom_field

Creates a new custom field using POST /custom_fields/add. Supports task, project, event, user and customer custom fields. Limitations: write operation; value_type and filter_object_class are required.

create_enum_option

Creates a new enum option for an existing custom field using POST /enum_options/add. Limitations: write operation; requires an existing enum custom field id.

list_customers

Lists customers from /customers with optional status filter (ALL, ACTIVE, ARCHIVED). Use to map customer entities before querying related projects/events. Limitations: read-only listing; filter values…

Similar MCP servers embedding-nearest

io.github.bch1212/pubrecords live
US public-records intelligence for AI agents — companies, SEC, courts, spending, licenses.
10 tools · streamable-http
io.github.PrinceGabriel-lgtm/freshcontext live
Freshness-aware AI retrieval with 21 MCP tools for timestamped, decay-ranked live signals.
21 tools · streamable-http
io.github.XogZ3/botoi-mcp live
49 developer tools via MCP: DNS, WHOIS, IP lookup, JWT, hashing, QR, and more.
49 tools · streamable-http
io.github.trackingtime/mcp-server
TrackingTime MCP server for profile, events, users, projects, tasks, customers, and services.
0 tools · streamable-http
com.teamwork/mcp live
The Teamwork.com official MCP server helps teams efficiently manage client projects with AI.
168 tools · sse
agentView live
Display delivery platform for AI agents. Push HTML, dashboards and live data to screens.
79 tools · streamable-http

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "io.github.trackingtime/mcp-server": {
      "url": "https://mcp.trackingtime.co/mcp",
      "transport": "streamable-http"
    }
  }
}