Keithah Tessie
FreeNot checkedUnofficial integration! ## ✨ Key Features ### 💰 Financial Intelligence - **Smart Charging Cost An…
About
Unofficial integration! ## ✨ Key Features ### 💰 Financial Intelligence - **Smart Charging Cost An…
README
MCP server rebuilt on the latest developer.tessie.com API. Summary-first tools, composite commands, and live-tested smoke scripts.
Quickstart
- Install (Smithery recommended):
npx -y @smithery/cli install @keithah/tessie-mcp - Set
TESSIE_API_KEY(https://dash.tessie.com/settings/api) in your MCP client or.env. In Smithery UI the field appears asaccessToken. - Try in a client: “List my vehicles” →
get_active_context, “Lock VIN ...” →manage_vehicle_commandwithconfirm: true.
Tools
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.
Command safety
Destructive operations require params.confirm: true.
{
"vin": "YOUR_VIN",
"operation": "lock",
"params": { "confirm": true }
}
Non-destructive actions like flash_lights / honk skip confirmation.
Local dev & tests
- Build stdio:
npm run build:stdio - Build shttp:
npm run build:shttpornpm run build:all - Tests:
npm test(includes command validation) - Smoke with live Tessie token:
npm run smoke(raw client),npm run smoke:tools(MCP tools)
Smithery
- Playground/dev tunnel:
npm run devornpx @smithery/cli dev - Transports: stdio (
npm run build:stdio), shttp (npm run build:shttp, default for publish) - Docs index: https://smithery.ai/docs/llms.txt ; TS quickstart:
npx create-smithery@latest - Config schema:
.well-known/mcp-config(expectsTESSIE_API_KEY). Server card:.well-known/mcp.json(aliases in.well-known/mcp-server.jsonand.well-known/mcp/server.json). - Publish/update:
npm run build:shttp→npx @smithery/cli publish(usesmanifest.json). EnsureTESSIE_API_KEYis provided in user config.
Notes
- API references cached in
docs/llms-full.txtanddocs/tessie-api-metadata.jsonfor offline context. - Uses TypeScript MCP SDK and Tessie HTTPS API; all state stays in Tessie. Undo/confirmation is enforced in
manage_vehicle_command. - MCP design references: see
docs/glama-links.mdfor glama.ai best-practice articles. - Speed-limit operations accept
speed_limit_pin(sensitive); avoid logging or sharing it. - Optional debug logging: set
TESSIE_MCP_DEBUG=1(ortrue) to emit request failures with URLs/status only (no headers/API keys); retry/backoff is built-in for 429/5xx responses. - Tessie client caches read requests (vehicles, state, battery, drives, paths, historical states) per client instance with short TTLs (15-30s), capped size (200 entries), and VIN-scoped invalidation after commands to avoid stale state while keeping token usage low.
Install Keithah Tessie in Claude Desktop, Claude Code & Cursor
unyly install keithah-tessie-mcpInstalls into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.
First time? Get the CLI: curl -fsSL https://unyly.org/install | sh
Or configure manually
Run in your terminal:
claude mcp add keithah-tessie-mcp -- npx -y github:keithah/tessie-mcpFAQ
Is Keithah Tessie MCP free?
Yes, Keithah Tessie MCP is free — one-click install via Unyly at no cost.
Does Keithah Tessie need an API key?
No, Keithah Tessie runs without API keys or environment variables.
Is Keithah Tessie hosted or self-hosted?
A hosted option is available: Unyly runs the server in the cloud, no local setup required.
How do I install Keithah Tessie in Claude Desktop, Claude Code or Cursor?
Open Keithah Tessie on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
GitHub
PRs, issues, code search, CI status
by GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
by mcpdotdirectCompare Keithah Tessie with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All development MCPs
