EcoBack Raumklima MCP

EcoBack Raumklima MCP

Nine tools for indoor climate and household energy in Germany/EU: BTU sizing for a room, portable-AC window-seal length, live heatwave outlook, appliance running costs, heating watts, dew point for safe ventilation, and balcony-storage subsidy rules. Also searches and reads 133 guides on getecoback.com; no auth, no personal data, and every answer returns its source URL.

Category
Visit Server

README

EcoBack Raumklima — MCP server

<!-- count -->9<!-- /count --> tools for indoor climate and household energy in Germany/EU: how many BTU a 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.

Tools

Tool What it answers
<!-- tools:start -->
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.
<!-- tools:end -->

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 <!-- count -->9<!-- /count --> 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.

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured