EE
EngScript Engineering MCP
/STEAMPH
STEAMPH
Calculate mass flow from pin-hole on the steam piping
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 /STEAMPH for me.
Input
| Field | Type | Description |
|---|---|---|
| P* | object | Pressure |
| T* | object | Temperature |
| h* | object | pin-hole D |
| 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":"/STEAMPH","input":{"P":{},"T":{},"h":{},"M_unit":"lb/hr"}}'cli
npx cracked-ai run -p mcp-com-engscript-mcp -e /STEAMPH -i '{"P":{},"T":{},"h":{},"M_unit":"lb/hr"}'mcp
run_tool({ provider: "mcp-com-engscript-mcp", endpoint: "/STEAMPH", input: {"P":{},"T":{},"h":{},"M_unit":"lb/hr"} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.