Unofficial integration! ## ✨ Key Features ### 💰 Financial Intelligence - **Smart Charging Cost An…
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"ai-smithery-keithah-tessie-mcp": {
"args": [
"-y",
"@keithah/tessie-mcp"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
MCP server rebuilt on the latest developer.tessie.com API. Summary-first tools, composite commands, and live-tested smoke scripts.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y '@keithah/tessie-mcp' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked @keithah/tessie-mcp against OSV.dev.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in productivity
Dynamic problem-solving through sequential thought chains
Persistent memory using a knowledge graph
mini cli search engine for your docs, knowledge bases, meeting notes, whatever. Tracking current sota approaches while being all local
Local-first AI memory with knowledge graphs and hybrid search. 17+ AI tools via MCP. Free.
MCP Security Weekly
Get CVE alerts and security updates for ai.smithery/keithah-tessie-mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
MCP server rebuilt on the latest developer.tessie.com API. Summary-first tools, composite commands, and live-tested smoke scripts.
npx -y @smithery/cli install @keithah/tessie-mcpTESSIE_API_KEY (https://dash.tessie.com/settings/api) in your MCP client or .env. In Smithery UI the field appears as accessToken.get_active_context, “Lock VIN ...” → manage_vehicle_command with confirm: true.get_active_context — vehicle roster with next-step guidance.fetch_vehicle_state — locks, climate, battery, location snapshot.fetch_vehicle_battery — charging-focused battery view.search_drives — recent drives with optional date range.get_driving_path — coordinate series for mapping/analysis.manage_vehicle_command — lock/unlock, charging, climate, speed limit, sentry, cabin overheat, seat heat/cool, flash/honk, wake.Destructive operations require params.confirm: true.
{
"vin": "YOUR_VIN",
"operation": "lock",
"params": { "confirm": true }
}
Non-destructive actions like flash_lights / honk skip confirmation.
npm run build:stdionpm run build:shttp or npm run build:allnpm test (includes command validation)npm run smoke (raw client), npm run smoke:tools (MCP tools)npm run dev or npx @smithery/cli devnpm run build:stdio), shttp (npm run build:shttp, default for publish)npx create-smithery@latest.well-known/mcp-config (expects TESSIE_API_KEY). Server card: .well-known/mcp.json (aliases in .well-known/mcp-server.json and .well-known/mcp/server.json).npm run build:shttp → npx @smithery/cli publish (uses manifest.json). Ensure TESSIE_API_KEY is provided in user config.docs/llms-full.txt and docs/tessie-api-metadata.json for offline context.manage_vehicle_command.docs/glama-links.md for glama.ai best-practice articles.speed_limit_pin (sensitive); avoid logging or sharing it.TESSIE_MCP_DEBUG=1 (or true) to emit request failures with URLs/status only (no headers/API keys); retry/backoff is built-in for 429/5xx responses.