Shotlee
S
Shotlee
/calculate_reconstitution

Calculate peptide reconstitution and syringe units

Given a lyophilized vial size, a volume of bacteriostatic water and a target dose, return the resulting concentration, the volume to draw, and the reading on a

liveunknown~5s typical
mcpshotlee
$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-app-shotlee-shotlee /calculate_reconstitution for me.

Input

FieldTypeDescription
vial_mg*numberPeptide in the vial, in mg
bac_water_ml*numberBacteriostatic water added, in mL
dose_mg*numberTarget dose, in mg (1 mg = 1000 mcg)

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-app-shotlee-shotlee","endpoint":"/calculate_reconstitution","input":{"vial_mg":1,"bac_water_ml":1,"dose_mg":1}}'
cli
npx cracked-ai run -p mcp-app-shotlee-shotlee -e /calculate_reconstitution -i '{"vial_mg":1,"bac_water_ml":1,"dose_mg":1}'
mcp
run_tool({ provider: "mcp-app-shotlee-shotlee", endpoint: "/calculate_reconstitution", input: {"vial_mg":1,"bac_water_ml":1,"dose_mg":1} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.