Tesla

Chat with your car.

Community: Submitted by a user or imported; check the owner before granting accessOnlineNo sign-inGlobalFreeRead-only

What it can do

  • Vehicle Status Overview: Get a full status snapshot for one vehicle (battery range, charging, location, climate, locks, firmware, alerts). Do not use this to see if the vehicle is awake/online. Do use
  • Vehicle List: List vehicles available to the authenticated Tesla account.
  • Vehicle Wake Up: Wakes up the selected vehicle from sleep so it becomes online and can receive further commands. *ALL* operations on the vehicle must first ensure it is awake by calling this tool.

What data it sees

Do you need an account

No: the server works without sign-in

Chat with your car.

Get the mcp server details at - https://Infoseek.ai/u

Server tool list (15)

Raw names from tools/list. Only developers need these.

vehicle_status_overviewGet a full status snapshot for one vehicle (battery range, charging, location, climate, locks, firmware, alerts). Do not use this to see if the vehicle is awake/online. Do use this for general status, 'view battery', or 'battery and range' intents.
vehicle_listList vehicles available to the authenticated Tesla account.
vehicle_wake_upWakes up the selected vehicle from sleep so it becomes online and can receive further commands. *ALL* operations on the vehicle must first ensure it is awake by calling this tool.
vehicle_door_lockLocks all doors on the selected vehicle. Use for explicit 'lock the car' intents.
vehicle_door_unlockUnlocks all doors on the selected vehicle. Use for explicit 'unlock the car' intents.
vehicle_flash_lightsFlashes the vehicle headlights briefly as a visual signal. Use for 'flash the lights' or 'locate my car' intents.
vehicle_honk_hornHonks the horn on the selected vehicle once. Use for explicit 'honk the horn' or 'sound the horn' intents, often to help locate a parked vehicle.
vehicle_sun_roof_controlControls the powered sunroof. Only available on vehicles equipped with an operable sunroof. The vehicle must be stopped and in Park. Valid states include: "vent" (partially opens for ventilation) and "close" (fully closes the sunroof). Some vehicles do not support intermediate or fully open positions.
vehicle_window_controlControls the window positions on all four doors simultaneously. Supported actions are "vent" and "close". Vent lowers the windows slightly to allow airflow; close raises them fully. Vehicle must be in Park. Regional restrictions or vehicle configuration may limit this feature.
vehicle_navigation_gps_requestStarts navigation to a specific GPS coordinate. Requires latitude and longitude. An optional "order" field may define visit sequence when multiple destinations are used
vehicle_navigation_placeid_requestStarts navigation using one or more Google Maps Place IDs. The Place IDs must be provided as a comma-separated string in the format "refId:<PLACE_ID>". Multiple refIds may be included to provide alternative candidate locations. This is ideal when working with Google Places APIs for precise POI targeting.
vehicle_navigation_waypoints_requestSends multiple GPS waypoints to the vehicle's navigation system. Each waypoint must include latitude and longitude, and may include an "order" field to specify visit sequence. The waypoints define a multi-stop route, which the vehicle navigation system will follow in the provided order. Vehicle must be online and navigation-capable.
vehicle_remote_boomboxPlays an external sound through the vehicle's Boombox speaker (if equipped). The sound is selected using a numeric `sound_id`. Example values include: 0 for a random Boombox sound, and 2000 for a 'locate ping'. Regional restrictions may limit Boombox functionality, and the vehicle must support external speakers.
vehicle_auto_conditioning_startStarts the vehicle's climate control system (HVAC). This is the correct final action for 'warm up my car', 'warm up the car', 'turn on climate', or 'start HVAC' intents.
vehicle_auto_conditioning_stopStops the vehicle's climate control system (HVAC). Use for 'turn off climate', 'stop HVAC', or 'turn the climate off' intents.