Claude MCP povezovalnik

Upravljajte servisno knjižico vozila iz Claude

RideLogger MCP poveže Claude z vašimi odobrenimi podatki o vozilih, da lahko zastavljate vprašanja, ustvarjate zapise, nalagate datoteke in urejate opomnike za vzdrževanje.

Razpoložljiva MCP orodja

The connector exposes structured tools backed by the official RideLogger API. Destructive delete tools are marked with safety annotations so Claude can ask for confirmation.

Vehicles and plates

Read, create, and update vehicles, including make/model details, mileage units, fuel or energy setup, labels, and plate history.

  • vehicles_list
  • vehicles_get
  • vehicles_create
  • vehicles_update
  • vehicle_plates_list/create/update/delete

Fuel, EV charging, service, and expense logs

List, create, inspect, update, and delete real vehicle history rows. Monetary rows keep their original currency so totals can be normalized safely.

  • fuel_logs_*
  • charge_logs_*
  • service_logs_*
  • expense_logs_*
  • generic_vehicle_logs_list/delete

Files, photos, and vehicle cabinet

Attach receipts or documents to logs, upload vehicle gallery photos, and manage private vehicle cabinet documents such as registration, insurance, and inspection files.

  • vehicle_log_files_*
  • vehicle_images_*
  • vehicle_cabinet_*

Maintenance reminders

Create, update, complete, list, and delete reminders for mileage-based or date-based maintenance tasks.

  • reminder_slots_list
  • reminder_list
  • reminder_show
  • reminder_create/update/complete/delete

Account settings, reference data, and tool policy

Read the connected account profile and preferred currency with auth_me, plus cached reference data such as countries, currencies, fuel units, vehicle types, service types, and machine-readable tool safety semantics.

  • auth_me
  • ridelogger://reference/*
  • ridelogger://policy/tool-semantics
  • reference_data_refresh

Zasebnost in varnost

  • Claude receives only the RideLogger data needed for the action the user requests.
  • The public connector uses OAuth/Bearer authorization; username and password tools are not exposed.
  • All transport is over HTTPS/TLS and data access is scoped to the connected RideLogger account.
  • The connector does not serve sponsored content or advertisements.

Primeri pozivov

Service history

“Summarize all service work for my Toyota this year and show the total cost.”

Fuel log

“Log 42 liters of fuel today, 68 EUR total, odometer 142300 km.”

Reminder

“Create a reminder to change the oil in 10,000 km for my main vehicle.”

Documents

“Attach this invoice to my latest service log and save the registration document in the vehicle cabinet.”