ercot_fuel_mix

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

ERCOT (Texas) real-time grid fuel mix: coal/lignite, natural gas, nuclear, hydro, wind, solar, power storage, other (MW). Returns the most recent 5-minute snapshot plus monthly installed capacity per fuel type, so percent-of-installed can be computed. Use for “Texas grid mix right now”, “ERCOT wind output”, “is Texas burning coal today”.

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":"ercot_fuel_mix","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