EE
EngScript Engineering MCP
/STEAMLEAK
STEAMLEAK
Calculate steam leak mass flow and flow condition (CHOKED / SUBCRITICAL) based on upstream and downstream conditions
liveverifiedunknown~5s typical
mcpprobedengscriptengineeringmcp
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-com-engscript-mcp /STEAMLEAK for me.
Input
| Field | Type | Description |
|---|---|---|
| P1* | object | Upstream Pressure |
| P2* | object | Downstream Pressure |
| T1* | object | Upstream Temperature |
| T2* | object | Downstream Temperature |
| h* | object | Pin-hole Diameter |
| Cd | object | Discharge coefficient (default: 0.80) |
| M_unit | string (kg/day | kg/hr | kg/min | kg/sec | klb/hr | lb/day) | Output mass flow unit default "lb/hr" |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-com-engscript-mcp","endpoint":"/STEAMLEAK","input":{"P1":{},"P2":{},"T1":{},"T2":{},"h":{},"M_unit":"lb/hr"}}'cli
npx cracked-ai run -p mcp-com-engscript-mcp -e /STEAMLEAK -i '{"P1":{},"P2":{},"T1":{},"T2":{},"h":{},"M_unit":"lb/hr"}'mcp
run_tool({ provider: "mcp-com-engscript-mcp", endpoint: "/STEAMLEAK", input: {"P1":{},"P2":{},"T1":{},"T2":{},"h":{},"M_unit":"lb/hr"} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.