Skip to main content
Glama

teslamate-mcp

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
DATABASE_URLYesPostgreSQL connection string for your TeslaMate databasepostgresql://username:password@hostname:port/teslamate

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription
get_all_charging_sessions_summary
Get the summary of all charging sessions for each car.
get_average_efficiency_by_temperature
Get the average efficiency by temperature for each car.
get_basic_car_information
Get the basic car information for each car.
get_battery_degradation_over_time
Get the battery degradation over time for each car.
get_battery_health_summary
Get the battery health summary for each car.
get_charging_by_location
Get the charging by location for each car.
get_current_car_status
Get the current car status for each car.
get_daily_battery_usage_patterns
Get the daily battery usage patterns for each car.
get_daily_driving_patterns
Get the daily driving patterns for each car.
get_drive_summary_per_day
Get the drive summary per day for each car.
get_efficiency_by_month_and_temperature
Get the efficiency by month and temperature for each car.
get_longest_drives_by_distance
Get the longest drives by distance for each car.
get_monthly_driving_summary
Get the monthly driving summary for each car.
get_most_visited_locations
Get the most visited locations for each car.
get_software_update_history
Get the software update history for each car.
get_tire_pressure_weekly_trends
Get the tire pressure weekly trends for each car.
get_total_distance_and_efficiency
Get the total distance and efficiency for each car.
get_unusual_power_consumption
Get the unusual power consumption for each car.

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/cobanov/teslamate-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server