Octopus Energy · Capability

Octopus Energy Public API — Grid Supply Points

Octopus Energy Industry Grid Supply Points. 1 operation: List Grid Supply Points by postcode.

Octopus Energy Public API — Grid Supply Points is a Naftiko capability published by Octopus Energy, one of 12 capabilities the APIs.io network indexes for this provider. It bundles 1 operation.

The capability includes 1 read-only operation. Lead operation: List UK Grid Supply Points; resolve GSP for a postcode. Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.

Tagged areas include Octopus Energy, Industry, GSP, and Grid Supply Point.

Run with Naftiko Octopus EnergyIndustryGSPGrid Supply Point

MCP Tools

octopus-list-grid-supply-points

List UK Grid Supply Points; resolve GSP for a postcode

read-only idempotent

Capability Spec

grid-supply-points.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Octopus Energy Public API — Grid Supply Points
  description: 'Octopus Energy Industry Grid Supply Points. 1 operation: List Grid Supply Points by postcode.'
  tags: [Octopus Energy, Industry, GSP, Grid Supply Point]
  created: '2026-05-25'
  modified: '2026-05-25'
capability:
  consumes:
  - type: http
    namespace: grid-supply-points
    baseUri: https://api.octopus.energy/v1
    description: UK industry grid supply point lookups.
    resources:
    - name: grid-supply-points
      path: /industry/grid-supply-points/
      operations:
      - name: listgridsupplypoints
        method: GET
        description: List Grid Supply Points
        outputRawFormat: json
        outputParameters:
        - {name: result, type: object, value: $.}
  exposes:
  - type: mcp
    namespace: grid-supply-points-mcp
    port: 9090
    transport: http
    description: MCP adapter for Octopus Energy Grid Supply Points.
    tools:
    - name: octopus-list-grid-supply-points
      description: List UK Grid Supply Points; resolve GSP for a postcode
      hints: {readOnly: true, destructive: false, idempotent: true}
      call: grid-supply-points.listgridsupplypoints
      outputParameters: [{type: object, mapping: $.}]