intensity_forecast
InactiveTool of Carbon Intensity Uk
National carbon intensity (forecast + actual, gCO2/kWh) over a time window of half-hourly settlement periods. Use range="fw24h" for the 24h forecast forward from "from", range="pt24h" for the past 24h, or pass explicit "from"/"to" ISO8601 timestamps for a custom range. Alternatively pass "date" (YYYY-MM-DD) for a full UTC day.
Parameters schema
{
"type": "object",
"properties": {
"to": {
"type": "string",
"description": "End time, ISO8601 UTC. Use with \"from\" for an explicit range (ignored if \"range\" is set)."
},
"date": {
"type": "string",
"description": "A single UTC day, YYYY-MM-DD e.g. \"2026-06-01\". Returns all 48 settlement periods."
},
"from": {
"type": "string",
"description": "Start time, ISO8601 UTC e.g. \"2026-06-02T12:00Z\". Required unless using \"date\"."
},
"range": {
"enum": [
"fw24h",
"pt24h"
],
"type": "string",
"description": "Forward 24h forecast or past 24h, relative to \"from\"."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Carbon Intensity Uk
https://github.com/pipeworx-io/mcp-carbon-intensity-uk
1/7 registries