EngScript Engineering MCP
EE
EngScript Engineering MCP
/VtoM

VtoM

Convert volumetric flow rate to mass flow rate at standard condition and normal condition Sm3/hr, Nm3/hr, SCFH

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 /VtoM for me.

Input

FieldTypeDescription
V*objectVolumetric flow rate
MW*objectMolecular weight
M_unitstring (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":"/VtoM","input":{"V":{},"MW":{},"M_unit":"lb/hr"}}'
cli
npx cracked-ai run -p mcp-com-engscript-mcp -e /VtoM -i '{"V":{},"MW":{},"M_unit":"lb/hr"}'
mcp
run_tool({ provider: "mcp-com-engscript-mcp", endpoint: "/VtoM", input: {"V":{},"MW":{},"M_unit":"lb/hr"} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.