caiso_demand

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

CAISO (California) real-time electricity demand vs. forecast for today. Returns 5-minute demand series + day-ahead forecast + hour-ahead forecast (MW). Use for “is California load tracking forecast”, peak-demand timing, demand-response triggers.

Parameters

NameTypeRequiredDescription
limitnumbernoLatest N intervals (default 12).

Example call

Arguments

{
  "limit": 12
}

curl

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":"caiso_demand","arguments":{"limit":12}}}'

TypeScript (@pipeworx/sdk)

import { Pipeworx } from '@pipeworx/sdk';
const pipeworx = new Pipeworx();

const result = await pipeworx.call('caiso_demand', {
  "limit": 12
});

More examples

{
  "limit": 60
}

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 September 1, 2026