Skip to main content
Glama
darronz

Octopus Energy MCP Server

by darronz

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
GAS_MPRNNoYour 10-digit gas meter point reference number (optional)
OCTOPUS_API_KEYYesYour API key for authentication with Octopus Energy
ELECTRICITY_MPANNoYour 13-digit electricity meter point number (optional)
GAS_SERIAL_NUMBERNoYour gas meter serial number (optional)
ELECTRICITY_SERIAL_NUMBERNoYour electricity meter serial number (optional)

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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/darronz/octopus-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server