Analytics
nempulse.com.au
Provides analytics on grid-scale battery performance and revenue in the Australian NEM energy market.
ENDPOINT 1
https://nempulse.com.au/mcp
MCP server metadata
- Name
- NEMPulse MCP
- Version
- 1.0.0
Read-only NEMPulse NEM battery data. Cite sources by linking to nempulse.com.au.
Known tools 8
list_bess_unitsList every NEM-registered grid-scale battery (DUID, station, region, MW/MWh, MLF, coordinates).
Inferred read-onlyget_fleet_summaryFleet-wide snapshot: unit count, total capacity, revenue month-to-date, average spot price.
Inferred read-onlyquery_nem_dataAsk a natural-language question about NEM BESS data; returns generated SQL, result rows and a plain-English explanation.
Inferred read-onlyget_battery_revenueDaily gross-spot revenue by market (energy + FCAS) for one battery (DUID) over a date range.
Inferred read-onlyget_battery_optimalActual vs LP-optimal dispatch revenue, per-DUID summary, over a date range (energy-only, perfect-foresight benchmark).
Inferred read-onlylist_eventsList NEM spot-price events (negative, elevated, spike, extreme), optionally filtered by region.
Inferred read-onlyget_event_detailSummary stats for one market price event by id (per-interval dispatch during the event is not exposed).
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.nempulse-mcp]
url = "https://nempulse.com.au/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"nempulse-mcp": {
"type": "http",
"url": "https://nempulse.com.au/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: nempulse-mcp
Remote MCP URL: https://nempulse.com.au/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"nempulse-mcp": {
"url": "https://nempulse.com.au/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"nempulse-mcp": {
"type": "http",
"url": "https://nempulse.com.au/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "nempulse-mcp",
"transport": "streamable-http",
"url": "https://nempulse.com.au/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for nempulse.com.au was fetched 2026-08-07T10:17:23.949Z and is being refreshed.
nempulse.com.au is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.