MCP Hub
Back to servers

Enapter MCP Server

MCP server providing tools for AI-agents to interact with Enapter EMS.

glama
Forks
1
Updated
Mar 23, 2026

Enapter MCP Server

CI Docker Hub License

A Model Context Protocol (MCP) server that provides seamless integration with the Enapter EMS. This server enables AI assistants and other MCP clients to interact with Enapter sites, devices and telemetry data.

Connecting Your AI Application

The Enapter MCP Server is available as a public hosted service at https://mcp.enapter.com/mcp. It uses streamable HTTP transport and OAuth 2.0 for authentication.

For specific instructions on how to connect your preferred AI client, please refer to the following guides:

Self-Hosting

If you prefer to run your own instance, you can self-host the server using Docker:

docker run --rm --name enapter-mcp-server \
  -p 8000:8000 \
  enapter/mcp-server:v0.9.1

The server can be configured using environment variables and command-line arguments.

Available Tools

The server exposes the following tools for interacting with the Enapter EMS:

ToolDescription
search_sitesSearch sites with regex filtering (name, timezone) and pagination
get_site_detailsGet detailed site information with device statistics
search_devicesFilter devices by site, type, and name pattern
get_device_detailsGet comprehensive device data (connectivity, properties, telemetry)
read_blueprintAccess device blueprint sections (properties, telemetry, alerts)
get_historical_telemetryRetrieve time-series telemetry with configurable granularity

Support

For issues, questions, or contributions, please:

Privacy Policy

For information about how we handle data, please refer to the Enapter Privacy Policy.


Made with ❤️ by Enapter

Reviews

No reviews yet

Sign in to write a review