T
timezone-toolkit
/convert_timezone
convert timezone
Convert a specific date/time from one IANA timezone to another. Accepts ISO 8601 or natural language ('next Tuesday 3pm'). Returns the converted datetime with i
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 /convert_timezone for me.
Input
| Field | Type | Description |
|---|---|---|
| datetime* | string | ISO 8601 or natural language, e.g. "2026-07-09T15:30" or "next Tuesday 3pm". |
| from* | string | Source IANA timezone. |
| to* | string | Target IANA timezone. |
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":"/convert_timezone","input":{"datetime":"...","from":"...","to":"..."}}'cli
npx cracked-ai run -p mcp-com-agishub-timezone-toolkit -e /convert_timezone -i '{"datetime":"...","from":"...","to":"..."}'mcp
run_tool({ provider: "mcp-com-agishub-timezone-toolkit", endpoint: "/convert_timezone", input: {"datetime":"...","from":"...","to":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.