INDIVIDUAL MCP TOOL
trip_list
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).
LIVE ENDPOINT
https://mcp.zovo.one/mcp/mileage-logbook
Connect to this endpoint to inspect the live schema for trip_list and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.mcp-mileage-log]
url = "https://mcp.zovo.one/mcp/mileage-logbook"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"mcp-mileage-log": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/mileage-logbook"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: mcp-mileage-log
Remote MCP URL: https://mcp.zovo.one/mcp/mileage-logbook
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"mcp-mileage-log": {
"url": "https://mcp.zovo.one/mcp/mileage-logbook"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"mcp-mileage-log": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/mileage-logbook"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "mcp-mileage-log",
"transport": "streamable-http",
"url": "https://mcp.zovo.one/mcp/mileage-logbook"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
trip_add— 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).trip_remove— Remove one trip from the mileage log by its exact TR-YYYY-NNNN id, for entries made by mistake.rate_set— 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.rate_list— 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.mileage_summary— 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.mileage_export— 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.license_status— Report 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.license_activate— Turn Pro on for this connection with key, an MCPL1.