← Registry

Analytics

homebattery.ie

Provides energy analysis and cost comparison tools for smart meter data, including solar simulation, battery sizing, and tariff evaluation.

1 endpoint5 known toolsFirst detected June 25, 2026Last detected September 14, 2026

ENDPOINT 1

https://mcp.homebattery.ie/mcp

No auth detected

MCP server metadata

Name
EsbAnalyser
Version
0.1.0
Capabilities
tools.listChanged

Known tools 5

get_report

Fetch the full ESB smart-meter analysis for a given report ID, including consumption summary, solar simulation, and battery sizing recommendation.

Inferred read-only
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.

Inferred read-only
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.

Inferred read-only
list_tariffs

List the Irish electricity tariffs available for cost comparison, returning each tariff's ID, supplier, plan name and type (e.g.

Inferred read-only
ev_charge_cost

Price a single EV home-charging session against one electricity tariff.

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

.mcp.json

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

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "esbanalyser",
  "transport": "streamable-http",
  "url": "https://mcp.homebattery.ie/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 homebattery.ie was fetched 2026-09-04T15:32:21.037Z.

Trust status Neutral

homebattery.ie 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.