Tracking Time MCP
Query time entries, projects, tasks, and team productivity data from any AI assistant.
От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетБез входаГлобальныйБесплатноТолько чтение
Что умеет
- 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. Project), set 'filter' to the entity type (e.g. 'PROJECT') and pro
- Mcp Events Get: Get a single event by ID. Call mcp_get_me first to determine account context.
Какие данные видит
Нужен ли аккаунт
Не нужен: сервер работает без входа
Query time entries, projects, tasks, and team productivity data from any AI assistant.
Список инструментов сервера (8)
Технические названия из tools/list. Нужны только разработчикам.
| 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. Project), set 'filter' to the entity type (e.g. 'PROJECT') and provide its 'id'. For global company stats, use filter='COMPANY' (no id required). |
| 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. |