Back to Browse

Aiseg2 MCP Server

Developer ToolsModerate6.3MCP RegistryLocal
Free

Server data from the Official MCP Registry

Unofficial read-only MCP server for the Panasonic AiSEG2 HEMS controller.

About

Unofficial read-only MCP server for the Panasonic AiSEG2 HEMS controller.

Security Report

6.3
Moderate6.3Moderate Risk

This is a well-designed read-only MCP server for a Panasonic AiSEG2 home energy controller. The code is clean, properly authenticated, and deliberately restricts itself to read operations. Authentication uses HTTP Digest credentials loaded from environment variables, permissions are narrowly scoped to the AiSEG2 device, and there are no malicious patterns or dangerous operations. Minor code quality observations around broad exception handling and input validation do not materially impact security. Supply chain analysis found 2 known vulnerabilities in dependencies (0 critical, 1 high severity). Package verification found 1 issue.

5 files analyzed · 7 issues 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.

env_vars

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

HTTP Network Access

Connects to external APIs or services over the internet.

File System Read

Reads files on your machine. Normal for tools that analyze or process local data.

File System Write

Writes or modifies files on your machine. Check that this is expected for the tool.

file_cache

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

What You'll Need

Set these up before or after installing:

AiSEG2 base URL, e.g. http://192.168.0.216 (http only).Optional

Environment variable: AISEG_URL

HTTP Digest password for the AiSEG2 web UI.Required

Environment variable: AISEG_PASSWORD

Transport. Forced to stdio here so the container matches this stdio package declaration; the image's own default is streamable-http for a standalone `docker run`.Optional

Environment variable: AISEG_TRANSPORT

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-chanyou0311-aiseg2-mcp": {
      "env": {
        "AISEG_URL": "your-aiseg-url-here",
        "AISEG_PASSWORD": "your-aiseg-password-here",
        "AISEG_TRANSPORT": "your-aiseg-transport-here"
      },
      "args": [
        "aiseg2-mcp"
      ],
      "command": "uvx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!