← Registry

Analytics

nempulse.com.au

Provides analytics on grid-scale battery performance and revenue in the Australian NEM energy market.

1 endpoint8 known toolsFirst detected August 3, 2026Last detected August 12, 2026

ENDPOINT 1

https://nempulse.com.au/mcp

No auth detected

MCP server metadata

Name
NEMPulse MCP
Version
1.0.0
Capabilities
tools
Server instructions

Read-only NEMPulse NEM battery data. Cite sources by linking to nempulse.com.au.

Known tools 8

list_bess_units

List every NEM-registered grid-scale battery (DUID, station, region, MW/MWh, MLF, coordinates).

Inferred read-only
get_fleet_summary

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

Inferred read-only
get_battery_detail

Deep-dive metrics for one battery by DUID (e.

Inferred read-only
query_nem_data

Ask a natural-language question about NEM BESS data; returns generated SQL, result rows and a plain-English explanation.

Inferred read-only
get_battery_revenue

Daily gross-spot revenue by market (energy + FCAS) for one battery (DUID) over a date range.

Inferred read-only
get_battery_optimal

Actual vs LP-optimal dispatch revenue, per-DUID summary, over a date range (energy-only, perfect-foresight benchmark).

Inferred read-only
list_events

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

Inferred read-only
get_event_detail

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

Inferred read-only

CONNECT 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.

Trust status Neutral

nempulse.com.au is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.