reposit-power-mcp.yml
No official or third-party MCP server for Reposit Power exists. Searched the web, the MCP registry and Reposit's own hosts on 2026-07-27; no mcp.* host resolves, no /.well-known/oauth-protected-resource is served, and no tools/list endpoint was found. This is a DERIVED candidate tool list mapped from the two published OpenAPI contracts — a design sketch for a future server, not a published one. It is deliberately split into a read tier and a control tier: eleven of the Market API operations command real power output on real Australian households, and any MCP exposure of them needs the escalation and human-in-the-loop contract captured in agentic-access/reposit-power-agentic-access.yml.
One-click install for Cursor, VS Code, Claude, and 20+ other MCP clients, powered by API Commons MCP Install — visit install.apicommons.org for more information.
Descriptor
Candidate descriptor · transport
Tools
list_nodes— List every node (household energy system) visible to the organisation, optionally expanding address, network, status and namePlate in place.get_node_address— Get the street address and lat/long of one node.get_node_network— Get the National Metering Identifier (NMI) for one node.get_node_status— Get the latest operational status and last ping for one node.get_node_nameplate— Get rated battery capacity, battery power and inverter power for one node.list_node_events— List state-change events for one node, newest first, paged with offset and limit.list_power_stations— List the organisation's power stations, optionally including predictions.create_power_station— Create a STATIC power station from a node list, or a DYNAMIC one from postcode/state filters.get_power_station— Get one power station by id.update_power_station— Update a power station's name, description and node membership.delete_power_station— Delete a power station.get_power_station_data— Downsampled metrics for a power station or its nodes over a time window.get_power_station_data_raw— Raw, un-downsampled metrics for a power station or its nodes.get_power_station_data_latest— Latest value per metric for a power station or its nodes, bounded by maxAge.get_fleet_data— Downsampled metrics across the entire fleet.get_curtailment_constraints— Return the curtailment capability envelope of a power station before issuing a curtailment.list_curtailments— List export curtailments, filterable by UPCOMING, COMPLETED, INPROGRESS or CANCELLED.create_curtailment— Create an export curtailment limiting a power station's real power for a duration. Commands real household hardware.get_curtailment— Get one export curtailment including its node fan-out and acceptance counts.cancel_curtailment— Cancel a scheduled curtailment.get_curtailment_setpoint— Read the standing default curtailment setpoint for a power station.set_curtailment_setpoint— Change the standing default curtailment setpoint for a power station. Commands real household hardware.send_curtailment_heartbeat— Send a curtailment heartbeat; nodes revert to default curtailment behaviour if the heartbeat is lost.list_dispatches— List dispatch/support requests, filterable by state.create_dispatch— Create a dispatch instructing a power station to deliver real power (and optionally a power factor). Commands real household hardware.get_dispatch— Get one dispatch including prediction, response counts and node fan-out.assign_capabilities— Batch-assign customers (by NMI) to a capability and optionally change their tariff.list_users— List Reposit Fleet users attached to the calling organisation.list_userkeys— List the battery-system userkeys attached to the authenticated Reposit customer account.get_deployment_components— Get the hardware inventory of one household deployment.get_battery_capacity— Get the current battery capacity of one household deployment.get_battery_soc_history— Get battery state of charge in kWh over a time window.get_solar_generation_history— Get solar generation as negative real power in kW over a time window.get_inverter_history— Get battery-inverter real power in kW over a time window.get_house_consumption_history— Get house consumption in kW over a time window.get_meter_history— Get real power at the grid connection in kW over a time window.get_gridcredits_history— Get GridCredits earned in dollars over a time window.
About MCP
The Model Context Protocol (MCP) is an open protocol Anthropic introduced for connecting LLM-based agents to external tools and data sources. Providers publish MCP servers that expose their API surface as structured, discoverable tools — an MCP-compatible client (Claude Desktop, Cursor, Cline, Continue, etc.) can connect to the server and call its tools without any per-provider integration code.
Browse every MCP server on the APIs.io network or compare with the broader Agent Skill surfaces of the same providers.