io.github.theluckystrike/mileage-log
MCPB · MILEAGE-LOG.MCPB · 2 COMPONENTS · SCANNED SEP 21
Mileage log for deductible driving: trips, effective-dated rates, summaries and CSV export.
Available components
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. How we score → Why this is hard to score →
Supply Chain Security23
- Malware scan not yet available for this package.Unverified
- Known CVEs were checked across the 96 of 96 dependencies we could resolve, so this covers what we could see, not the whole tree.Partial
- No install/post-install scripts declared.Pass
- 31 of 96 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency45
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 3 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability77
- AI-judged instruction clarity (excellent).Pass
- 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. See how to fix → Fail
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management0
- Stability not yet verified: not enough scan history yet (needs a 30-day window).Unverified
Tool Coverage99
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 96% of tool parameters carry a description.Partial
Tool Safety75
- No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
- 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. See how to fix → Fail
- An AI judge read all 9 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
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.
Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.
mcpb · mileage-log.mcpb
Download bundleEvery change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 17 Sept 26 46
First indexed and scored.
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 20 Sept 2026 · Analysed mcpb/https://github.com/theluckystrike/mcp-servers/releases/download/v0.22.0/mileage-log.mcpb@0.22.0
Provenance No attestation
The registry publishes no build provenance for this version, so there is nothing to verify.
| Result | No attestation |
|---|---|
| Ecosystem | mcpb |
Background: How many MCP packages publish verified provenance →
Dependencies 96 packages
| Packages resolved | 96 |
|---|---|
| Stale | 31 |
| Tree resolution | Complete |
Background: SBOMs and build attestations, explained →
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →
license_activate Activate license ~71
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.
| Name | Type | Req | Description |
|---|---|---|---|
| key | string | yes | License key from the checkout confirmation page |
No output schema declared.
No examples provided.
license_status License status ~54
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.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
mileage_export Export the log as CSV for an accountant ~153
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.
| Name | Type | Req | Description |
|---|---|---|---|
| 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 |
No output schema declared.
No examples provided.
mileage_summary Summarize a date range ~146
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.
| Name | Type | Req | Description |
|---|---|---|---|
| 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 |
No output schema declared.
No examples provided.
rate_list List the rates on file ~39
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.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
rate_set Set a mileage rate ~250
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.
| Name | Type | Req | Description |
|---|---|---|---|
| category | string | yes | Which category this prices: business, medical, moving, charitable, personal |
| currency | string | yes | ISO code the rate is in |
| effective_from | string | yes | 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 | yes | A label for the rate set, e.g. US federal or Canada federal. It is a label, not legal advice |
| rate | number | yes | The rate per unit in currency units, to the thousandth, e.g. 0.70 for 70 cents a mile |
| unit | string | yes | The distance unit the rate prices |
No output schema declared.
No examples provided.
trip_add Log a trip ~295
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.
| Name | Type | Req | Description |
|---|---|---|---|
| category | string | yes | One of: business, medical, moving, charitable, personal. Personal trips are kept for the record and priced only if a rate exists |
| date | string | yes | The day the trip was driven, YYYY-MM-DD. A future date is refused: the trip cannot have been driven yet |
| distance | number | yes | How far, to the thousandth of the unit, e.g. 12.5 |
| from | string | yes | 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 | yes | Why the trip was made, e.g. Site visit for the Kowalski refit |
| to | string | yes | Where it ended, e.g. Client site, 2 Mill Lane |
| unit | string | yes | miles or km; spellings like mi and kilometre are accepted |
No output schema declared.
No examples provided.
trip_list List trips ~121
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.
| Name | Type | Req | Description |
|---|---|---|---|
| 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 |
No output schema declared.
No examples provided.
trip_remove Remove a trip ~76
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.
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | The exact trip id, e.g. TR-2026-0003 |
No output schema declared.
No examples provided.
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.