TeslaMate MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_ADMIN_AUTH_KEY | No | Optional security key for mutating operations | |
| TESLAMATE_BASE_URL | No | Base URL of the TeslaMate instance | http://127.0.0.1:4000 |
| TESLAMATE_AUTH_MODE | Yes | Authentication mode to use | |
| TESLAMATE_BEARER_TOKEN | No | Bearer token for bearer authentication | |
| TESLAMATE_BASIC_PASSWORD | No | Password for basic authentication | |
| TESLAMATE_BASIC_USERNAME | No | Username for basic authentication |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| teslamate_connection_infoA | Return TeslaMate MCP server and target TeslaMate instance connection details. |
| teslamate_scope_infoC | Return user scoping metadata used to resolve the TeslaMate target connection. |
| teslamate_list_endpointsA | List documented/implemented TeslaMate HTTP endpoints exposed by this MCP server. |
| teslamate_query_suggestionC | Recommend the best TeslaMate MCP tools for a query and optionally return schema discovery for all tools. |
| teslamate_health_checkC | Call TeslaMate health check endpoint. |
| teslamate_suspend_loggingC | Suspend logging for a TeslaMate car id via PUT /api/car/:id/logging/suspend. |
| teslamate_resume_loggingC | Resume logging for a TeslaMate car id via PUT /api/car/:id/logging/resume. |
| teslamate_get_drive_gpxC | Fetch a drive GPX export by id from GET /drive/:id/gpx. |
| teslamate_api_requestC | Generic TeslaMate HTTP API call. Supports all available TeslaMate endpoints while enforcing host/auth safeguards. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/LesterAJohn/TeslaMate-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server