EE
EngScript Engineering MCP
/PSYCHROMETRIC
PSYCHROMETRIC
Psychrometric properties of moist air
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 /PSYCHROMETRIC for me.
Input
| Field | Type | Description |
|---|---|---|
| BP* | object | |
| DB* | object | |
| WB | object | |
| DP | object | |
| RH | object | |
| WB_unit | string (C | F | K | R) | Wet bulb temperature output unit default "F" |
| DP_unit | string (C | F | K | R) | Dew point temperature output unit default "F" |
| H_unit | string (Btu/lb | Btu/lbm | J/g | J/kg | cal/g | cal/kg) | Enthalpy output unit (HDA/HWA) default "Btu/lb" |
| rho_unit | string (API | SG_H2O4 | SG_H2O60api | SG_H2O60nbs | g/cm3 | g/cm^3) | Density output unit (DDA/DWA) default "lb/ft3" |
| V_unit | string (cm3/g | cm^3/g | ft3/lb | ft^3/lb | m3/kg | m^3/kg) | Specific volume unit (VDA/VWA) default "ft3/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":"/PSYCHROMETRIC","input":{"BP":{},"DB":{},"WB_unit":"F","DP_unit":"F","H_unit":"Btu/lb","rho_unit":"lb/ft3","V_unit":"ft3/lb"}}'cli
npx cracked-ai run -p mcp-com-engscript-mcp -e /PSYCHROMETRIC -i '{"BP":{},"DB":{},"WB_unit":"F","DP_unit":"F","H_unit":"Btu/lb","rho_unit":"lb/ft3","V_unit":"ft3/lb"}'mcp
run_tool({ provider: "mcp-com-engscript-mcp", endpoint: "/PSYCHROMETRIC", input: {"BP":{},"DB":{},"WB_unit":"F","DP_unit":"F","H_unit":"Btu/lb","rho_unit":"lb/ft3","V_unit":"ft3/lb"} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.