Powerline
by EdidiongA
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HOST | No | The host interface to bind to. Default: 127.0.0.1. Use 0.0.0.0 behind a tunnel. | 127.0.0.1 |
| PORT | No | The port the MCP server listens on. Default: 3000. | 3000 |
| DATA_DIR | No | Directory for the household store. Default: ./data. | ./data |
| VRM_DEMO | No | Set to 1 to use the public Victron demo site without an account. | |
| SIM_SPEED | No | Simulator speed in sim-seconds per real second. Default: 60. | 60 |
| VRM_TOKEN | No | Victron VRM Portal access token. Required if POWER_SOURCE=victron and VRM_DEMO is not set. | |
| AWS_REGION | No | AWS region for Bedrock. Needed for evening_briefing. Default unset (disabled). | |
| VRM_SITE_ID | No | Victron VRM site ID. Required for Victron. | |
| DEMO_USER_ID | No | Stand-in for authenticated identity. Default: demo-household. | demo-household |
| POWER_SOURCE | No | Inverter platform: sim, victron, or growatt. Default: sim. | sim |
| SIM_ARRAY_KW | No | Simulator solar array size in kW. Default: 4.5. | 4.5 |
| GROWATT_TOKEN | No | Growatt ShinePhone API token. Required if POWER_SOURCE=growatt. | |
| ALLOWED_ORIGINS | No | Comma-separated browser origins allowed to access the server. Default: localhost only. | |
| SIM_BATTERY_KWH | No | Simulator battery capacity in kWh. Default: 10. | 10 |
| BEDROCK_MODEL_ID | No | Bedrock model ID, e.g. anthropic.claude-3-5-haiku-20241022-v1:0. Needed for evening_briefing. | |
| GROWATT_BASE_URL | No | Growatt API base URL override. | |
| GROWATT_PLANT_ID | No | Growatt plant ID. | |
| GROWATT_DEVICE_SN | No | Growatt device serial number. | |
| GROWATT_DEVICE_TYPE | No | Growatt device type (5=SPH, 7=MIN). |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
This server cannot be deployed
Maintenance
ActivityMaintained
ResponsivenessNo issues