query_dataset
ActiveTool of Elexon
Generic escape hatch for any Elexon BMRS Insights dataset (e.g. MID market index/day-ahead prices, DGWS actual wind/solar generation, FUELHH generation by fuel). Pass a dataset code and a datetime window; pick the date parameter style with date_param. Keyless. Returns the raw records.
Parameters schema
{
"type": "object",
"required": [
"dataset",
"from",
"to"
],
"properties": {
"to": {
"type": "string",
"description": "Window end, ISO datetime."
},
"from": {
"type": "string",
"description": "Window start, ISO datetime."
},
"dataset": {
"type": "string",
"description": "Dataset code, e.g. \"MID\", \"DGWS\", \"FUELHH\"."
},
"date_param": {
"type": "string",
"description": "Date parameter style: \"publishDateTime\" (default → publishDateTimeFrom/To), \"settlement\" (→ settlementDateFrom/To, use plain dates like \"2024-06-01\"), or \"from\" (→ from/to)."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Elexon
https://github.com/pipeworx-io/mcp-elexon
1/7 registries