regional_intensity
Pack: carbon-intensity-uk · Endpoint: https://gateway.pipeworx.io/carbon-intensity-uk/mcp
Carbon intensity and generation mix for a specific GB region. Pass “postcode” (UK outcode, the first half of a postcode, e.g. “RG10”) or “regionid” (1–17; e.g. 13 = London). Omit both for all regions at the current half-hour. Returns forecast gCO2/kWh + index band (regional figures are forecast-only, no actual).
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
postcode | string | no | UK outcode (first part of a postcode), e.g. “RG10”. No spaces. |
regionid | number | no | GB region id 1–17 (e.g. 13 = London, 18 = England, 19 = Scotland, 20 = Wales for national breakdowns). |
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":"regional_intensity","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.