Tesla
Chat with your car.
От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетБез входаГлобальныйБесплатноТолько чтение
Что умеет
- 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.
Какие данные видит
Нужен ли аккаунт
Не нужен: сервер работает без входа
Chat with your car.
Get the mcp server details at - https://Infoseek.ai/u
Список инструментов сервера (15)
Технические названия из tools/list. Нужны только разработчикам.
| 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 this for general status, 'view battery', or 'battery and range' intents. |
| 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. |
| vehicle_door_lock | Locks all doors on the selected vehicle. Use for explicit 'lock the car' intents. |
| vehicle_door_unlock | Unlocks all doors on the selected vehicle. Use for explicit 'unlock the car' intents. |
| vehicle_flash_lights | Flashes the vehicle headlights briefly as a visual signal. Use for 'flash the lights' or 'locate my car' intents. |
| vehicle_honk_horn | Honks 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_control | Controls 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_control | Controls 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_request | Starts 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_request | Starts 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_request | Sends 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_boombox | Plays 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_start | Starts 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_stop | Stops the vehicle's climate control system (HVAC). Use for 'turn off climate', 'stop HVAC', or 'turn the climate off' intents. |