Skip to main content
Glama
Enapter

Enapter MCP Server

Official

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:

Tool

Description

search_sites

Search sites with regex filtering (name, timezone) and pagination

get_site_details

Get detailed site information with device statistics

search_devices

Filter devices by site, type, and name pattern

get_device_details

Get comprehensive device data (connectivity, properties, telemetry)

read_blueprint

Access device blueprint sections (properties, telemetry, alerts)

get_historical_telemetry

Retrieve 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

-
security - not tested
A
license - permissive license
-
quality - not tested

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Enapter/mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server