TeslaMate MCP Server

TeslaMate MCP Server

Exposes TeslaMate HTTP APIs (health, logging, drive GPX) and a generic API request tool for interacting with a TeslaMate instance via MCP.

Category
访问服务器

README

teslamate-mcp

MCP server built from skeleton-mcp that exposes TeslaMate HTTP APIs.

What This Server Exposes

TeslaMate endpoints covered by dedicated tools:

  • GET /health_check
  • PUT /api/car/:id/logging/suspend
  • PUT /api/car/:id/logging/resume
  • GET /drive/:id/gpx

Additional MCP tools:

  • teslamate_connection_info
  • teslamate_scope_info
  • teslamate_list_endpoints
  • teslamate_api_request (generic passthrough to support all currently available TeslaMate routes)

Tool Catalog

  • teslamate_connection_info

    • Returns MCP and TeslaMate connection/auth configuration status (without leaking secrets).
  • teslamate_list_endpoints

    • Returns the currently known TeslaMate routes from TeslaMate docs/source.
  • teslamate_scope_info

    • Returns the effective user scope used to resolve TeslaMate connection settings.
  • teslamate_health_check

    • Calls GET /health_check.
    • Optional userId routes the call to a specific TeslaMate user profile.
  • teslamate_suspend_logging

    • Calls PUT /api/car/:id/logging/suspend.
    • Optional userId routes the call to a specific TeslaMate user profile.
    • Requires authorizationKey when MCP_ADMIN_AUTH_KEY is configured.
  • teslamate_resume_logging

    • Calls PUT /api/car/:id/logging/resume.
    • Optional userId routes the call to a specific TeslaMate user profile.
    • Requires authorizationKey when MCP_ADMIN_AUTH_KEY is configured.
  • teslamate_get_drive_gpx

    • Calls GET /drive/:id/gpx.
    • Optional userId routes the call to a specific TeslaMate user profile.
  • teslamate_api_request

    • Generic TeslaMate request tool with method/path/query/body/headers support.
    • Optional userId routes the call to a specific TeslaMate user profile.
    • Uses the configured TeslaMate base URL and auth mode.
    • Mutating methods (POST, PUT, PATCH, DELETE) require authorizationKey when MCP_ADMIN_AUTH_KEY is configured.

Environment

Copy .env.example to .env and set at least:

  • TESLAMATE_BASE_URL (default http://127.0.0.1:4000)
  • TESLAMATE_AUTH_MODE (none, bearer, or basic)
  • TESLAMATE_BEARER_TOKEN if using bearer auth
  • TESLAMATE_BASIC_USERNAME and TESLAMATE_BASIC_PASSWORD if using basic auth

Optional security control for mutating MCP operations:

  • MCP_ADMIN_AUTH_KEY

Multi-user TeslaMate routing:

  • MCP_CONFIG_DEFAULT_USER_ID sets the default profile (default when unset).
  • TESLAMATE_USER_OVERRIDES_JSON is a JSON object keyed by user id with per-user TeslaMate overrides.
  • For HTTP mode with Vault token auth, authenticated token metadata userId is used as request scope automatically.

Example TESLAMATE_USER_OVERRIDES_JSON:

{
  "default": {
    "baseUrl": "http://teslamate-default:4000",
    "authMode": "none"
  },
  "user-123": {
    "baseUrl": "http://teslamate-user-123:4000",
    "authMode": "bearer",
    "bearerToken": "token-for-user-123"
  }
}

HTTP auth modes and sources:

  • MCP_HTTP_AUTH_MODE supports token, oauth2, or both.
  • MCP_HTTP_TOKEN_SOURCE=env keeps static tokens from MCP_HTTP_AUTH_TOKENS.
  • MCP_HTTP_TOKEN_SOURCE=vault validates bearer tokens from Vault token index and can resolve authenticated userId.
  • MCP_HTTP_VAULT_TOKEN_INDEX_PATH, MCP_HTTP_VAULT_TOKEN_DEFAULT_USER_ID, MCP_HTTP_VAULT_TOKEN_REQUIRED_SCOPES, MCP_HTTP_VAULT_TOKEN_REQUIRED_AUDIENCE, MCP_HTTP_VAULT_TOKEN_CACHE_TTL_MS configure Vault token verification.
  • MCP_HTTP_OAUTH2_INTROSPECTION_URL, MCP_HTTP_OAUTH2_CLIENT_ID, MCP_HTTP_OAUTH2_CLIENT_SECRET, MCP_HTTP_OAUTH2_REQUIRED_SCOPES, MCP_HTTP_OAUTH2_REQUIRED_AUDIENCE, MCP_HTTP_OAUTH2_TIMEOUT_MS, MCP_HTTP_OAUTH2_CACHE_TTL_MS configure OAuth2 introspection.

Run

Install dependencies:

npm install

Start stdio MCP server:

npm run start:stdio

Start HTTP MCP server:

npm run start:http

External Services Mode

This project still includes docker-compose.external.yml for app-only runs that point to external services. If you use that mode, configure at least POSTGRES_HOST and VAULT_ADDR in your environment before launching the compose file.

Notes On TeslaMate API Coverage

TeslaMate's native JSON API surface is intentionally small. This MCP includes dedicated tools for all known API-style endpoints and adds teslamate_api_request so new/instance-specific routes can be accessed without waiting for a code change.

推荐服务器

Baidu Map

Baidu Map

百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。

官方
精选
JavaScript
Playwright MCP Server

Playwright MCP Server

一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。

官方
精选
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。

官方
精选
本地
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。

官方
精选
本地
TypeScript
VeyraX

VeyraX

一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。

官方
精选
本地
graphlit-mcp-server

graphlit-mcp-server

模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。

官方
精选
TypeScript
Kagi MCP Server

Kagi MCP Server

一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。

官方
精选
Python
e2b-mcp-server

e2b-mcp-server

使用 MCP 通过 e2b 运行代码。

官方
精选
Neon MCP Server

Neon MCP Server

用于与 Neon 管理 API 和数据库交互的 MCP 服务器

官方
精选
Exa MCP Server

Exa MCP Server

模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。

官方
精选