nyiso_lmp_zonal
Pack: us-iso-grid · Endpoint: https://gateway.pipeworx.io/us-iso-grid/mcp
NYISO (New York) zonal LMP (locational marginal price, $/MWh) for the most recent published day, broken down by load zone (CAPITL, CENTRL, DUNWOD, GENESE, HUD VL, LONGIL, MHK VL, MILLWD, N.Y.C., NORTH, WEST). Returns LBMP, marginal cost of losses, marginal cost of congestion per 5-min interval. Use for NY wholesale electricity prices, zonal congestion analysis.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
date | string | no | YYYY-MM-DD (NY local). Defaults to yesterday — today’s file may not be published yet. |
zone | string | no | Optional zone filter, e.g. “N.Y.C.” or “CAPITL”. 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_lmp_zonal","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.