Analytics
homebattery.ie
Provides energy analysis and cost comparison tools for smart meter data, including solar simulation, battery sizing, and tariff evaluation.
ENDPOINT 1
https://mcp.homebattery.ie/mcp
MCP server metadata
- Name
- EsbAnalyser
- Version
- 0.1.0
Known tools 5
get_reportFetch the full ESB smart-meter analysis for a given report ID, including consumption summary, solar simulation, and battery sizing recommendation.
Inferred read-onlyadjust_reportApply 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-onlyget_battery_recommendationReturn 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-onlylist_tariffsList the Irish electricity tariffs available for cost comparison, returning each tariff's ID, supplier, plan name and type (e.g.
Inferred read-onlyev_charge_costPrice a single EV home-charging session against one electricity tariff.
Inferred read-onlyCONNECT 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.
homebattery.ie is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.