D Fetcher
DF
D Fetcher
/calculate

Vitamin D synthesis calculator

Calculate vitamin D synthesis at a given location and time. Returns sun position, UV index, IU/min, minutes to reach the target dose, MED (sunburn threshold), t

liveverifiedunknown~5s typical
mcpprobeddfetcher
$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-dfetcher-vitamin-d /calculate for me.

Input

FieldTypeDescription
lat*numberLatitude in degrees.
lon*numberLongitude in degrees.
skinintegerFitzpatrick skin type 1–6. Use describe_skin_types if unknown. default 3
areanumberExposed body fraction. 0.10 face+hands, 0.25 arms+face, 0.40 t-shirt+shorts, 0.85 near-ful default 0.25
scalpstring (hair | bald)Scalp coverage. "bald" adds ~3.5% BSA. default "hair"
ageintegerAge in years (used for the age factor). default 45
targetintegerDaily vitamin D target in IU. default 1000
datestringISO 8601 timestamp or epoch ms. Defaults to now.
daybooleanInclude 15-min samples through the local day. default true
yearbooleanInclude monthly solar-noon samples with cloud climatology. default true

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-dfetcher-vitamin-d","endpoint":"/calculate","input":{"lat":1,"lon":1,"skin":3,"area":0.25,"scalp":"hair","age":45,"target":1000,"day":true,"year":true}}'
cli
npx cracked-ai run -p mcp-com-dfetcher-vitamin-d -e /calculate -i '{"lat":1,"lon":1,"skin":3,"area":0.25,"scalp":"hair","age":45,"target":1000,"day":true,"year":true}'
mcp
run_tool({ provider: "mcp-com-dfetcher-vitamin-d", endpoint: "/calculate", input: {"lat":1,"lon":1,"skin":3,"area":0.25,"scalp":"hair","age":45,"target":1000,"day":true,"year":true} })

Try it

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