grid_supply_point

Pack: octopus-energy · Endpoint: https://gateway.pipeworx.io/octopus-energy/mcp

Map a UK postcode to its GSP (Grid Supply Point) group “_A”..”_P”. The group_id is the region suffix used in tariff codes and in product_details regional breakdowns. Returns {count, results:[{group_id}]}.

Parameters

NameTypeRequiredDescription
postcodestringyesUK postcode, e.g. “SW1A 1AA” (spaces optional).

Example call

curl -X POST https://gateway.pipeworx.io/octopus-energy/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"grid_supply_point","arguments":{}}}'

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "octopus-energy": {
      "url": "https://gateway.pipeworx.io/octopus-energy/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build June 2, 2026