intensity_forecast
Pack: carbon-intensity-uk · Endpoint: https://gateway.pipeworx.io/carbon-intensity-uk/mcp
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
| Name | Type | Required | Description |
|---|---|---|---|
from | string | no | Start time, ISO8601 UTC e.g. “2026-06-02T12:00Z”. Required unless using “date”. |
range | string | no | Forward 24h forecast or past 24h, relative to “from”. |
to | string | no | End time, ISO8601 UTC. Use with “from” for an explicit range (ignored if “range” is set). |
date | string | no | A single UTC day, YYYY-MM-DD e.g. “2026-06-01”. Returns all 48 settlement periods. |
Example call
curl -X POST https://gateway.pipeworx.io/carbon-intensity-uk/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"intensity_forecast","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"carbon-intensity-uk": {
"url": "https://gateway.pipeworx.io/carbon-intensity-uk/mcp"
}
}
}
See Getting Started for client-specific install steps.