Back to Browse

Industrial Aiops Energy MCP Server

Developer ToolsLow Risk10.0MCP RegistryLocal
Free

Server data from the Official MCP Registry

Industrial-AIOps energy edition: IEC-104/DNP3/IEC-61850 read-only OT connectors on iaiops.core.

About

Industrial-AIOps energy edition: IEC-104/DNP3/IEC-61850 read-only OT connectors on iaiops.core.

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (6 strong, 13 medium validity signals). No known CVEs in dependencies. Package registry verified. Imported from the Official MCP Registry.

13 files analyzed · 1 issue found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

file_system

Check that this permission is expected for this type of plugin.

What You'll Need

Set these up before or after installing:

Path to the iaiops endpoints config YAML (defines IEC-104/DNP3/IEC-61850 targets); omit to use the default location.Optional

Environment variable: IAIOPS_CONFIG

Master password that unlocks the encrypted secret store holding endpoint credentials.Required

Environment variable: IAIOPS_MASTER_PASSWORD

Set to 1 to withhold every data-shipping tool (message bus, external historian, remote LLM) from list_tools() at registration time, for an airgap/sealed-box deployment. A data-exfiltration axis only, not read/write authorisation — every tool is governed and audited. This edition's connectors are monitor-only, so what this withholds are the base brain tools mirrored in from iaiops. Requires iaiops>=0.19.Optional

Environment variable: IAIOPS_NO_EGRESS

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-industrial-aiops-iaiops-energy": {
      "env": {
        "IAIOPS_CONFIG": "your-iaiops-config-here",
        "IAIOPS_NO_EGRESS": "your-iaiops-no-egress-here",
        "IAIOPS_MASTER_PASSWORD": "your-iaiops-master-password-here"
      },
      "args": [
        "iaiops-energy"
      ],
      "command": "uvx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!