AAlpha Ess Solar Energy System ServerProvide seamless access to Alpha ESS solar inverter and battery system data for AI assistants. Monitor real-time and historical energy statistics, configure battery charge and discharge schedules, and analyze energy trends with structured, enhanced data responses. Enable intelligent energy management and system control through secure API integration.

mcp-so:alpha-ess-solar-energy-system-server_michaelkrasa

View source
A
100/100

First Seen

Feb 18, 2026

Last Scanned

Feb 20, 2026

Findings

1

Score

100/100

LOW 1

Findings (1)

LOW
Hardcoded secrets in MCP env block
L65

Detects hardcoded API keys, tokens, or passwords in MCP server environment configuration

"env": { + "ALPHA_ESS_APP_SECRET": "your_app_secret_here"
FIX

Remove shell metacharacters (semicolons, pipes, ampersands, backticks) from MCP server arguments. Use explicit argument arrays and avoid shell expansion in MCP configurations.

FP?

Likely FP if the metacharacter is a literal part of a non-shell argument (e.g., a regex pattern or a URL query parameter containing ampersands).