neso_demand_forecast

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

Current GB day-ahead national electricity demand forecast from NESO (National Grid ESO) — tomorrow’s UK power demand in MW at each cardinal point (the daily peaks and troughs the grid operator forecasts, with start/end times). Answers “what is tomorrow’s UK electricity demand”, “GB power demand forecast”, “National Grid demand peak”. Example: neso_demand_forecast({})

Parameters

NameTypeRequiredDescription
limitnumbernoMax forecast rows, 1-48 (default 48 — the full current forecast).

Example call

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

Connect

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

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

See Getting Started for client-specific install steps.

Regenerated from source · build July 16, 2026