# PIPESTEAM

Calculate steam pipe sizing: pipe diameter, velocity, pressure drop

Agent View of the PolicyLayer registry record for `PIPESTEAM`. HTML page: https://policylayer.com/tools/com-engscript-mcp/pipesteam

## Facts

- Tool: `PIPESTEAM`
- Server: EngScript Engineering MCP (`https://engscript.com/mcp`) — https://policylayer.com/tools/com-engscript-mcp.md
- Homepage: https://github.com/https://engscript.com/mcp
- Risk category: Destructive (Critical risk)
- Registry record: grade F, identity unverified
- Server auth posture: open
- Server rate-limited: no
- Parameters: 8 (4 required)
- Recommended policy verdict: Hidden

## Parameters

| Parameter | Type | Required | Description |
| --- | --- | --- | --- |
| `L` | object | yes | Pipe length |
| `M` | object | yes | Steam mass flow rate |
| `P` | object | yes | Steam pressure |
| `T` | object | yes | Steam temperature |
| `D_unit` | string | no | Output pipe diameter unit |
| `u_unit` | string | no | Output velocity unit |
| `dP_unit` | string | no | Output pressure drop unit |
| `rho_unit` | string | no | Output density unit |

Parameters from the server's own tool schema.

## Example call (MCP tools/call, JSON-RPC 2.0)

```json
{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "PIPESTEAM",
    "arguments": {
      "L": {},
      "M": {},
      "P": {},
      "T": {}
    }
  }
}
```

## Why PIPESTEAM is rated Critical

An AI agent that decides to call PIPESTEAM doesn't hesitate, doesn't double-check, and doesn't stop at one. Whatever it removes from EngScript Engineering MCP is gone. There is no undo for destructive operations.

Risk signals: High parameter count (16 properties)

## Use case

AI agents call PIPESTEAM to permanently remove resources in EngScript Engineering MCP, typically in cleanup and lifecycle workflows. It does its job in a single call, and there is no undo.

## Recommended policy (PolicyLayer)

Verdict: **Hidden**. Enforced by the PolicyLayer MCP gateway (https://policylayer.com/mcp-gateway) before a call reaches EngScript Engineering MCP:

```json
{
  "version": "1",
  "default": "deny",
  "hide": [
    "PIPESTEAM"
  ]
}
```

## Other tools on EngScript Engineering MCP (57)

- `PIPEAIR` — Destructive — https://policylayer.com/tools/com-engscript-mcp/pipeair.md
- `PIPEFLOWGAS` — Destructive — https://policylayer.com/tools/com-engscript-mcp/pipeflowgas.md
- `PIPEFLOWLIQ` — Destructive — https://policylayer.com/tools/com-engscript-mcp/pipeflowliq.md
- `PIPENITROGEN` — Destructive — https://policylayer.com/tools/com-engscript-mcp/pipenitrogen.md
- `PIPEWATER` — Destructive — https://policylayer.com/tools/com-engscript-mcp/pipewater.md
- `advDVR` — Other — https://policylayer.com/tools/com-engscript-mcp/advdvr.md
- `advECONOMIC` — Other — https://policylayer.com/tools/com-engscript-mcp/adveconomic.md
- `BALANCE` — Other — https://policylayer.com/tools/com-engscript-mcp/balance.md
- `CARBON` — Other — https://policylayer.com/tools/com-engscript-mcp/carbon.md
- `COMPPOLYEFF` — Other — https://policylayer.com/tools/com-engscript-mcp/comppolyeff.md
- `CTWRCAPA` — Other — https://policylayer.com/tools/com-engscript-mcp/ctwrcapa.md
- `CTWRCAPADSNTST` — Other — https://policylayer.com/tools/com-engscript-mcp/ctwrcapadsntst.md
- `CTWREVAPOR` — Other — https://policylayer.com/tools/com-engscript-mcp/ctwrevapor.md
- `CTWRLG` — Other — https://policylayer.com/tools/com-engscript-mcp/ctwrlg.md
- `CTWRNTU` — Other — https://policylayer.com/tools/com-engscript-mcp/ctwrntu.md
- `CVGAS` — Other — https://policylayer.com/tools/com-engscript-mcp/cvgas.md
- `CVLIQ` — Other — https://policylayer.com/tools/com-engscript-mcp/cvliq.md
- `CVSTEAM` — Other — https://policylayer.com/tools/com-engscript-mcp/cvsteam.md
- `DESUPERHEATER` — Other — https://policylayer.com/tools/com-engscript-mcp/desuperheater.md
- `DVR` — Other — https://policylayer.com/tools/com-engscript-mcp/dvr.md
- `ECONOMIC` — Other — https://policylayer.com/tools/com-engscript-mcp/economic.md
- `EMISSIONFACTOR` — Other — https://policylayer.com/tools/com-engscript-mcp/emissionfactor.md
- `FLUEGAS` — Other — https://policylayer.com/tools/com-engscript-mcp/fluegas.md
- `FORMULA` — Other — https://policylayer.com/tools/com-engscript-mcp/formula.md
- `FUELGAS` — Other — https://policylayer.com/tools/com-engscript-mcp/fuelgas.md
- `GN2DEPRESS` — Other — https://policylayer.com/tools/com-engscript-mcp/gn2depress.md
- `HEXRF` — Other — https://policylayer.com/tools/com-engscript-mcp/hexrf.md
- `HPADEPRESS` — Other — https://policylayer.com/tools/com-engscript-mcp/hpadepress.md
- `HTRINOUTEFF` — Other — https://policylayer.com/tools/com-engscript-mcp/htrinouteff.md
- `HTRLOSSEFF` — Other — https://policylayer.com/tools/com-engscript-mcp/htrlosseff.md
- …and 27 more: https://policylayer.com/tools/com-engscript-mcp.md

## For agents

This record is a snapshot. Live verdicts and the full registry:

- Check every server in your MCP config at once: `npx -y policylayer stack`
- Vet a server before you add it: install the mcp-precheck skill — `npx skills add https://policylayer.com` (skill text: https://policylayer.com/skill.md)
- Query the registry over MCP: endpoint `https://api.policylayer.com/mcp` — tools `check_mcp_server`, `check_mcp_stack`, `check_tool`, `search_registry`, `get_change_events`

---

Source: the PolicyLayer MCP registry — one continuously verified record per MCP server. Full record: https://policylayer.com/registry?q=com-engscript-mcp · API: https://policylayer.com/registry/api · Policy library: https://policylayer.com/policies/com-engscript-mcp
