The New Engineer — HVAC

European HVAC sizing: EN 12828 expansion vessels, EN 378 zones, Swiss refrigerant rules.

Should I use this

Quality & Safety

A
Description quality
100%
Schema completeness
83%
Naming quality
93%
Poisoning risk
100%
Permission match
100%
Protocol compliance
100%

Based on automated analysis of tool definitions and protocol compliance.

Context Cost

~5,076Tokens (tool definitions)
~12.0 KBTypical response size
Significant attention impact (3.97% of 128k context)

This is the approximate number of tokens consumed each time the server's tools are loaded into a model's context. Higher counts reduce the attention available for other tasks.

Install

One-Click Install

Add this to your `claude_desktop_config.json` file:

{
  "mcpServers": {
    "hvac": {
      "url": "https://thenewengineer.com/mcp"
    }
  }
}

Remote endpoints

https://thenewengineer.com/mcpstreamable-http

What it can do

Tool inventory

Tools (3)

🟢 Read-only🟡 Write🔴 Delete⚪ Unknown
🟢size_expansion_vessel(installation_volume_l, highest_point_above_unit_m, lowest_point_from_unit_m, safety_valve_from_unit_m, installation, ...)

Size the expansion vessel and pressurisation of a closed heating or chilled-water circuit to EN 12828: static height, minimum pressure p0, fill pressure pa, final pressure pe, expansion volume, water reserve, nominal vessel volume with the standard vessel to buy, safety valve setting together with the minimum it must not fall below, pressure class of the lowest equipment, intermediate vessel when needed. Heights become pressures through the real density of the fluid, at the temperature that matters for each: the coldest for p0, the design temperature for the valve and the lowest point. Water and glycols therefore give different figures for the same height. Use it whenever the user asks to size or check an expansion vessel, pressurisation unit, pre-charge pressure or safety valve — in any language: vase d'expansion, maintien de pression, Ausdehnungsgefäss, Druckhaltung, vaso di espansione, vaso de expansión. Needs the installation water volume and THREE heights, all measured from the point where the expansion vessel connects to the network: - the highest point of the installation, above it; - the lowest point, usually below it (negative) or level with it; - the safety valve, which always sits on the heat generator or chiller. If the user does not know it, it is assumed 1 m above the vessel connection, and the result says so. Ask the user for the volume and the three heights before calling. NEVER invent a height: if the lowest point or the valve height is unknown, omit it. The result is then marked provisional and lists the questions to ask. Build your answer on `answer_outline`: it carries the assumptions, the questions and the link to the website, which measures all of these on the user's IFC model.

Input Schema

{
  "type": "object",
  "properties": {
    "installation_volume_l": {
      "description": "Total water content of the closed circuit, in litres: pipes, emitters, generator, buffer tank.",
      "exclusiveMinimum": 0,
      "maximum": 5000000,
      "title": "Installation Volume L",
      "type": "number"
    },
    "highest_point_above_unit_m": {
      "description": "Height of the REAL highest point of the installation - the top air vent - above the point where the expansion vessel connects to the network, in metres. Taken as given: no margin is added.",
      "maximum": 300,
      "minimum": -50,
      "title": "Highest Point Above Unit M",
      "type": "number"
    },
    "lowest_point_from_unit_m": {
      "anyOf": [
        {
          "maximum": 300,
          "minimum": -300,
          "type": "number"
        },
        {
          "type": "null"
        }
      ],
      "default": null,
      "description": "Height of the REAL lowest point of the installation - the lowest drain - relative to the point where the expansion vessel connects to the network, in metres. NEGATIVE when below it, 0 when the vessel connects at the lowest point. Taken as given: no margin is added. Ask the user. NEVER invent it: if the user has not given it, omit it - the result is then marked provisional and returns the question to ask.",
      "title": "Lowest Point From Unit M"
    },
    "safety_valve_from_unit_m": {
      "anyOf": [
        {
          "maximum": 300,
          "minimum": -300,
          "type": "number"
        },
        {
          "type": "null"
        }
      ],
      "default": null,
      "description": "Height of the safety valve relative to the point where the expansion vessel connects to the network, in metres. The safety valve always sits on the heat generator (boiler, heat pump) or chiller - tell the user so, it helps them find it. Ask for it; if they cannot say, omit it: it is then assumed 1 m above the vessel connection, and the result says so.",
      "title": "Safety Valve From Unit M"
    },
    "installation": {
      "anyOf": [
        {
          "enum": [
            "chauffage",
            "refroidissement"
          ],
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "default": null,
      "description": "'chauffage' for heating, 'refroidissement' for cooling / chilled water. Omit: heating.",
      "title": "Installation"
    },
    "fluid": {
      "anyOf": [
        {
          "enum": [
            "eau",
            "meg",
            "mpg",
            "tyfocor"
          ],
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "default": null,
      "description": "Heat-transfer fluid: 'eau' (Water), 'meg' (MEG), 'mpg' (MPG), 'tyfocor' (TYFOCOR L (MPG)). Omit: plain water.",
      "title": "Fluid"
    },
    "glycol_pct": {
      "anyOf": [
        {
          "maximum": 60,
          "minimum": 0,
          "type": "number"
        },
        {
          "type": "null"
        }
      ],
      "default": null,
      "description": "Glycol concentration in %, ignored for water. Defaults to 30 %.",
      "title": "Glycol Pct"
    },
    "flow_temperature_c": {
      "anyOf": [
        {
          "maximum": 100,
          "minimum": 0,
          "type": "number"
        },
        {
          "type": "null"
        }
      ],
      "default": null,
      "description": "Flow temperature, °C. Omit: 80 in heating, 6 in cooling.",
      "title": "Flow Temperature C"
    },
    "return_temperature_c": {
      "anyOf": [
        {
          "maximum": 100,
          "minimum": -20,
          "type": "number"
        },
        {
          "type": "null"
        }
      ],
      "default": null,
      "description": "Return temperature, °C. Omit: 60 in heating, 12 in cooling.",
      "title": "Return Temperature C"
    },
    "filling_temperature_c": {
      "anyOf": [
        {
          "maximum": 90,
          "minimum": 0,
          "type": "number"
        },
        {
          "type": "null"
        }
      ],
      "default": null,
      "description": "Temperature at which the circuit is filled, °C. Omit: 10.",
      "title": "Filling Temperature C"
    },
    "design_temperature_c": {
      "anyOf": [
        {
          "maximum": 100,
          "minimum": 0,
          "type": "number"
        },
        {
          "type": "null"
        }
      ],
      "default": null,
      "description": "Hottest the fluid ever gets, standstill included. Omit: the warmer of flow and return in heating, 40 °C in cooling.",
      "title": "Design Temperature C"
    },
    "pressurisation": {
      "anyOf": [
        {
          "enum": [
            "statique",
            "compresseur",
            "pompe"
          ],
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "default": null,
      "description": "Type of pressurisation: 'statique' (Pressure-maintained by gas cushion (Statico)), 'compresseur' (Compressor-driven (Compresso)), 'pompe' (Pump-driven (Transfero)). Omit: gas-cushion vessel.",
      "title": "Pressurisation"
    },
    "safety_valve_setting_bar": {
      "anyOf": [
        {
          "maximum": 10,
          "minimum": 2,
          "type": "number"
        },
        {
          "type": "null"
        }
      ],
      "default": null,
      "description": "Safety valve setting in bar, one of the standard settings. Omit to take the smallest standard setting that works here. A setting below the minimum the installation needs is raised, and the result says so.",
      "title": "Safety Valve Setting Bar"
    },
    "minimum_required_pressure_bar": {
      "anyOf": [
        {
          "maximum": 10,
          "minimum": 0,
          "type": "number"
        },
        {
          "type": "null"
        }
      ],
      "default": null,
      "description": "Pressure the installation requires at the pressurisation unit whatever the height - against cavitation at a pump suction, for instance. p0 never falls below it. Omit: zero.",
      "title": "Minimum Required Pressure Bar"
    },
    "language": {
      "default": "en",
      "description": "The user's language, for labels and alerts.",
      "enum": [
        "fr",
        "de",
        "en",
        "es",
        "it"
      ],
      "title": "Language",
      "type": "string"
    }
  },
  "required": [
    "installation_volume_l",
    "highest_point_above_unit_m"
  ],
  "title": "size_expansion_vesselArguments"
}

Output Schema

{
  "type": "object",
  "additionalProperties": true,
  "title": "size_expansion_vesselDictOutput"
}
🟢check_refrigerant_switzerland(refrigerant, application, cooling_capacity_kw, heating_capacity_kw, refrigerant_charge_kg, ...)

Swiss refrigerant regulation check (ORRChim / ChemRRV annex 2.10, OFEV synthesis of May 2026, rules adopted 29.10.2025) plus refrigerant data from EN 378-1 Annex E: GWP (AR4, the ORRChim basis), ODP, LFL, safety class, practical limit. Returns, for a given refrigerant and installation: the date from which machines using it can no longer be placed on the Swiss market (import from 01.01.2027, sale to third parties from 01.07.2027), the date from which filling with virgin refrigerant is banned, the period when only reclaimed refrigerant may be used, and the date from which all filling is banned. SCOPE: heating, air conditioning, building cooling and process cooling, data centres included. NOT food refrigeration, cold rooms or deep freezing: those are a different trade, and the tool declines them instead of answering. Use it whenever the user asks about a refrigerant in Switzerland — its GWP / PRG, flammability, whether a chiller, heat pump, split, VRF or cold room using it may still be sold or refilled — in any language: fluide frigorigène, Kältemittel, refrigerante, refrigerant, R-32, R-410A, R-290, CO2, NH3... The answer depends on the installation. The regulation distinguishes: use (building cooling, food refrigeration medium / low temperature / combined / deep freezing, process cooling, heat pump mainly for heating, ice rink), cooling capacity Q0K or heating capacity Q0H, self-contained (factory-built packaged unit) or not, split, direct expansion (incl. VRF), secondary coolant loop (chilled water / brine), air-cooled condenser and refrigerant charge. THIS TOOL ANSWERS ONE QUESTION ONLY: may the refrigerant still be sold and refilled in Switzerland, and until when. It says NOTHING about safety in the room - charge limits, machine room, detection, ventilation, ATEX. That is `check_en378_zones`. A question that mixes both - « may I use R-32 for 3 kg in a server room, and until when can I refill it » - needs BOTH tools: call this one for the dates, and check_en378_zones for the room. Do not answer half the question. NEVER guess these. Call the tool with what the user gave: it returns `provisional: true`, the possible `scenarios`, and `questions_to_ask` in the order that matters most. Ask them (one or two at a time), then call again. Natural refrigerants need no questions. Build your answer on `answer_outline`; quote exceptions as possible, never as granted.

Input Schema

{
  "type": "object",
  "properties": {
    "refrigerant": {
      "description": "Refrigerant designation as the user wrote it: 'R-32', 'R410A', 'R1234ze', 'CO2', 'propane'…",
      "title": "Refrigerant",
      "type": "string"
    },
    "application": {
      "anyOf": [
        {
          "enum": [
            "climatisation_batiment",
            "froid_alimentaire_positif",
            "froid_alimentaire_negatif",
            "froid_alimentaire_combine",
            "surgelation",
            "froid_process",
            "pac_chauffage",
            "patinoire_permanente",
            "patinoire_temporaire"
          ],
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "default": null,
      "description": "Use of the installation: 'climatisation_batiment' (building cooling, incl. reversible heat pump used mainly for cooling), 'froid_alimentaire_positif' (food/perishables, use temp ≥ 0 °C), 'froid_alimentaire_negatif' (≥ −25 °C), 'froid_alimentaire_combine' (multiplex medium + low temp with common discharge), 'surgelation' (< −25 °C), 'froid_process' (industrial process cooling), 'pac_chauffage' (heat pump mainly for heating), 'patinoire_permanente', 'patinoire_temporaire'. Omit if unknown.",
      "title": "Application"
    },
    "cooling_capacity_kw": {
      "anyOf": [
        {
          "exclusiveMinimum": 0,
          "maximum": 100000,
          "type": "number"
        },
        {
          "type": "null"
        }
      ],
      "default": null,
      "description": "Peak useful cooling capacity Q0K, kW. Omit if unknown.",
      "title": "Cooling Capacity Kw"
    },
    "heating_capacity_kw": {
      "anyOf": [
        {
          "exclusiveMinimum": 0,
          "maximum": 100000,
          "type": "number"
        },
        {
          "type": "null"
        }
      ],
      "default": null,
      "description": "Peak useful heating capacity Q0H, kW (heat pumps). Omit if unknown.",
      "title": "Heating Capacity Kw"
    },
    "refrigerant_charge_kg": {
      "anyOf": [
        {
          "exclusiveMinimum": 0,
          "maximum": 100000,
          "type": "number"
        },
        {
          "type": "null"
        }
      ],
      "default": null,
      "description": "Total refrigerant charge, kg. Omit if unknown.",
      "title": "Refrigerant Charge Kg"
    },
    "self_contained": {
      "anyOf": [
        {
          "type": "boolean"
        },
        {
          "type": "null"
        }
      ],
      "default": null,
      "description": "True if 'autonome': factory-built circuits in a frame/casing and no gas-carrying part connected on site (packaged chiller, monobloc heat pump, rooftop). Omit if unknown.",
      "title": "Self Contained"
    },
    "split": {
      "anyOf": [
        {
          "type": "boolean"
        },
        {
          "type": "null"
        }
      ],
      "default": null,
      "description": "True for a split system (indoor/outdoor units linked by refrigerant lines laid on site). Omit if unknown.",
      "title": "Split"
    },
    "direct_expansion": {
      "anyOf": [
        {
          "type": "boolean"
        },
        {
          "type": "null"
        }
      ],
      "default": null,
      "description": "True if the refrigerant evaporates directly in the room units / evaporators (DX, incl. VRF); False if it cools a water or brine loop. Omit if unknown.",
      "title": "Direct Expansion"
    },
    "secondary_circuit": {
      "anyOf": [
        {
          "type": "boolean"
        },
        {
          "type": "null"
        }
      ],
      "default": null,
      "description": "True if cold is distributed through a secondary coolant loop (chilled water, glycol, brine). Omit if unknown.",
      "title": "Secondary Circuit"
    },
    "air_cooled_condenser": {
      "anyOf": [
        {
          "type": "boolean"
        },
        {
          "type": "null"
        }
      ],
      "default": null,
      "description": "True if heat is rejected through an air-cooled condenser (heat pump: its air heat exchanger). Omit if unknown.",
      "title": "Air Cooled Condenser"
    },
    "evaporator_count": {
      "anyOf": [
        {
          "maximum": 1000,
          "minimum": 1,
          "type": "integer"
        },
        {
          "type": "null"
        }
      ],
      "default": null,
      "description": "Number of evaporators.",
      "title": "Evaporator Count"
    },
    "refrigerant_circuit_count": {
      "anyOf": [
        {
          "maximum": 100,
          "minimum": 1,
          "type": "integer"
        },
        {
          "type": "null"
        }
      ],
      "default": null,
      "description": "Number of refrigerant circuits.",
      "title": "Refrigerant Circuit Count"
    },
    "heat_recovery": {
      "anyOf": [
        {
          "type": "boolean"
        },
        {
          "type": "null"
        }
      ],
      "default": null,
      "description": "True if rejected heat is recovered.",
      "title": "Heat Recovery"
    },
    "simultaneous_heating_cooling": {
      "anyOf": [
        {
          "type": "boolean"
        },
        {
          "type": "null"
        }
      ],
      "default": null,
      "description": "True for simultaneous heating and cooling with at least 2 air heat exchangers.",
      "title": "Simultaneous Heating Cooling"
    },
    "gwp_if_unlisted": {
      "anyOf": [
        {
          "maximum": 30000,
          "minimum": 0,
          "type": "number"
        },
        {
          "type": "null"
        }
      ],
      "default": null,
      "description": "ONLY if a previous call said the refrigerant is not in the database: its GWP (AR4) from the manufacturer's datasheet, given by the user.",
      "title": "Gwp If Unlisted"
    },
    "odp_if_unlisted": {
      "anyOf": [
        {
          "maximum": 20,
          "minimum": 0,
          "type": "number"
        },
        {
          "type": "null"
        }
      ],
      "default": null,
      "description": "ONLY with gwp_if_unlisted: its ODP (0 for HFC/HFO).",
      "title": "Odp If Unlisted"
    },
    "family_if_unlisted": {
      "anyOf": [
        {
          "enum": [
            "naturel",
            "stable",
            "hfo"
          ],
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "default": null,
      "description": "ONLY with gwp_if_unlisted: 'naturel' (natural), 'stable' (contains any HFC/PFC — e.g. R-454B, R-454C, R-455A), 'hfo' (only HFO and/or natural components).",
      "title": "Family If Unlisted"
    },
    "language": {
      "default": "en",
      "description": "The user's language, for labels. French or English text; translate for de/it/es.",
      "enum": [
        "fr",
        "de",
        "en",
        "es",
        "it"
      ],
      "title": "Language",
      "type": "string"
    }
  },
  "required": [
    "refrigerant"
  ],
  "title": "check_refrigerant_switzerlandArguments"
}

Output Schema

{
  "type": "object",
  "additionalProperties": true,
  "title": "check_refrigerant_switzerlandDictOutput"
}
🟢check_en378_zones(refrigerant, configuration, charge_kg, volume_local_m3, volume_enceinte_m3, ...)

EN 378 applied to BUILDING projects, volume by volume. An installation does not occupy one room but several: the machine, the rooms crossed by refrigerant lines, the rooms served by indoor units. Each volume is classified on its own — access category (a/b/c) and location class (I–IV) — and each classification calls for its own measures. The tool answers per volume, never as a single verdict. It returns, for every volume: its classification and why, the charge limit from Tables C.1 and C.2 of EN 378-1 (with the C.2 formula computed when the table calls for it), whether the charge exceeds it, the EN 378-3 measures that follow, the applicable texts (EN 378-1 to -4, EN IEC 60079-10-1, SUVA 66139 and 2153) and the ventilation flow rates. FOUR CONFIGURATIONS COVER ALMOST EVERY BUILDING PROJECT. Bring the user's case back to one of them wherever possible: machine_en_local_technique chiller or heat pump, all refrigerant inside the machine, standing in a plant room -> c III enceinte_accessible_fermee all refrigerant inside a walk-in ventilated enclosure that stays closed even for maintenance -> the enclosure is c III, the room around it carries no requirement enceintes_inaccessibles one or more units, each in a manufacturer's non-accessible ventilated enclosure -> TWO analyses: the enclosure in operation (class IV, the manufacturer sizes and justifies it, ask him for the enclosure ventilation), and the plant room with the enclosure OPEN for maintenance, which comes back to c III split_traversant split or VRF outdoors, refrigerant lines crossing occupied rooms -> each room on its own; offices and their circulations are b I, and formula C.2 gives the maximum charge for the floor area, or the minimum floor area for the charge THIS TOOL ANSWERS SAFETY IN THE ROOM. It says NOTHING about whether the refrigerant may still be placed on the market or refilled: in Switzerland that is `check_refrigerant_switzerland`. A question that mixes both - « may I use R-32 for 3 kg in a server room, and until when can I refill it » - needs BOTH tools: call this one for the room, and check_refrigerant_switzerland for the dates. Do not answer half the question. NEVER guess. The refrigerant, the configuration and the charge are always needed; a split also needs the floor area and how the indoor unit is mounted (floor, wall, window, ceiling), since C.2 depends on it. Without them the result is `provisional` and carries `questions_to_ask`: ask them, one or two at a time, then call again. Answer from `answer_outline`, volume by volume. In building projects, detection is preferred over treating a plant room as an ATEX zone. C.3 is never used. Say that the practical limit alone proves nothing: the charge limit of Tables C.1 and C.2 is what counts. SCOPE: building services. Cold rooms, food refrigeration and industrial process refrigeration are a different trade.

Input Schema

{
  "type": "object",
  "properties": {
    "refrigerant": {
      "description": "Refrigerant as the user wrote it: 'R-32', 'R410A', 'R290', 'R717', 'propane'…",
      "title": "Refrigerant",
      "type": "string"
    },
    "configuration": {
      "anyOf": [
        {
          "enum": [
            "machine_en_local_technique",
            "enceinte_accessible_fermee",
            "enceintes_inaccessibles",
            "split_traversant"
          ],
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "default": null,
      "description": "How the installation is laid out. Omit if unknown: the tool returns the question to ask.",
      "title": "Configuration"
    },
    "charge_kg": {
      "anyOf": [
        {
          "exclusiveMinimum": 0,
          "maximum": 100000,
          "type": "number"
        },
        {
          "type": "null"
        }
      ],
      "default": null,
      "description": "Refrigerant charge of the largest circuit, in kg.",
      "title": "Charge Kg"
    },
    "volume_local_m3": {
      "anyOf": [
        {
          "exclusiveMinimum": 0,
          "maximum": 10000000,
          "type": "number"
        },
        {
          "type": "null"
        }
      ],
      "default": null,
      "description": "Volume of the plant room, in m³.",
      "title": "Volume Local M3"
    },
    "volume_enceinte_m3": {
      "anyOf": [
        {
          "exclusiveMinimum": 0,
          "maximum": 10000000,
          "type": "number"
        },
        {
          "type": "null"
        }
      ],
      "default": null,
      "description": "Volume of the ventilated enclosure, in m³.",
      "title": "Volume Enceinte M3"
    },
    "volume_local_desservi_m3": {
      "anyOf": [
        {
          "exclusiveMinimum": 0,
          "maximum": 10000000,
          "type": "number"
        },
        {
          "type": "null"
        }
      ],
      "default": null,
      "description": "Volume of the smallest room crossed or served by an indoor unit, in m³.",
      "title": "Volume Local Desservi M3"
    },
    "surface_local_desservi_m2": {
      "anyOf": [
        {
          "exclusiveMinimum": 0,
          "maximum": 1000000,
          "type": "number"
        },
        {
          "type": "null"
        }
      ],
      "default": null,
      "description": "Floor area of that room, in m². Formula C.2 needs it; without it the tool returns the minimum area required instead.",
      "title": "Surface Local Desservi M2"
    },
    "pose": {
      "anyOf": [
        {
          "enum": [
            "sol",
            "mural",
            "fenetre",
            "plafond"
          ],
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "default": null,
      "description": "How the indoor unit is mounted: on the floor, wall, window or ceiling. Formula C.2 depends on it.",
      "title": "Pose"
    },
    "acces_local": {
      "anyOf": [
        {
          "enum": [
            "a",
            "b",
            "c"
          ],
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "default": null,
      "description": "Access category of the plant room. Omit: 'c', authorised persons only.",
      "title": "Acces Local"
    },
    "acces_locaux_desservis": {
      "anyOf": [
        {
          "enum": [
            "a",
            "b",
            "c"
          ],
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "default": null,
      "description": "Access category of the rooms crossed or served: 'b' for offices, laboratories, workplaces; 'a' for hotels, schools, shops, hospitals, homes.",
      "title": "Acces Locaux Desservis"
    },
    "language": {
      "default": "fr",
      "description": "The user's language. Texts are in French: translate them.",
      "enum": [
        "fr",
        "de",
        "en",
        "es",
        "it"
      ],
      "title": "Language",
      "type": "string"
    }
  },
  "required": [
    "refrigerant"
  ],
  "title": "check_en378_zonesArguments"
}

Output Schema

{
  "type": "object",
  "additionalProperties": true,
  "title": "check_en378_zonesDictOutput"
}

Community

Rate this Server

Evidence

Recent observations

verifiedversion not recorded3 tools