EE
EngScript Engineering MCP
/FUELGAS
FUELGAS
Calculate MW, LHV and HHV of fuel gas from composition
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 /FUELGAS for me.
Input
| Field | Type | Description |
|---|---|---|
| HC* | array | List of fuel component formula strings, e.g. ['CH4', 'C2H6', 'H2', 'N2'] |
| mole* | array | Mole fraction list corresponding to HC, e.g. [0.90, 0.05, 0.03, 0.02] |
| MW_unit | string (g/gmol | g/mol | kg/kgmol | kg/kmol | lb/lbmol | lb/mol) | MW output unit default "g/mol" |
| LHV_unit | string (Btu/lb | Btu/lbm | J/g | J/kg | cal/g | cal/kg) | LHV output unit default "Btu/lb" |
| HHV_unit | string (Btu/lb | Btu/lbm | J/g | J/kg | cal/g | cal/kg) | HHV output unit default "Btu/lb" |
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":"/FUELGAS","input":{"HC":[],"mole":[],"MW_unit":"g/mol","LHV_unit":"Btu/lb","HHV_unit":"Btu/lb"}}'cli
npx cracked-ai run -p mcp-com-engscript-mcp -e /FUELGAS -i '{"HC":[],"mole":[],"MW_unit":"g/mol","LHV_unit":"Btu/lb","HHV_unit":"Btu/lb"}'mcp
run_tool({ provider: "mcp-com-engscript-mcp", endpoint: "/FUELGAS", input: {"HC":[],"mole":[],"MW_unit":"g/mol","LHV_unit":"Btu/lb","HHV_unit":"Btu/lb"} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.