generation_by_fuel
Pack: elexon · Endpoint: https://gateway.pipeworx.io/elexon/mcp
Great Britain half-hourly electricity generation by fuel type (Elexon BMRS FUELHH dataset). Returns MW generated per fuel (CCGT/gas, COAL, NUCLEAR, WIND, BIOMASS, NPSHYD hydro, PS pumped-storage, OCGT, OIL, and interconnector flows INTFR/INTIRL/etc) for each half-hour settlement period. Keyless. 48 settlement periods per day.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
from | string | yes | Publish-time start, ISO datetime, e.g. “2024-06-01T00:00Z”. |
to | string | yes | Publish-time 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":"generation_by_fuel","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.