timezone-toolkit
T
timezone-toolkit
/date_math

date math

Timezone-aware date arithmetic: add or subtract a duration to a datetime (days are calendar-based and DST-safe; hours and minutes are absolute), or compute the

liveverifiedunknown~5s typical
mcpprobedtimezone-toolkit
$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-agishub-timezone-toolkit /date_math for me.

Input

FieldTypeDescription
datetime*stringBase datetime: ISO 8601 or natural language.
timezone*stringIANA timezone the base datetime is in.
operation*objectWhat to compute: { type:'add', amount, unit } to add/subtract a duration, or { type:'diff'

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-agishub-timezone-toolkit","endpoint":"/date_math","input":{"datetime":"...","timezone":"...","operation":{}}}'
cli
npx cracked-ai run -p mcp-com-agishub-timezone-toolkit -e /date_math -i '{"datetime":"...","timezone":"...","operation":{}}'
mcp
run_tool({ provider: "mcp-com-agishub-timezone-toolkit", endpoint: "/date_math", input: {"datetime":"...","timezone":"...","operation":{}} })

Try it

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