N
nempulse
/get_battery_detail
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 contin
liveverifiedunknown~5s typical
mcpprobednempulse
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-au-com-nempulse-nempulse /get_battery_detail for me.
Input
| Field | Type | Description |
|---|---|---|
| duid* | string | Battery DUID, e.g. HPR1 |
| date_from | string | Optional start date YYYY-MM-DD (scopes revenue/throughput stats; requires date_to too). Om |
| date_to | string | Optional end date YYYY-MM-DD (requires date_from too). |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-au-com-nempulse-nempulse","endpoint":"/get_battery_detail","input":{"duid":"..."}}'cli
npx cracked-ai run -p mcp-au-com-nempulse-nempulse -e /get_battery_detail -i '{"duid":"..."}'mcp
run_tool({ provider: "mcp-au-com-nempulse-nempulse", endpoint: "/get_battery_detail", input: {"duid":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.