Back to Updates

Update 6.2

March 20, 2026

MCP Server (for AI Assistants)

You can now hook supported AI apps up to your Teslascope account—think ChatGPT, Claude, Codex, and similar tools that advertise an “MCP” or remote-server option. Sign in when the app asks, then chat naturally about your cars, trips, charging, and anything else the connection is allowed to do.

The service lives at https://mcp.teslascope.com. For a short explainer, copy-paste links, and a plain list of what the assistant can call, open MCP for AI assistants.

Developer Documentation

We've introduced and documented many Tesla Fleet API passthrough endpoints on a dedicated Vehicles (Tesla API) page in the developer documentation:

  • Vehicle CommandANY /api/vehicle/{vehicleId}/command/{type} (optional /{debug})
  • Charging HistoryGET /api/vehicle/{vehicleId}/charging-history
  • Charging InvoiceGET /api/vehicle/{vehicleId}/charging-invoice/{invoiceId}
  • DriversGET /api/vehicle/{vehicleId}/drivers
  • Remove DriverPOST /api/vehicle/{vehicleId}/remove-driver
  • OptionsGET /api/vehicle/{vehicleId}/options
  • Release NotesGET /api/vehicle/{vehicleId}/release-notes
  • Staged Release NotesGET /api/vehicle/{vehicleId}/staged-release-notes
  • InvitesGET /api/vehicle/{vehicleId}/invites
  • Create InvitePOST /api/vehicle/{vehicleId}/create-invite
  • Accept InvitePOST /api/vehicle/{vehicleId}/accept-invite
  • Remove InvitePOST /api/vehicle/{vehicleId}/remove-invite
  • Warranty DetailsANY /api/vehicle/{vehicleId}/warranty-details
  • Setup Virtual KeyPOST /api/vehicle/{vehicleId}/setup-virtual-key
  • Update TelemetryANY /api/vehicle/{vehicleId}/telemetry/configuration/update
  • Telemetry ConfigurationANY /api/vehicle/{vehicleId}/telemetry/configuration
  • Telemetry ErrorsANY /api/vehicle/{vehicleId}/telemetry/errors
  • Fleet StatusANY /api/vehicle/{vehicleId}/fleet-status

Minor Changes / Improvements

  • Distance Unit selection is now considered in more locations, such as the driving and charging lists.
  • Personal Access Tokens are once again working as expected.

Maintenance

  • Upgraded backend dependencies.
  • Upgraded frontend dependencies.