Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| GAS_MPRN | No | Your 10-digit gas meter point reference number (optional) | |
| OCTOPUS_API_KEY | Yes | Your API key for authentication with Octopus Energy | |
| ELECTRICITY_MPAN | No | Your 13-digit electricity meter point number (optional) | |
| GAS_SERIAL_NUMBER | No | Your gas meter serial number (optional) | |
| ELECTRICITY_SERIAL_NUMBER | No | Your electricity meter serial number (optional) |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_electricity_consumption | Get electricity consumption data from Octopus Energy. Returns consumption in kWh with 0.045 kWh precision. MPAN and serial number can be provided as parameters or will use values from ELECTRICITY_MPAN and ELECTRICITY_SERIAL_NUMBER environment variables. |
| get_gas_consumption | Get gas consumption data from Octopus Energy. Returns consumption in kWh for SMETS1 meters or cubic meters for SMETS2 meters. MPRN and serial number can be provided as parameters or will use values from GAS_MPRN and GAS_SERIAL_NUMBER environment variables. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |