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 Command —
ANY /api/vehicle/{vehicleId}/command/{type}(optional/{debug}) - Charging History —
GET /api/vehicle/{vehicleId}/charging-history - Charging Invoice —
GET /api/vehicle/{vehicleId}/charging-invoice/{invoiceId} - Drivers —
GET /api/vehicle/{vehicleId}/drivers - Remove Driver —
POST /api/vehicle/{vehicleId}/remove-driver - Options —
GET /api/vehicle/{vehicleId}/options - Release Notes —
GET /api/vehicle/{vehicleId}/release-notes - Staged Release Notes —
GET /api/vehicle/{vehicleId}/staged-release-notes - Invites —
GET /api/vehicle/{vehicleId}/invites - Create Invite —
POST /api/vehicle/{vehicleId}/create-invite - Accept Invite —
POST /api/vehicle/{vehicleId}/accept-invite - Remove Invite —
POST /api/vehicle/{vehicleId}/remove-invite - Warranty Details —
ANY /api/vehicle/{vehicleId}/warranty-details - Setup Virtual Key —
POST /api/vehicle/{vehicleId}/setup-virtual-key - Update Telemetry —
ANY /api/vehicle/{vehicleId}/telemetry/configuration/update - Telemetry Configuration —
ANY /api/vehicle/{vehicleId}/telemetry/configuration - Telemetry Errors —
ANY /api/vehicle/{vehicleId}/telemetry/errors - Fleet Status —
ANY /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.