← homebattery.ie

INDIVIDUAL MCP TOOL

adjust_report

Apply future-usage adjustments (EV charging, heat pump, working from home, night-rate load shifting) on top of the original CSV data and re-run the analysis.

homebattery.ienone authenticationAvailability not checked

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 endpoint

homebattery.ie

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.homebattery-ie]
url = "https://mcp.homebattery.ie/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "homebattery-ie": {
      "type": "http",
      "url": "https://mcp.homebattery.ie/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: homebattery-ie
Remote MCP URL: https://mcp.homebattery.ie/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": {
    "homebattery-ie": {
      "url": "https://mcp.homebattery.ie/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "homebattery-ie": {
      "type": "http",
      "url": "https://mcp.homebattery.ie/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "homebattery-ie",
  "transport": "streamable-http",
  "url": "https://mcp.homebattery.ie/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • get_report — Fetch the full ESB smart-meter analysis for a given report ID, including consumption summary, solar simulation, and battery sizing recommendation.
  • get_battery_recommendation — Return only the battery sizing recommendation for a report ID — faster than get_report when the user only wants to know which battery to buy.
  • list_tariffs — List the Irish electricity tariffs available for cost comparison, returning each tariff's ID, supplier, plan name and type (e.g.
  • ev_charge_cost — Price a single EV home-charging session against one electricity tariff.