nyiso_load_forecast

Pack: us-iso-grid · Endpoint: https://gateway.pipeworx.io/us-iso-grid/mcp

NYISO (New York) ISO load forecast (ISOLF) for the most recent published day, per zone, MW. Use for “what does NYISO expect demand to be today”, forecast-error tracking vs. nyiso_load.

Parameters

NameTypeRequiredDescription
datestringnoYYYY-MM-DD. Defaults to yesterday.
zonestringnoOptional zone filter. Default: all 11 zones.

Example call

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

Connect

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

{
  "mcpServers": {
    "us-iso-grid": {
      "url": "https://gateway.pipeworx.io/us-iso-grid/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build June 3, 2026