nyiso_fuel_mix
Pack: us-iso-grid · Endpoint: https://gateway.pipeworx.io/us-iso-grid/mcp
NYISO (New York) real-time grid fuel mix for the most recent published day: dual fuel (gas/oil-capable), natural gas, nuclear, other fossil fuels, hydro, wind, solar, other renewables (MW per 5-min interval). Use for “New York grid mix yesterday”, NYC clean-energy progress tracking.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
date | string | no | YYYY-MM-DD. Defaults to yesterday. |
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_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.