← Registry

General Tools

getecoback.com

Provides air conditioning-related calculations and heat wave forecasts for Germany, including BTU recommendations, window seal lengths, and electricity cost estimates.

2 endpoints18 known toolsFirst detected August 9, 2026Last detected September 3, 2026

ENDPOINT 1

https://getecoback.com/mcp

No auth detected

MCP server metadata

Name
getecoback-raumklima
Version
1.1.0
Capabilities
tools
Server instructions

Raumklima-Tools von getecoback.com: BTU-Empfehlung, Fensterabdichtungs-Länge, Live-Hitzevorschau (DE), Stromkosten. Formeln identisch mit den Rechnern der Website; Antworten enthalten Quell-URLs.

Known tools 10

geraet_wahl

Welches Gerät löst mein Raumklima-Problem?

Inferred read-only
btu_empfehlung

Empfohlene Kühlleistung (BTU) für einen Raum, mit passender Geräteklasse.

Inferred read-only
fensterabdichtung_laenge

Benötigte Länge einer Fensterabdichtung für mobile Klimaanlagen aus den Flügelmaßen.

Inferred read-only
hitzewelle_vorschau

Live-Hitzevorschau für Deutschland (nächste 3 Tage).

Inferred read-only
klimaanlage_stromkosten

Stromkosten eines Klimageräts.

Inferred read-only
heizleistung_watt

Benötigte Heizleistung in Watt für einen Raum (Infrarot/Elektro).

Inferred read-only
taupunkt_lueften

Taupunkt der Außenluft und die Antwort auf 'darf ich jetzt lüften?'.

Inferred read-only
balkonspeicher_foerderung

Balkonkraftwerk-/Speicher-Förderung in Deutschland (Stand 08/2026) und wie ein Zuschuss die Amortisation verkürzt.

Inferred read-only
ratgeber_suche

Durchsucht die Ratgeber von getecoback.com und gibt Titel, URL und Kurzbeschreibung zurück.

Inferred read-only
ratgeber_lesen

Liefert den Volltext eines einzelnen Ratgebers als Klartext.

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

.mcp.json

{
  "mcpServers": {
    "getecoback-raumklima": {
      "type": "http",
      "url": "https://getecoback.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "getecoback-raumklima",
  "transport": "streamable-http",
  "url": "https://getecoback.com/mcp"
}
MCP Inspector

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

ENDPOINT 2

https://getecoback.com/mcp/v1

No auth detected

MCP server metadata

Name
getecoback-raumklima
Version
1.0.0
Capabilities
tools
Server instructions

Raumklima-Tools von getecoback.com: BTU-Empfehlung, Fensterabdichtungs-Länge, Live-Hitzevorschau (DE), Stromkosten. Formeln identisch mit den Rechnern der Website; Antworten enthalten Quell-URLs.

Known tools 8

btu_empfehlung

Empfohlene Kühlleistung (BTU) für einen Raum in Deutschland/Europa, mit passender Geräteklasse.

Inferred read-only
fensterabdichtung_laenge

Benötigte Länge einer Fensterabdichtung für mobile Klimaanlagen aus den Flügelmaßen (Umfang = 2×(B+H)), plus passende Konfektionsgröße.

Inferred read-only
hitzewelle_vorschau

Live-Hitzevorschau für Deutschland: Maximaltemperatur der nächsten 3 Tage (Berlin/Frankfurt/München, open-meteo), mit Einordnung ab 28 °C bzw.

Inferred read-only
klimaanlage_stromkosten

Stromkosten eines Klimageräts: Watt × Stunden × Strompreis × Kompressor-Auslastung.

Inferred read-only
heizleistung_watt

Benötigte Heizleistung in Watt für einen Raum (Infrarot/Elektro), aus Fläche und Dämmstandard.

Inferred read-only
taupunkt_lueften

Taupunkt der Außenluft und die Antwort auf 'darf ich jetzt lüften?

Inferred read-only
ratgeber_suche

Durchsucht die Ratgeber von getecoback.

Inferred read-only
ratgeber_lesen

Liefert den Volltext eines einzelnen Ratgebers von getecoback.

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.getecoback-raumklima]
url = "https://getecoback.com/mcp/v1"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "getecoback-raumklima": {
      "type": "http",
      "url": "https://getecoback.com/mcp/v1"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: getecoback-raumklima
Remote MCP URL: https://getecoback.com/mcp/v1

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": {
    "getecoback-raumklima": {
      "url": "https://getecoback.com/mcp/v1"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "getecoback-raumklima": {
      "type": "http",
      "url": "https://getecoback.com/mcp/v1"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "getecoback-raumklima",
  "transport": "streamable-http",
  "url": "https://getecoback.com/mcp/v1"
}
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 getecoback.com was fetched 2026-08-24T02:44:23.866Z.

Trust status Neutral

getecoback.com 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.