Mileage Log MCP server
Mileage log for deductible driving: trips, effective-dated rates, summaries and CSV export.
0 stars
Reviews
Write oneNobody has reviewed Mileage Log yet.
If you have run it, two minutes of your experience saves the next person an afternoon.
Mileage Log tools (9, 1 write)
write = sends, deletes, buys or postslicense_activateFreeTurn Pro on for this connection with key, an MCPL1.<payload>.<signature> issued at checkout for this server or the bundle. Data under your token stays; a wrong or expired key changes nothing. license_status confirms it.
license_statusFreeReport this endpoint's licence state for your token as JSON: the product, the tier free or pro, why it is not Pro, and the checkout URL. Call it to explain a free-tier refusal. No arguments, nothing changes.
mileage_exportFreeThe 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.
mileage_summaryFreeThe 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.
rate_listFreeList 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.
rate_setFreeSet 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.
trip_addFreeLog 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.
trip_listFreeList 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.
trip_removewrite actionFreeRemove 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.
Public scan report
scanner v0.1.5 · 2026-09-19 · same rubric, same numbers if you re-run it
- –Code scanpackage could not be scannedn/a
- Live reliabilityremote reachable in 1414ms20/20
- Tool poisoning9 tool descriptions checked15/15
- Auth qualityAPI key sent as a header8/15
- Maintenancelast push 1 days ago15/15
- Maintainer identityregistry namespace matches repository owner; GitHub account older than a year8/10
Grade history
- 2026-09-19restoreC → Ascore 88
Install directly
claude mcp add --transport http mileage-log https://mcp.zovo.one/mcp/mileage-log
Mileage Log: common questions
- Is Mileage Log MCP server safe?
- Yes, by our scan: it is graded A (88/100). Read the Mileage Log safety report
- How do I install Mileage Log?
- It runs remotely at mcp.zovo.one. Add it to Claude Code, Claude Desktop or Cursor with the snippets above, or call it through the mcp.market gateway without installing anything.
- Does Mileage Log need an API key?
- Yes. The registry entry asks for
MCP_LICENSE_KEY,Authorization. - Is Mileage Log maintained?
- The last commit was in the last day (2026-09-19). The latest release is v0.22.0.
- Is Mileage Log up?
- 100% of our last 3 checks got an answer. We check remote servers about four times a day.