69
/ 100
12 days ago
glama

mcp-teslamate-fleet

MCP server combining TeslaMate historical analytics with Fleet API live data and commands. Works with Claude Code, Claude Desktop, Cursor, and any MCP-compatible client.

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
Open source with a license and README
Anyone can audit the code, the license is declared, and the publisher documents what it does.
🔐
You'll be asked for 2 credentials: TESLAMATE_DB_PASS, TESLA_CLIENT_SECRET
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
configTESLAMATE_DB_HOST"": "localhost",
configTESLAMATE_DB_PORT5432 Postgres port
configTESLAMATE_DB_USERteslamate Postgres user
🔐 secretTESLAMATE_DB_PASS"": "your_password",
configTESLAMATE_DB_NAMEteslamate Database name
configTESLA_PROXY_URL"": "https://localhost:4443",
configTESLA_VIN"": "your_vin",
configTESLA_TOKEN_FILE"": "/path/to/tokens.json",
configTESLA_CLIENT_ID"": "your_client_id",
🔐 secretTESLA_CLIENT_SECRET"": "your_client_secret",
configTESLA_CAR_ID1 TeslaMate car ID (for multi-car instances)
configTESLA_BATTERY_KWH75 Usable battery capacity in kWh
configTESLA_BATTERY_RANGE_KM525 EPA range at 100% in km
configTESLA_ELECTRICITY_RATE0.12 Electricity cost in $/kWh
configTESLA_GAS_PRICE3.50 Gas price in $/gallon (for comparison)
configTESLA_GAS_MPG28 Comparable gas vehicle MPG
configTESLA_VERIFY_SSL"": "false"
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 5 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/lodordev-mcp-teslamate-fleet-1b82rt)](https://m8ven.ai/mcp/lodordev-mcp-teslamate-fleet-1b82rt)
commit: 3f013f80f08a31a06d0cff02e34b6de711223eed
code hash: ee0e40f974671a14070ecdd4fed530a27028cb6bd89aa60337e70b9494507259
verified: 6/16/2026, 12:00:09 PM
view raw JSON →