← nempulse.com.au

INDIVIDUAL MCP TOOL

get_battery_optimal

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

nempulse.com.aunone authenticationAvailability not checked

LIVE ENDPOINT

https://nempulse.com.au/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_battery_optimal and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

nempulse.com.au

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.

Related tools

  • list_bess_units — List every NEM-registered grid-scale battery (DUID, station, region, MW/MWh, MLF, coordinates).
  • 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.
  • query_nem_data — Ask a natural-language question about NEM BESS data; returns generated SQL, result rows and a plain-English explanation.
  • get_battery_revenue — Daily gross-spot revenue by market (energy + FCAS) for one battery (DUID) over a date range.
  • 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).