← timix.ai

INDIVIDUAL MCP TOOL

undo_write_off

Reverse the most-recent write-off on a time report, restoring the written-off hours to the billable pool.

timix.ainone authenticationAvailability not checked

Input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a write-action term.

Parent endpoint

timix.ai

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.timix-mcp]
url = "https://api.timix.ai/api/integration/v1/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "timix-mcp": {
      "type": "http",
      "url": "https://api.timix.ai/api/integration/v1/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: timix-mcp
Remote MCP URL: https://api.timix.ai/api/integration/v1/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "timix-mcp": {
      "url": "https://api.timix.ai/api/integration/v1/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "timix-mcp": {
      "type": "http",
      "url": "https://api.timix.ai/api/integration/v1/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "timix-mcp",
  "transport": "streamable-http",
  "url": "https://api.timix.ai/api/integration/v1/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • get_hours_summary — Get a summary of hours logged for a user or team over a date range
  • get_dashboard_metrics — Get organization dashboard metrics including utilization, revenue, and active projects
  • get_customer_info — Get detailed information about a customer including health score and portfolio
  • get_project_status — Get detailed project status including budget, hours, and task breakdown
  • get_billing_report — Get billing summary for a customer over a date range
  • get_budget_alerts — Get all budget alerts for the organization showing projects that are over or near budget
  • list_customers — List all customers in the organization
  • list_projects — List all projects in the organization with their status and budget information