aiseg2-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| AISEG_URL | Yes | AiSEG2 base URL, e.g. http://192.168.0.216 (http only) | |
| LOG_LEVEL | No | Log level | info |
| AISEG_HOST | No | Bind host (streamable-http only) | 0.0.0.0 |
| AISEG_PORT | No | Bind port (streamable-http only) | 8000 |
| AISEG_USER | No | HTTP Digest user | aiseg |
| AISEG_PASSWORD | Yes | HTTP Digest password for the AiSEG2 web UI | |
| AISEG_CACHE_DIR | No | Where the SD-card history export is cached | <tempdir>/aiseg2-mcp-cache |
| AISEG_CACHE_TTL | No | Seconds to reuse a cached history export before re-downloading | 3600 |
| AISEG_TRANSPORT | No | stdio or streamable-http | stdio |
| AISEG_DISABLE_DNS_REBINDING_PROTECTION | No | Disable the SDK Host allowlist — only behind a trusted auth proxy | false |
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
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_power_flowA | Read-only. Get the AiSEG2's instantaneous whole-home power flow right now. Returns current generation and consumption (kW), whether the home is buying or selling grid power, storage-battery status if a battery is connected, the per-source generation breakdown, and the top consuming circuits at this moment. |
| get_circuit_breakdownA | Read-only. Get the instantaneous power draw of every measured circuit, ranked highest first. |
| list_circuitsA | Read-only. List the registered measurement circuits with their stable ids and names. |
| get_daily_totalsA | Read-only. Get today's cumulative energy totals (kWh) as of the AiSEG2's current day. Returns generation, consumption, grid-buy and grid-sell totals for the day. Any meter the device reports as unavailable ("-") comes back as null. |
| get_historyA | Read-only. Query the AiSEG2's long-term energy history from its SD-card export (values in Wh). |
| get_cost_historyA | Read-only. Query the AiSEG2's long-term energy-cost history from the SD-card export (JPY). |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/chanyou0311/aiseg2-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server