# io.github.theluckystrike/time-tracker (mcpb · time-tracker.mcpb)

Track billable time from your AI chat: timers, entries, reports, CSV export. All data stays local.

- Trust score: 57/100 (low)
- Change this week: +4
- Registry status: deprecated
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-21

> **Deprecated**: this server is marked deprecated in the MCP registry. The registry records this reason: "Superseded by the word-rich registry name for this server at v0.21.0; the v0.1.1 bundle this row points at is three weeks and twenty releases old."

## Components

- mcpb · `time-tracker.mcpb`: 57/100 (this document), [markdown](https://verifymcp.io/servers/theluckystrike-time-tracker/https-github-com-theluckystrike-mcp-servers-releases-download-v0-1-1-time-tracke.md), [page](https://verifymcp.io/servers/theluckystrike-time-tracker/https-github-com-theluckystrike-mcp-servers-releases-download-v0-1-1-time-tracke)

## Channel facts

- Registry: `mcpb`
- Package: `https://github.com/theluckystrike/mcp-servers/releases/download/v0.1.1/time-tracker.mcpb`
- Version: `0.1.1`
- Transport: `stdio`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-09-21.

- **Supply Chain Security**: 23/100
  - Malware scan not yet available for this package.
  - Known CVEs were checked across the 96 of 97 dependencies we could resolve, so this covers what we could see, not the whole tree.
  - No install/post-install scripts declared.
  - Dependency health was assessed across the 96 of 97 dependencies we could resolve, so this covers what we could see, not the whole tree.
- **Provenance & Transparency**: 45/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 18 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 87/100
  - 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 1316 tokens (~94/item across 14 items; 13 tools + 1 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 63/100
  - Stability observed for 19 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 97/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 90% of tool parameters carry a description.
- **Tool Safety**: 75/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - 0 of 1 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation; "entry_delete" implies "delete" and declares no destructiveHint at all, which the MCP spec reads as destructive by default.
  - An AI judge read all 14 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

- Download bundle: `https://github.com/theluckystrike/mcp-servers/releases/download/v0.1.1/time-tracker.mcpb`

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-09-21 (score 57, +1)

No change was recorded against any check on this day. Stability & Change Management went from 60 to 63. That category is still filling its 30-day observation window: 18 days of observed history at the previous scan, 19 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-19 (score 56, +1)

No change was recorded against any check on this day. Stability & Change Management went from 53 to 57. That category is still filling its 30-day observation window: 16 days of observed history at the previous scan, 17 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-17 (score 55, +1)

No change was recorded against any check on this day. Stability & Change Management went from 47 to 50. That category is still filling its 30-day observation window: 14 days of observed history at the previous scan, 15 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-15 (score 54, +1)

No change was recorded against any check on this day. Stability & Change Management went from 40 to 43. That category is still filling its 30-day observation window: 12 days of observed history at the previous scan, 13 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-13 (score 53, +1)

No change was recorded against any check on this day. Stability & Change Management went from 33 to 37. That category is still filling its 30-day observation window: 10 days of observed history at the previous scan, 11 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-10 (score 52, +4)

- [functional improvement] Stability: unverified → 0.27

### 2026-09-02 (score 48)

First indexed and scored.

## MCP tools (13)

### `license_status` (~23 tokens)

License status

Show whether this server runs in free or Pro mode and where to upgrade.

### `license_activate` (~42 tokens)

Activate license

Activate a Pro license key (format MCPL1.xxx.yyy). Verified offline and saved locally.

Input parameters:

- `key` (string, required): License key from the checkout confirmation page

### `timer_start` (~201 tokens)

Start timer

Start a stopwatch for billable work on a project or client (timesheet / hours per project). Only one timer runs at a time: starting a new one stops and logs the previous one. Accepts an hourly rate and a currency, e.g. rate '90 euros'.

Input parameters:

- `currency` (string): Currency of the rate: EUR, USD, GBP, PLN, or words like 'euros'. Defaults to the project currency, else USD.
- `project` (string, required): Project or client name, e.g. 'acme-website'. A partial name that matches exactly one existing project is used as that project.
- `rate`: Hourly rate for this timer only; a number (90) or the words the user said ('90 euros an hour'). Defaults to the project rate.
- `tags` (array): Free-form tags, e.g. ['dev','meeting']
- `task` (string): What you are working on right now

### `timer_stop` (~41 tokens)

Stop timer

Stop the running timer and log it as a time entry. Returns the duration and the entry id.

Input parameters:

- `note` (string): Optional note stored with the entry

### `timer_status` (~27 tokens)

Timer status

Show the running timer, how long it has been running, and today's total hours so far.

### `entry_add` (~259 tokens)

Add time entry

Log billable (or non-billable) time you already worked on a project - a timesheet entry. Give start plus either end or minutes, and optionally the hourly rate and its currency, e.g. rate '90 euros an hour' -> EUR.

Input parameters:

- `billable` (boolean): Default true; set false for non-billable work
- `currency` (string): Currency of the rate: EUR, USD, GBP, PLN, or words like 'euros'. Defaults to the project currency, else USD.
- `end` (string): ISO 8601 end time (or use minutes)
- `minutes` (number): Duration in minutes (alternative to end)
- `note` (string): Optional note
- `project` (string, required): Project or client name. A partial name that matches exactly one existing project is used as that project.
- `rate`: Hourly rate for this entry; a number (90) or the words the user said ('90 euros an hour')
- `start` (string, required): ISO 8601 start time, e.g. 2026-09-02T09:00:00
- `tags` (array): Optional tags
- `task` (string): What the work was

### `entry_list` (~91 tokens)

List time entries

List logged time entries (timesheet rows) as a compact table, with hours, billable flag and project. Free tier shows the last 7 days.

Input parameters:

- `from` (string): ISO date/time lower bound
- `limit` (integer): Maximum rows, newest first (default 50)
- `project` (string): Filter by project name
- `to` (string): ISO date/time upper bound

### `entry_delete` (~27 tokens)

Delete time entry

Delete one time entry by id.

Input parameters:

- `id` (string, required): Entry id from entry_list

### `entry_edit` (~144 tokens)

Edit time entry

Change fields of an existing entry. Only the fields you pass are changed.

Input parameters:

- `billable` (boolean)
- `currency` (string): Currency of the rate, e.g. EUR
- `end` (string): ISO 8601
- `id` (string, required): Entry id from entry_list
- `minutes` (number): New duration in minutes, keeps start
- `note` (string)
- `project` (string)
- `rate`: Hourly rate override for this entry, a number or words like '90 euros'
- `start` (string): ISO 8601
- `tags` (array)
- `task` (string)

### `project_set_rate` (~101 tokens)

Set project rate

Set the hourly rate and currency used to turn tracked hours into money for a project or client.

Input parameters:

- `currency` (string): Currency: a code (EUR, USD, GBP, PLN) or a word ('euros', 'pounds', 'zl'). Default USD.
- `hourly_rate` (required): Hourly rate: a number (85) or the words the user said ('90 euros an hour')
- `project` (string, required): Project or client name

### `report` (~137 tokens)

Time report

Timesheet report: total tracked hours and billable money for a period, grouped by (group by) project, day, task or tag - hours per project, how much to bill. Money is grouped by currency and never mixes EUR with USD. Free tier covers the last 7 days.

Input parameters:

- `format` (string): table (default), json or csv
- `from` (string, required): ISO date/time start of the period
- `group_by` (string, required): project | day | task | tag (tag is Pro)
- `project` (string): Optional project filter
- `to` (string, required): ISO date/time end of the period

### `export_csv` (~107 tokens)

Export entries to CSV

Export the timesheet to a CSV file (excel-friendly) you can hand to a bookkeeper: one row per entry with hours, billable, rate, currency and amount. Free tier exports the last 7 days.

Input parameters:

- `from` (string): ISO date/time lower bound
- `path` (string): Target file path; defaults to a file in the local data directory
- `project` (string): Optional project filter
- `to` (string): ISO date/time upper bound

### `invoice_summary` (~98 tokens)

Invoice summary

Turn tracked billable time into invoice line items for one project or client: hours, hourly rate, amount per task and the total, in the currency the work was logged in (EUR 225.00, not $225.00).

Input parameters:

- `from` (string, required): ISO date/time start of the billing period
- `project` (string, required): Project or client to invoice
- `to` (string, required): ISO date/time end of the billing period

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/theluckystrike-time-tracker/https-github-com-theluckystrike-mcp-servers-releases-download-v0-1-1-time-tracke#diagnostics

## Score history

- 2026-09-21: 57
- 2026-09-20: 56
- 2026-09-19: 56
- 2026-09-18: 55
- 2026-09-17: 55
- 2026-09-16: 54
- 2026-09-15: 54
- 2026-09-14: 53
- 2026-09-13: 53
- 2026-09-12: 52
- 2026-09-11: 52
- 2026-09-10: 52
- 2026-09-09: 48
- 2026-09-08: 48
- 2026-09-07: 48
- 2026-09-06: 48
- 2026-09-05: 48
- 2026-09-04: 48
- 2026-09-03: 48
- 2026-09-02: 48

## Common questions

### What is the io.github.theluckystrike/time-tracker MCP server?

io.github.theluckystrike/time-tracker is an MCP server listed in the public MCP registry as io.github.theluckystrike/time-tracker. Track billable time from your AI chat: timers, entries, reports, CSV export. All data stays local. This page covers its MCPB bundle (https://github.com/theluckystrike/mcp-servers/releases/download/v0.1.1/time-tracker.mcpb).

### Is the io.github.theluckystrike/time-tracker MCP server safe to use?

io.github.theluckystrike/time-tracker scores 57 out of 100 on VerifyMCP. It declares no install or post-install scripts. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

### What tools does the io.github.theluckystrike/time-tracker MCP server expose?

io.github.theluckystrike/time-tracker exposes 13 tools: license_status, license_activate, timer_start, timer_stop, timer_status, and 8 more. Their descriptions and schemas cost roughly 1,298 tokens of context every time the server is loaded.

### Is the io.github.theluckystrike/time-tracker MCP server still maintained?

io.github.theluckystrike/time-tracker is marked deprecated in the MCP registry. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

### What licence is the io.github.theluckystrike/time-tracker MCP server under?

io.github.theluckystrike/time-tracker declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.

## Links

- Repository: https://github.com/theluckystrike/mcp-servers
- Website: https://mcp.zovo.one/buy/time-tracker
- Changelog RSS feed: https://verifymcp.io/servers/theluckystrike-time-tracker/https-github-com-theluckystrike-mcp-servers-releases-download-v0-1-1-time-tracke.xml
- Changelog JSON feed: https://verifymcp.io/servers/theluckystrike-time-tracker/https-github-com-theluckystrike-mcp-servers-releases-download-v0-1-1-time-tracke.json
- HTML version of this page: https://verifymcp.io/servers/theluckystrike-time-tracker/https-github-com-theluckystrike-mcp-servers-releases-download-v0-1-1-time-tracke
