# io.github.theluckystrike/maintenance-log (mcpb · maintenance-log.mcpb)

Equipment maintenance log: assets, service entries with costs, and a due report from stored dates.

- Trust score: 46/100 (low)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-20

## Components

- remote · `mcp.zovo.one`: 79/100, [markdown](https://verifymcp.io/servers/theluckystrike-maintenance-log/mcp-maintenance-log.md), [page](https://verifymcp.io/servers/theluckystrike-maintenance-log/mcp-maintenance-log)
- mcpb · `maintenance-log.mcpb`: 46/100 (this document), [markdown](https://verifymcp.io/servers/theluckystrike-maintenance-log/https-github-com-theluckystrike-mcp-servers-releases-download-v0-22-0-maintenanc.md), [page](https://verifymcp.io/servers/theluckystrike-maintenance-log/https-github-com-theluckystrike-mcp-servers-releases-download-v0-22-0-maintenanc)

## Channel facts

- Registry: `mcpb`
- Package: `https://github.com/theluckystrike/mcp-servers/releases/download/v0.22.0/maintenance-log.mcpb`
- Version: `0.22.0`
- 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-20.

- **Supply Chain Security**: 23/100
  - Malware scan not yet available for this package.
  - Known CVEs were checked across the 96 of 96 dependencies we could resolve, so this covers what we could see, not the whole tree.
  - No install/post-install scripts declared.
  - 31 of 96 dependencies flagged as unhealthy.
- **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 2 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 77/100
  - AI-judged instruction clarity (excellent).
  - Context-footprint check failed: tool/resource definitions use about 1046 tokens (~130/item across 8 items; 8 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 0/100
  - Stability not yet verified: not enough scan history yet (needs a 30-day window).
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% 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; "asset_remove" implies "remove" and declares no destructiveHint at all, which the MCP spec reads as destructive by default.
  - An AI judge read all 8 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.

**Unverified: 1 category.** A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.

## Install

- Download bundle: `https://github.com/theluckystrike/mcp-servers/releases/download/v0.22.0/maintenance-log.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-17 (score 46)

First indexed and scored.

## MCP tools (8)

### `asset_add` (~206 tokens)

Add an asset to the register

Add one piece of equipment to the maintenance register: its name, its serial or asset tag, where it lives, and the currency its costs are in. Returns the AST-YYYY-NNNN id. Free tier: 3 assets; logging work on the assets you have is never metered.

Input parameters:

- `currency` (string): ISO code the costs are in. Default USD
- `location` (string): Where the asset lives, e.g. Workshop bay 2, or 14 Nowa Street, flat 3
- `name` (string, required): What the asset is called, e.g. Lathe, Combi boiler, Van 2, or Studio camera A
- `notes` (string): Anything worth keeping with the asset, e.g. Model, warranty end, supplier
- `tag` (string): The serial number or asset tag, e.g. SN-88-4412. Unique across the register: a second asset with the same tag is refused

### `maintenance_log` (~281 tokens)

Log maintenance on an asset

Log work done on an asset: the day, what was done, the cost in whole cents, who did it, and when the next service falls due -- as a date (next_due) or as an interval in days (interval_days), never both. A repair that sets no schedule takes neither. A future work date is refused.

Input parameters:

- `asset` (string, required): The asset id, e.g. AST-2026-0003, its serial or asset tag, or its name when only one asset has it
- `cost_cents` (integer): What the work cost in whole cents. 12000 is 120.00. Default 0, for in-house work
- `date` (string, required): The day the work was done, YYYY-MM-DD. A future date is refused
- `interval_days` (integer): Days after the work date the next service falls due, e.g. 90 for quarterly. Turned into a date once, at log time
- `next_due` (string): The date the next service falls due, YYYY-MM-DD. Pass either this or interval_days, not both
- `technician` (string): Who did the work, e.g. Anna, or Acme Heating Ltd
- `work` (string, required): What was done, e.g. Oil and filter change, or Annual boiler service

### `maintenance_due` (~89 tokens)

Report what is overdue and what is coming due

The due report across every asset: what is overdue and by how many days, what falls due within the next N days (default 30), what is scheduled later, and what has no schedule at all. Computed from the stored next-due dates against today, at call time. Pro feature.

Input parameters:

- `within_days` (integer): How far ahead to look, in days. Default 30

### `asset_history` (~95 tokens)

Read one asset's log and total spend

Read one asset in full by id, tag or name: every log entry in chronological order, the total spend as integer cents with a formatted amount, the last service date, and the next-due date the asset currently lives under. Reads only.

Input parameters:

- `asset` (string, required): The asset id, e.g. AST-2026-0003, its serial or asset tag, or its name when only one asset has it

### `maintenance_export` (~129 tokens)

Export the log as CSV or Markdown

Export maintenance entries dated inside a range. CSV (free): one row per entry, ready for a spreadsheet. Markdown (Pro): one section per asset with its entries, total spend and next due date, ready to paste into notes or a report. Writes nothing.

Input parameters:

- `format` (string): csv (default) or markdown. Markdown summaries are a Pro feature
- `from` (string): Only entries dated on or after this, YYYY-MM-DD. Default: no lower bound
- `to` (string): Only entries dated on or before this, YYYY-MM-DD. Default: no upper bound

### `asset_remove` (~121 tokens)

Remove an asset from the register

Remove an asset entered by mistake or sold off. One that carries a maintenance log is refused unless confirm is true, naming what would be lost, because removing it loses the record of work done. The AST number is never reissued.

Input parameters:

- `asset` (string, required): The asset id, e.g. AST-2026-0003, its serial or asset tag, or its name when only one asset has it
- `confirm` (boolean): Pass true to remove an asset that carries a maintenance log. The log goes with it; this cannot be undone

### `license_status` (~54 tokens)

License status

Report this server's licence state: product, tier free or pro, licence id, expiry, the key source and the upgrade URL. No arguments, no network. Explains a free-tier refusal; license_activate installs a key.

### `license_activate` (~71 tokens)

Activate license

Activate a Pro key (MCPL1.xxx.yyy) from checkout: verified offline against a built-in public key, saved to your config file. A wrong, malformed or expired key is refused, unsaved. license_status reads it back.

Input parameters:

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

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/theluckystrike-maintenance-log/https-github-com-theluckystrike-mcp-servers-releases-download-v0-22-0-maintenanc#diagnostics

## Score history

- 2026-09-20: 46
- 2026-09-19: 46
- 2026-09-18: 46
- 2026-09-17: 46

## Common questions

### What is the io.github.theluckystrike/maintenance-log MCP server?

io.github.theluckystrike/maintenance-log is an MCP server listed in the public MCP registry as io.github.theluckystrike/maintenance-log. Equipment maintenance log: assets, service entries with costs, and a due report from stored dates. This page covers its MCPB bundle (https://github.com/theluckystrike/mcp-servers/releases/download/v0.22.0/maintenance-log.mcpb).

### Is the io.github.theluckystrike/maintenance-log MCP server safe to use?

io.github.theluckystrike/maintenance-log scores 46 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/maintenance-log MCP server expose?

io.github.theluckystrike/maintenance-log exposes 8 tools: asset_add, maintenance_log, maintenance_due, asset_history, maintenance_export, and 3 more. Their descriptions and schemas cost roughly 1,046 tokens of context every time the server is loaded.

### What licence is the io.github.theluckystrike/maintenance-log MCP server under?

io.github.theluckystrike/maintenance-log 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/s/maintenance-log
- Changelog RSS feed: https://verifymcp.io/servers/theluckystrike-maintenance-log/https-github-com-theluckystrike-mcp-servers-releases-download-v0-22-0-maintenanc.xml
- Changelog JSON feed: https://verifymcp.io/servers/theluckystrike-maintenance-log/https-github-com-theluckystrike-mcp-servers-releases-download-v0-22-0-maintenanc.json
- HTML version of this page: https://verifymcp.io/servers/theluckystrike-maintenance-log/https-github-com-theluckystrike-mcp-servers-releases-download-v0-22-0-maintenanc
