Skip to main content
Glama
f-tiger

EcoBack Raumklima MCP

EcoBack Raumklima — MCP server

room needs, how long a portable-AC window seal has to be, whether a heatwave is coming, what a device costs to run, when it is safe to ventilate, and which balcony-storage subsidies exist. Plus full-text search and retrieval over 133 guides.

Listed in the official MCP Registry as io.github.f-tiger/hvac-btu-heat-klimaanlage.

The tool table below is not hand-written: sync.mjs rebuilds it from the live server's tools/list every day.

Connect

Hosted — nothing to install, no auth, no personal data:

claude mcp add --transport http getecoback https://getecoback.com/mcp/v1
{ "mcpServers": { "getecoback": { "type": "http", "url": "https://getecoback.com/mcp/v1" } } }

Or run it yourselfsrc/ is the server, over stdio, with zero dependencies:

npx github:f-tiger/getecoback-mcp
{ "mcpServers": { "getecoback": { "command": "npx", "args": ["-y", "github:f-tiger/getecoback-mcp"] } } }

(The shorter npx getecoback-mcp starts working once the package is published to npm; the GitHub form above needs nothing and works today.)

Setup notes for other clients: https://getecoback.com/mcp.html · discovery: /.well-known/mcp.json

The two versions are kept honest by a parity test: npm test calls every deterministic tool both locally and on the hosted endpoint and fails if a single character differs. It runs on every push and daily — this code is a port of logic that runs in a Cloudflare Worker, and ports drift silently.

Related MCP server: KfW Förderungsmittel MCP Server

Tools

Tool

What it answers

| btu_empfehlung | Recommended cooling capacity in BTU for a room, with the matching device class: how many BTU do I need for X m²? Same formula as the calculator on getecoback.com (340 BTU/m² × sun factor), for Germany and Europe. | | fensterabdichtung_laenge | Required window-seal length for a portable air conditioner from the sash measurements (perimeter = 2×(width+height)), plus the off-the-shelf size that fits. Covers tilt-and-turn and roof windows. | | hitzewelle_vorschau | Live heatwave outlook for Germany: highest temperature over the next three days across Berlin, Frankfurt and Munich (open-meteo), flagged from 28 °C and 32 °C. | | klimaanlage_stromkosten | Running cost of an air conditioner or any appliance: watts × hours × electricity price × compressor duty cycle. What does it cost to run per hour, per day, per month? | | heizleistung_watt | Required heating power in watts for a room, from floor area and insulation standard (60/80/100 W/m² for new build, existing, old building), including running cost per full-load hour. | | taupunkt_lueften | Dew point of the outside air and whether opening the window right now would make a basement or damp room wetter (Magnus formula, walls counted 2 °C below room temperature). | | balkonspeicher_foerderung | German subsidies for plug-in balcony solar and storage: which state programmes exist, the ~100 € storage bonus, the apply-BEFORE-buying rule most programmes enforce, and the payback arithmetic with and without a grant. No federal purchase premium — only the VAT exemption. | | ratgeber_suche | Searches this site's guides on air conditioning, window sealing, ventilation, heating, dehumidifiers and electricity costs, returning title, URL and summary for each match — citable sources for the answer. | | ratgeber_lesen | Returns the full plain text of one guide from getecoback.com so the answer can be written from the source and cited. Pass a path or URL from ratgeber_suche. |

What makes the answers safe to quote

  • Same arithmetic as the published calculators. Each tool mirrors a calculator that runs on the website, so an assistant's answer and the page a reader lands on cannot disagree. A CI job calls all 9 tools against production daily and asserts each returns the value the published calculator shows.

  • Every answer carries its source URL and the disclosure that the site is funded by Amazon affiliate links, so a quoting assistant passes both along.

  • Honest about what it is not. Product recommendations summarise public tests; nothing is lab-tested here, and the tools say so. Subsidy figures are magnitudes with a date, never a promise — programme budgets empty mid-year.

  • No personal data, no auth, no cookies. The server stores the tool name and arguments for adoption counting, nothing about the caller.

Also machine-readable

Endpoint

What it is

/llms.txt

Site map for LLMs, llmstxt.org format

/llms-full.txt

Full plain text of every guide, one fetch

/search-index.json

Title, description and language of every page

/api/heat

Live heat outlook for Germany (JSON)

/api/strom

Today's hourly exchange electricity prices, DE (EPEX via aWATTar/SMARD)

/api/top · /api/trend

Most-read guides, weekly trends

Every page also serves Markdown to clients that ask for it:

curl -H "Accept: text/markdown" https://getecoback.com/guide/btu-rechner.html

Licence

Documentation: CC BY 4.0 — free to use with attribution to getecoback.com. sync.mjs is additionally MIT. See LICENSE.

Not engineering, legal or subsidy advice.

F
license - not found
-
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Related MCP Servers

  • A
    license
    -
    quality
    A
    maintenance
    87+ specialized tools for German and European energy data. Direct AI access to Marktstammdatenregister (MaStR), ENTSO-E, Redispatch 2.0, and Grid Operations for utilities and datacenters.
    2
    GPL 3.0
  • A
    license
    -
    quality
    D
    maintenance
    Provides access to KfW funding programs for residential building energy efficiency renovations in Germany. Enables users to list programs, check eligibility, calculate funding amounts, and get detailed information about specific KfW loans and grants.
    MIT
  • A
    license
    -
    quality
    B
    maintenance
    Weather files (EPW/DDY) for building energy simulation, on-demand. Four tools: search the 17,000-station catalog, analyze any EPW (design conditions, HDD/CDD, DesignDay IDF emit), render 5 chart types (diurnal, wind rose, temp carpet, monthly box plot, comparison), and generate TMY/AMY/CMIP6-morphed scenarios with UHI, extreme events, and wildfire smoke overlays. 3 of 4 tools work without API key.
    MIT
  • A
    license
    A
    quality
    D
    maintenance
    Provides real-time electricity grid data including CO2 intensity, power mix, and wholesale prices, plus optimal green time windows for energy-intensive AI tasks. Supports UK, Germany, and global regions with optional API keys.
    9
    MIT

View all related MCP servers

Related MCP Connectors

  • Free solar & home energy tools: estimates, incentives by ZIP, scores, installer routing.

  • Deterministic AI agent microtools, no accounts/API keys. fetch_extract: 98% token cut. 38 tools.

  • Makuri (EU AI tutoring for immigrant children): 11 tools, 2 interactive panels, no user data.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/f-tiger/getecoback-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server