EE
EngScript Engineering MCP
/MtoV
MtoV
Convert mass flow rate to volumetric flow rate at standard condition
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 /MtoV for me.
Input
| Field | Type | Description |
|---|---|---|
| M* | object | Mass flow rate |
| MW* | object | Molecular weight |
| V_unit | string (MSCFH | Nm3/hr | SCFH | Sm3/hr | kNm3/hr | kSCFH) | Output gas volume flow unit default "SCFH" |
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":"/MtoV","input":{"M":{},"MW":{},"V_unit":"SCFH"}}'cli
npx cracked-ai run -p mcp-com-engscript-mcp -e /MtoV -i '{"M":{},"MW":{},"V_unit":"SCFH"}'mcp
run_tool({ provider: "mcp-com-engscript-mcp", endpoint: "/MtoV", input: {"M":{},"MW":{},"V_unit":"SCFH"} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.