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

Mileage log for deductible driving: trips, effective-dated rates, summaries and CSV export.

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

## Components

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

## Channel facts

- Registry: `mcpb`
- Package: `https://github.com/theluckystrike/mcp-servers/releases/download/v0.22.0/mileage-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 3 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 1205 tokens (~133/item across 9 items; 9 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**: 99/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 96% 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; "trip_remove" implies "remove" and declares no destructiveHint at all, which the MCP spec reads as destructive by default.
  - An AI judge read all 9 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/mileage-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 (9)

### `trip_add` (~295 tokens)

Log a trip

Log one drive in the mileage log: the date, where from and to, the distance in miles or km, the purpose, and the category (business, medical, moving, charitable, personal). Returns its TR-YYYY-NNNN id. Free tier: 20 trips per calendar month, counted on the month of the trip date.

Input parameters:

- `category` (string, required): One of: business, medical, moving, charitable, personal. Personal trips are kept for the record and priced only if a rate exists
- `date` (string, required): The day the trip was driven, YYYY-MM-DD. A future date is refused: the trip cannot have been driven yet
- `distance` (number, required): How far, to the thousandth of the unit, e.g. 12.5
- `from` (string, required): Where the trip started, e.g. Home office, 14 Nowa Street
- `jurisdiction` (string): Which rate set prices this trip, when more than one jurisdiction has a rate for its category. Omit when only one does
- `note` (string)
- `purpose` (string, required): Why the trip was made, e.g. Site visit for the Kowalski refit
- `to` (string, required): Where it ended, e.g. Client site, 2 Mill Lane
- `unit` (string, required): miles or km; spellings like mi and kilometre are accepted

### `trip_list` (~121 tokens)

List trips

List trips in the mileage log, oldest first: date, from, to, distance, category, and the amount each earns under the rate in force on its day (or the plain reason it is unpriced). Filter by date range and category. Reads only.

Input parameters:

- `category` (string): Only trips of this category: business, medical, moving, charitable, personal
- `from_date` (string): Only trips dated on or after this, YYYY-MM-DD
- `to_date` (string): Only trips dated on or before this, YYYY-MM-DD

### `trip_remove` (~76 tokens)

Remove a trip

Remove one trip from the mileage log by its exact TR-YYYY-NNNN id, for entries made by mistake. The id is not reissued: a gap in the TR series is the record that a trip was removed.

Input parameters:

- `id` (string, required): The exact trip id, e.g. TR-2026-0003

### `rate_set` (~250 tokens)

Set a mileage rate

Set what one mile or km is worth for one category in one jurisdiction from a date forward: the jurisdiction label, the category, the rate per unit, the currency, and the date it takes effect. Rates form a series per jurisdiction and category, and each trip earns the rate in force on the day it was driven. No rate ships with this server; the figures are yours to verify. Free tier: one rate per jurisdiction and category; the year-over-year series is Pro.

Input parameters:

- `category` (string, required): Which category this prices: business, medical, moving, charitable, personal
- `currency` (string, required): ISO code the rate is in
- `effective_from` (string, required): The date the rate starts to apply, YYYY-MM-DD. May be in the future: authorities announce next year's rate ahead of time
- `jurisdiction` (string, required): A label for the rate set, e.g. US federal or Canada federal. It is a label, not legal advice
- `rate` (number, required): The rate per unit in currency units, to the thousandth, e.g. 0.70 for 70 cents a mile
- `unit` (string, required): The distance unit the rate prices

### `rate_list` (~39 tokens)

List the rates on file

List every mileage rate on file, grouped by jurisdiction and category with the effective-from dates in order: the series each trip is priced from. Reads only.

### `mileage_summary` (~146 tokens)

Summarize a date range

The deductible mileage for a date range, per category: trips, distance kept per unit, the rate each trip earned (the one in force on its day), and the deductible amount, totalled per currency. Trips with no applicable rate are listed with the reason, not silently dropped. Defaults to the current calendar year. Never metered.

Input parameters:

- `category` (string): Only this category: business, medical, moving, charitable, personal
- `from_date` (string): Start of the range, YYYY-MM-DD. Default January 1 of the current year
- `to_date` (string): End of the range, YYYY-MM-DD. Default December 31 of the current year

### `mileage_export` (~153 tokens)

Export the log as CSV for an accountant

The mileage log as CSV, one row per trip, oldest first: date, from, to, distance, unit, category, the rate applied (the one in force on the trip's day), the currency and the amount, plus purpose, jurisdiction, effective_from and id. The amount column is a bare number a spreadsheet reads. Refuses while any non-personal trip in the window is unpriced, so an accountant never receives a log with silent gaps. Pro.

Input parameters:

- `from_date` (string): Start of the range, YYYY-MM-DD. Default January 1 of the current year
- `to_date` (string): End of the range, YYYY-MM-DD. Default December 31 of the current year

### `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-mileage-log/https-github-com-theluckystrike-mcp-servers-releases-download-v0-22-0-mileage-lo#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/mileage-log MCP server?

io.github.theluckystrike/mileage-log is an MCP server listed in the public MCP registry as io.github.theluckystrike/mileage-log. Mileage log for deductible driving: trips, effective-dated rates, summaries and CSV export. This page covers its MCPB bundle (https://github.com/theluckystrike/mcp-servers/releases/download/v0.22.0/mileage-log.mcpb).

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

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

io.github.theluckystrike/mileage-log exposes 9 tools: trip_add, trip_list, trip_remove, rate_set, rate_list, and 4 more. Their descriptions and schemas cost roughly 1,205 tokens of context every time the server is loaded.

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

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