tesla

tesla is a plugin for Cursor from supervised-nl/tesla-fleet-mcp. Its manifest loads nothing; the 3 skills, 1 MCP server it bundles cost 272 tokens per session together, scanned A, original, MIT.

A connector to Tesla Fleet, Tesla's vehicle-management service, over a web address. It supports vehicle status reads and commands that require confirmation.

In plain words
What is it for?
Use it to read Tesla vehicle status or issue confirmed vehicle commands through the configured Fleet server.
Why use it?
It lets an agent work with vehicle information and commands while requiring confirmation for actions that change the vehicle.

Plugin for Cursor

Written for Cursor: a Cursor plugin manifest.

Good fit Use it to read Tesla vehicle status or issue confirmed vehicle commands through the configured Fleet server.

Compare 6 plugins from other repositories ↓
Install with agentmods
npx agentmods add plugins/supervised-nl/tesla-fleet-mcp/tesla
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Clone the repo
git clone --depth 1 https://github.com/supervised-nl/tesla-fleet-mcp

Made for: Cursor.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for tesla

README.md
[![agentmods](https://agentmods.dev/badge/plugins/supervised-nl/tesla-fleet-mcp/tesla/github.svg)](https://agentmods.dev/plugins/supervised-nl/tesla-fleet-mcp/tesla)
Your own site
<a href="https://agentmods.dev/plugins/supervised-nl/tesla-fleet-mcp/tesla"><img src="https://agentmods.dev/badge/plugins/supervised-nl/tesla-fleet-mcp/tesla/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for tesla

Your own site · 80×15
<a href="https://agentmods.dev/plugins/supervised-nl/tesla-fleet-mcp/tesla"><img src="https://agentmods.dev/badge/plugins/supervised-nl/tesla-fleet-mcp/tesla.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session not measured What this adds to a session before it is invoked.
When invoked not measured The manifest loads nothing itself; its 3 skills, 1 MCP server cost 272 tokens a session between them.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Security

Grade A, and why

tesla scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured today.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

tesla/.cursor-plugin/plugin.json · 36 lines

What it actually says

{
  "name": "tesla",
  "displayName": "Tesla",
  "version": "0.3.0",
  "description": "Tesla Fleet MCP for Grok Bot and Cursor. Streamable HTTP connector plus skills for status reads and confirmed vehicle commands.",
  "homepage": "https://github.com/supervised-nl/tesla-fleet-mcp",
  "repository": "https://github.com/supervised-nl/tesla-fleet-mcp",
  "license": "MIT",
  "keywords": [
    "tesla",
    "grok",
    "grok-bot",
    "fleet",
    "vehicle",
    "mcp",
    "charge",
    "climate"
  ],
  "variables": {
    "type": "object",
    "properties": {
      "TESLA_MCP_URL": {
        "type": "string",
        "title": "Tesla MCP URL",
        "description": "Public HTTPS Streamable HTTP endpoint, including /mcp. Not localhost. Example: https://mcp.example.com/mcp"
      },
      "TESLA_MCP_TOKEN": {
        "type": "string",
        "title": "Tesla MCP token",
        "description": "Bearer token sent as Authorization on the HTTP MCP. Not a Tesla Fleet or Tessie token."
      }
    },
    "required": ["TESLA_MCP_URL", "TESLA_MCP_TOKEN"]
  }
}
Contents

What it installs

The manifest is a name and a version. 3 skills, 1 MCP server travel with it, and installing the plugin installs all of them — 272 tokens a session between them. Each is measured on its own page, and each can be installed alone.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. today First seen · 36 lines scan A dd05a2251ae9

Subscribe to this mod's changes

tesla is a plugin published in the GitHub repository supervised-nl/tesla-fleet-mcp (0 stars, last pushed today), licensed MIT. Its token cost is not measured: this kind of file is read by the harness, not the model. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-12.

Related

Other plugins, from other repositories

arm-cortex-microcontrollers

ARM Cortex-M firmware development for Teensy, STM32, nRF52, and SAMD with peripheral drivers and memory safety patterns.

wshobson/agents · not measured

dgx-spark-ops

NVIDIA DGX Spark (GB10 Grace Blackwell) environment operations: aarch64/CUDA-13 stack setup, training gotcha preflights, and unified-memory/thermal management for local ML workloads.

wshobson/agents · not measured

grok

Live X/web search, code review, and task delegation via Grok Build. Bundles a groksearch MCP tool usable by any MCP-capable coding agent.

VasiHemanth/grok-build-plugin · not measured

boardless-pcb

A seven-step, user-invoked workflow for zero-hardware, simulation-only PCB + firmware development: 7 step skills (one step per session) + status + methodology skill + a setup skill for Codex/Cursor, an amnesia-verifier subagent, and an anti-downstream-patching hook. One skill set runs on Claude Code, OpenAI Codex and…

raisoninme/boardless-pcb · not measured

before-you-build

Pre-build product risk review for founders, product teams, and AI-assisted builders before implementation starts.

wshobson/agents · not measured

drone-cv-expert

Expert in drone systems, computer vision, and autonomous navigation. Specializes in flight control, SLAM, object detection, sensor fusion, and path planning. Activate on "drone", "UAV", "SLAM", "visual odometry", "PID control", "MAVLink", "Pixhawk", "path planning", "A", "RRT", "EKF", "sensor fusion", "optical flow".

curiositech/some_claude_skills · not measured