# Tracking Time MCP

Query time entries, projects, tasks, and team productivity data from any AI assistant.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y smithery mcp add trackingtime/mcp-server

# Browse available tools
npx -y smithery tool list trackingtime/mcp-server

# Get full schema for a tool
npx -y smithery tool get trackingtime/mcp-server mcp_get_me

# Call a tool
npx -y smithery tool call trackingtime/mcp-server mcp_get_me '{}'
```

## Direct MCP Connection

Endpoint: `https://mcp-server--trackingtime.run.tools`

## Tools (8)

- `mcp_get_me` — Get current user profile information. Call this first to establish account/user context before using other tools.
- `mcp_events_list` — Retrieves a list of events. Call mcp_get_me first to determine account context. To filter by a specific entity (e.g. Pr…
- `mcp_events_get` — Get a single event by ID. Call mcp_get_me first to determine account context.
- `mcp_users_list` — List users in the account. Call mcp_get_me first to determine account context.
- `mcp_projects_list` — List projects. Call mcp_get_me first to determine account context.
- `mcp_tasks_list` — List tasks. Call mcp_get_me first to determine account context.
- `mcp_customers_list` — List customers. Call mcp_get_me first to determine account context.
- `mcp_services_list` — List services. Call mcp_get_me first to determine account context.

```bash
# Get full input/output schema for a tool
npx -y smithery tool get trackingtime/mcp-server <tool-name>
```
