EE
EngScript Engineering MCP
/FLUEGAS
FLUEGAS
Calculate enthalpy of flue 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 /FLUEGAS for me.
Input
| Field | Type | Description |
|---|---|---|
| HC* | array | List of fuel component formula strings, e.g. ['CH4', 'C2H6', 'N2'] |
| mole* | array | Mole fraction list corresponding to HC, e.g. [0.90, 0.05, 0.05] |
| Tb* | object | Base temperature |
| Tg* | object | Flue gas temperature |
| MW_unit | string (g/gmol | g/mol | kg/kgmol | kg/kmol | lb/lbmol | lb/mol) | MW output unit default "g/mol" |
| Cp_unit | string | Cp output unit default "Btu/lb-F" |
| dH_unit | string (Btu/lb | Btu/lbm | J/g | J/kg | cal/g | cal/kg) | Enthalpy 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":"/FLUEGAS","input":{"HC":[],"mole":[],"Tb":{},"Tg":{},"MW_unit":"g/mol","Cp_unit":"Btu/lb-F","dH_unit":"Btu/lb"}}'cli
npx cracked-ai run -p mcp-com-engscript-mcp -e /FLUEGAS -i '{"HC":[],"mole":[],"Tb":{},"Tg":{},"MW_unit":"g/mol","Cp_unit":"Btu/lb-F","dH_unit":"Btu/lb"}'mcp
run_tool({ provider: "mcp-com-engscript-mcp", endpoint: "/FLUEGAS", input: {"HC":[],"mole":[],"Tb":{},"Tg":{},"MW_unit":"g/mol","Cp_unit":"Btu/lb-F","dH_unit":"Btu/lb"} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.