Skip to content
Back to search
100
MCP live MCP 2025-06-18 streamable-http

au.com.nempulse/nempulse

au.com.nempulse/nempulse

Read-only access to Australian NEM grid-scale battery performance, revenue, dispatch and FCAS data.

Uptime
100.0%
1 direct probes · 30d
Response
3302ms
last probe
Tools
8
callable
Resources
0
readable
Prompts
0
available

Tools · 8

list_bess_units

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),…

get_fleet_summary

Fleet-wide snapshot: unit count, total capacity, revenue month-to-date, average spot price.

get_battery_detail

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…

query_nem_data

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…

get_battery_revenue

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…

get_battery_optimal

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_events

List NEM spot-price events (negative, elevated, spike, extreme), optionally filtered by region.

get_event_detail

Summary stats for one market price event by id (per-interval dispatch during the event is not exposed).

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"
    }
  }
}