← thenewengineer.com

INDIVIDUAL MCP TOOL

size_expansion_vessel

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.

thenewengineer.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://thenewengineer.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for size_expansion_vessel and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

thenewengineer.com

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.the-new-engineer]
url = "https://thenewengineer.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "the-new-engineer": {
      "type": "http",
      "url": "https://thenewengineer.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "the-new-engineer": {
      "type": "http",
      "url": "https://thenewengineer.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "the-new-engineer",
  "transport": "streamable-http",
  "url": "https://thenewengineer.com/mcp"
}
MCP Inspector

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

Related tools