EE
EngScript Engineering MCP
/PTV
PTV
Calculate gas molar volume using equation of state
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 /PTV for me.
Input
| Field | Type | Description |
|---|---|---|
| P* | object | Pressure |
| T* | object | Temperature |
| V_unit | string (L | cm3 | ft3 | in3 | m3 | mL) | Output molar volume unit default "m3" |
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":"/PTV","input":{"P":{},"T":{},"V_unit":"m3"}}'cli
npx cracked-ai run -p mcp-com-engscript-mcp -e /PTV -i '{"P":{},"T":{},"V_unit":"m3"}'mcp
run_tool({ provider: "mcp-com-engscript-mcp", endpoint: "/PTV", input: {"P":{},"T":{},"V_unit":"m3"} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.