MCP server exposing 4 tools for pjm.
This URL is a JSON-RPC 2.0 endpoint over HTTP. Issue POST requests with a JSON-RPC body. Browsers and search crawlers land here on GET.
POST https://gateway.pipeworx.io/pjm/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
pjm_feeds — List the feeds published by PJM Data Miner 2 — the catalog of every market-data dataset PJM exposes (LMPs, load, generation, ancillary services, capacity, transmission). Returns each feed's name and metadata so you can fetch it. Use to discover what PJM data exists before querying it. Requires a PJM API key.pjm_lmp_realtime — PJM real-time five-minute locational marginal prices (LMP $/MWh) by pricing node, with the total price and its congestion and marginal-loss components. PJM is the largest US grid operator (13 states + DC, ~65M people). Use for "PJM power price right now", "PJM Western Hub price", "which PJM nodes are congested". Requires a PJM API key.pjm_load_forecast — PJM seven-day load forecast — forecast electricity demand in MW by forecast area (each transmission zone plus the RTO total), hour by hour. Use for "what will PJM demand be tomorrow", "PJM peak forecast this week", capacity and demand-response planning. Requires a PJM API key.pjm_generation_fuel_mix — PJM generation by fuel type — MW generated and percentage of total from coal, natural gas, nuclear, wind, solar, hydro, oil, storage and other, per published interval. Use for "what is PJM burning right now", "PJM nuclear share", "PJM coal vs gas". Requires a PJM API key.Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/pjm/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io