Skip to main content
Glama
cobanov

teslamate-mcp

drive_summary_per_day.sql192 B
SELECT DATE(start_date) AS drive_day, COUNT(*) AS drive_count, SUM(distance) AS total_km, SUM(duration_min) AS total_minutes FROM drives GROUP BY drive_day ORDER BY drive_day DESC;

Latest Blog Posts

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