au.com.nempulse/nempulse
au.com.nempulse/nempulseRead-only access to Australian NEM grid-scale battery performance, revenue, dispatch and FCAS data.
Tools · 8
List every NEM-registered grid-scale battery (DUID, station, region, MW/MWh, MLF, coordinates, is_commissioning, commercial_context). rev_per_mw_yr is trailing 365-day energy + FCAS revenue (NOT FPP),…
Fleet-wide snapshot: unit count, total capacity, revenue month-to-date, average spot price.
Deep-dive metrics for one battery by DUID (e.g. HPR1 = Hornsdale): revenue, dispatch, SOC, FCAS. WARNING: rev_today, energy_rev_today, fcas_rev_today and contingency_fcas_rev_today are MONTH-TO-DATE b…
Ask a natural-language question about NEM BESS data; returns generated SQL, result rows and a plain-English explanation. Scope each question to roughly one region-month or less — aggregates spanning m…
Daily gross-spot revenue by market (energy + FCAS) for one battery (DUID) over a date range. Daily grain only. This is the tool for total revenue questions — use get_battery_optimal only for the actua…
Actual vs LP-optimal dispatch revenue, per-DUID summary, over a date range (energy-only, perfect-foresight benchmark). NOT a revenue-total source — use get_battery_revenue for that. Both the 'actual' …
List NEM spot-price events (negative, elevated, spike, extreme), optionally filtered by region.
Summary stats for one market price event by id (per-interval dispatch during the event is not exposed).
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"au.com.nempulse/nempulse": {
"url": "https://nempulse.com.au/mcp",
"transport": "streamable-http"
}
}
}