# Tesla

Chat with your car. Get your API key at https://Infoseek.ai/mcp

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add InfoseekAI/Tesla

# Browse available tools
npx -y @smithery/cli@latest tool list InfoseekAI/Tesla

# Get full schema for a tool
npx -y @smithery/cli@latest tool get InfoseekAI/Tesla vehicle_status_overview

# Call a tool
npx -y @smithery/cli@latest tool call InfoseekAI/Tesla vehicle_status_overview '{}'
```

## Direct MCP Connection

Endpoint: `https://tesla--infoseekai.run.tools`

## Tools (15)

- `vehicle_status_overview` — Get a full status snapshot for one vehicle (battery range, charging, location, climate, locks, firmware, alerts). Do no…
- `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_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 hel…
- `vehicle_sun_roof_control` — Controls the powered sunroof. Only available on vehicles equipped with an operable sunroof. The vehicle must be stopped…
- `vehicle_window_control` — Controls the window positions on all four doors simultaneously. Supported actions are "vent" and "close". Vent lowers t…
- `vehicle_navigation_gps_request` — Starts navigation to a specific GPS coordinate. Requires latitude and longitude. An optional "order" field may define v…
- `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 i…
- `vehicle_navigation_waypoints_request` — Sends multiple GPS waypoints to the vehicle's navigation system. Each waypoint must include latitude and longitude, and…
- `vehicle_remote_boombox` — Plays an external sound through the vehicle's Boombox speaker (if equipped). The sound is selected using a numeric `sou…
- `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…
- `vehicle_auto_conditioning_stop` — Stops the vehicle's climate control system (HVAC). Use for 'turn off climate', 'stop HVAC', or 'turn the climate off' i…

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get InfoseekAI/Tesla <tool-name>
```

## Prompts (1)

- `getting_started` — Overview of available tools and when to use them.
