get_regional_intensity

Pack: carbon · Endpoint: https://gateway.pipeworx.io/carbon/mcp

Carbon intensity (forecast gCO2/kWh + index band) and generation mix for a specific Great Britain region. Pass “postcode” (UK outcode — 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. Regional figures are forecast-only.

Parameters

NameTypeRequiredDescription
postcodestringnoUK outcode (first part of a postcode), e.g. “RG10”. No spaces.
regionidnumbernoGB region id 1–17 (e.g. 13 = London).

Example call

curl -X POST https://gateway.pipeworx.io/carbon/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"get_regional_intensity","arguments":{}}}'

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "carbon": {
      "url": "https://gateway.pipeworx.io/carbon/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build June 21, 2026