create_customerCreate CustomerCreate a new billing customer in your organization. The organization is fixed by your context - never pass an organization id.
MCP SERVER
https://api.timix.ai/api/integration/v1/mcpSUMMARY
Timix.AI is a time tracking and project budgeting tool for service firms, offering live project budgets, billing exports, and team utilization metrics. It provides over 100 MCP tools for querying hours, budgets, customers, projects, and time entries, as well as logging time and managing holiday profiles. Access requires authentication, and the tool can perform actions like creating customers and logging time.
USE CASES
CAPABILITIES
Evidence-backed capability profile
TOOLS IN THIS MCP SERVER
create_customerCreate CustomerCreate a new billing customer in your organization. The organization is fixed by your context - never pass an organization id.
create_holiday_profileCreate Holiday ProfileCreate and SAVE a national-holiday profile for the organization for a specific year, AFTER the user has explicitly reviewed and confirmed the holiday list. Each holiday is either a full day off or a half/partial working day (with a start/end working window). Holiday dates MUST come from suggest_holiday_profile or the user — never invent dates. Only call this once the user has confirmed; do not call it to preview.
find_billing_workFind Billing WorkFind the projects, tasks and subtasks in your organization where time can be tracked, optionally filtered by a name fragment. Use this to locate where to record work. Returns ids and names only.
get_billing_reportGet Billing ReportGet billing summary for a customer over a date range.
get_budget_alertsGet Budget AlertsGet all budget alerts for the organization showing projects that are over or near budget.
get_budget_healthGet Budget HealthGet overall budget health summary for the organization, including project counts by status (on-track, warning, critical), total remaining budget hours, and active alerts.
get_customer_infoGet Customer InfoGet detailed information about a customer including health score and portfolio.
get_dashboard_metricsGet Dashboard MetricsGet organization dashboard metrics including utilization, revenue, and active projects.
get_employee_timesheetGet Employee TimesheetGet an employee's timesheet report showing target hours, actual hours logged, and variance. Can look up by employee name or default to the requesting user.
get_hours_summaryGet Hours SummaryGet a summary of hours logged for a user or team over a date range.
get_my_time_entriesGet My Time EntriesGet the current user's time entry analytics for a date range, including hours breakdown by project and customer, billable vs non-billable split, and target comparison.
get_project_statusGet Project StatusGet detailed project status including budget, hours, and task breakdown.
get_project_teamGet Project TeamGet the people associated with a project: who is ASSIGNED to it (formally responsible / accountable) and the TOP CONTRIBUTORS by hours logged (who is actually doing the work and driving the budget/overrun). Use this to answer 'who is responsible for / working on a project', especially when a project is over budget. Budget-alert results include the project_id you can pass directly into this tool.
get_resource_utilizationGet Resource UtilizationGet team resource utilization summary showing target hours, actual hours, billable hours, and utilization percentage for the organization.
get_unbilled_timeGet Unbilled TimeGet a summary of unbilled time across the organization, including total hours, total amount, number of entries, and aging information.
list_customersList CustomersList all customers in the organization.
list_my_time_entriesList My Time EntriesList the current user's own individual time entries for a date range, with project name, task/subtask ids, hours, description, billable flag and status. Use this to see exactly what was logged (the per-entry detail), as opposed to aggregated totals.
list_projectsList ProjectsList all projects in the organization with their status and budget information.
log_timeLog TimeCreate a single time entry on a subtask for the current user. Requires permission to log time.
suggest_holiday_profileSuggest Holiday ProfileLook up the official public/national holidays for a country (ISO-2 code, e.g. US, IL, GB) and year from an authoritative public source (Hebcal for Israel, Nager.Date for everywhere else). Returns a DRAFT list of holiday dates: each is either a full day off or a half/partial working day (with a start/end working window). Use this to PROPOSE a holiday profile — never invent holiday dates from memory. The dates returned are authoritative for that exact year.
MACHINE-READABLE ENDPOINTS
ACCESS
USAGE OBSERVATIONS