Back to Home
Enapter icon

mcp-server

Verified Safe

by Enapter

Overview

This server provides a Model Context Protocol (MCP) interface for AI assistants and other MCP clients to interact with Enapter EMS sites, devices, and telemetry data.

Installation

Run Command
docker run --name enapter-mcp-server -p 8000:8000 enapter/mcp-server:v0.1.0 serve

Environment Variables

  • ENAPTER_MCP_SERVER_ADDRESS
  • ENAPTER_HTTP_API_URL

Security Notes

Authentication is token-based via `X-Enapter-Auth-Token` HTTP header, requiring clients to provide a valid Enapter API token. The server extracts this token from incoming requests to authenticate with the upstream Enapter HTTP API. No clear security vulnerabilities or dangerous patterns like `eval` detected in the provided source code. The 'FIXME' comment regarding client instance creation is a performance concern, not a security vulnerability.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassMedium
Avg Tokens500
Stars0
Forks0
Last Update2026-01-19

Tags

MCP ServerEnapter IntegrationAPI GatewayIoTAI Assistant Backend