intensity_factors
Pack: carbon-intensity-uk · Endpoint: https://gateway.pipeworx.io/carbon-intensity-uk/mcp
Carbon intensity factors (gCO2/kWh) used per fuel type — e.g. Coal 937, Gas (Combined Cycle) 394, Nuclear 0, Wind 0, Solar 0. These are the constants behind the headline intensity figures.
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_factors","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.