{
  "ok": true,
  "name": "mileage-log",
  "url": "https://mcp.zovo.one/mcp/mileage-log",
  "protocol": "MCP streamable HTTP (2025-06-18)",
  "transport": "streamable-http",
  "build": "2026-09-13.1",
  "summary": "trip_add logs one drive - the date, where from and to, the distance in miles or km, the purpose, the category (business, medical, moving, charitable, personal) - and returns its TR-YYYY-NNNN number; rate_set records what one mile or km is worth for one category in one jurisdiction from a date forward, an effective-dated series rather than one global number; mileage_summary prices a date range (default the current calendar year) per category: the rate each trip earned, the one in force on its day, and the deductible amount totalled per currency; mileage_export is the CSV for the accountant.",
  "tool_count": 9,
  "tools": [
    "trip_add",
    "trip_list",
    "trip_remove",
    "rate_set",
    "rate_list",
    "mileage_summary",
    "mileage_export",
    "license_status",
    "license_activate"
  ],
  "free_limits": "20 trips per calendar month, counted on the month of the trip date, so reconstructing last year's log at tax time does not consume this month's allowance; the list and the summary are never metered, and one rate per jurisdiction and category is free (overwriting it stays free). The year-over-year rate series and the CSV export are Pro",
  "authentication": {
    "note": "This GET is public so a health check and a browser both get an answer. The JSON-RPC traffic is POST and still needs a token.",
    "get_a_free_token": "GET https://mcp.zovo.one/mcp/token",
    "ready_made_urls": "GET https://mcp.zovo.one/mcp/connect",
    "header_form": "Authorization: Bearer <token>",
    "url_form": "https://mcp.zovo.one/mcp/mileage-log/t/<token>"
  },
  "index": "https://mcp.zovo.one/mcp",
  "source": "https://github.com/theluckystrike/mcp-servers"
}