system_demand
Pack: elexon · Endpoint: https://gateway.pipeworx.io/elexon/mcp
Great Britain electricity system demand outturn (Elexon BMRS ITSDO — Initial Transmission System Demand Outturn) over a datetime window. Returns demand in MW per half-hourly settlement period. Keyless.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
from | string | yes | Start, ISO datetime, e.g. “2024-06-01T00:00Z”. |
to | string | yes | End, ISO datetime, e.g. “2024-06-01T01:00Z”. |
Example call
curl -X POST https://gateway.pipeworx.io/elexon/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"system_demand","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"elexon": {
"url": "https://gateway.pipeworx.io/elexon/mcp"
}
}
}
See Getting Started for client-specific install steps.