Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| AUTH_TOKEN | No | Optional bearer token for securing your remote MCP server | |
| DATABASE_URL | Yes | PostgreSQL connection string for your TeslaMate database |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_all_charging_sessions_summary | Get the summary of all charging sessions for each car. Returns charging statistics including total sessions, energy consumed, and costs. |
| get_average_efficiency_by_temperature | Get the average efficiency by temperature for each car. Helps understand how temperature affects vehicle efficiency. |
| get_basic_car_information | Get the basic car information for each car. Returns VIN, model, firmware version, and other vehicle details. |
| get_battery_degradation_over_time | Get the battery degradation over time for each car. Tracks battery health metrics and capacity changes. |
| get_battery_health_summary | Get the battery health summary for each car. Provides current battery health status and statistics. |
| get_charging_by_location | Get the charging by location for each car. Shows charging patterns and statistics grouped by location. |
| get_current_car_status | Get the current car status for each car. Returns real-time vehicle status including location, battery level, and state. |
| get_daily_battery_usage_patterns | Get the daily battery usage patterns for each car. Analyzes battery consumption patterns throughout the day. |
| get_daily_driving_patterns | Get the daily driving patterns for each car. Shows driving habits and patterns by day of week and time. |
| get_drive_summary_per_day | Get the drive summary per day for each car. Provides daily driving statistics including distance, duration, and efficiency. |
| get_efficiency_by_month_and_temperature | Get the efficiency by month and temperature for each car. Analyzes how seasonal temperature changes affect vehicle efficiency. |
| get_longest_drives_by_distance | Get the longest drives by distance for each car. Lists the longest trips taken with details about distance and duration. |
| get_monthly_driving_summary | Get the monthly driving summary for each car. Provides monthly statistics for distance, energy usage, and costs. |
| get_most_visited_locations | Get the most visited locations for each car. Shows frequently visited places with visit counts and durations. |
| get_software_update_history | Get the software update history for each car. Tracks firmware updates and version changes over time. |
| get_tire_pressure_weekly_trends | Get the tire pressure weekly trends for each car. Monitors tire pressure changes and patterns by week. |
| get_total_distance_and_efficiency | Get the total distance and efficiency for each car. Provides lifetime statistics for distance traveled and energy efficiency. |
| get_unusual_power_consumption | Get the unusual power consumption for each car. Identifies anomalies in power usage that might indicate issues. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |