ercot_supply_demand

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

ERCOT (Texas) real-time supply (capacity) vs. demand: hourly capacity, current demand, ERCOT load forecast (MW). Returns the recent day plus today’s forecast. Use for “is ERCOT close to its reserve margin”, “Texas demand vs. capacity”, emergency-alert proximity during heatwaves.

Example call

Arguments

{}

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":"ercot_supply_demand","arguments":{}}}'

TypeScript (@pipeworx/sdk)

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

const result = await pipeworx.call('ercot_supply_demand', {});

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