mcp
M
mcp
/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
mcpprobedmcp
$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-mcp /convert_timezone for me.

Input

FieldTypeDescription
datetime*stringISO 8601 or natural language, e.g. "2026-07-09T15:30" or "next Tuesday 3pm".
from*stringSource IANA timezone.
to*stringTarget 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-mcp","endpoint":"/convert_timezone","input":{"datetime":"...","from":"...","to":"..."}}'
cli
npx cracked-ai run -p mcp-com-agishub-mcp -e /convert_timezone -i '{"datetime":"...","from":"...","to":"..."}'
mcp
run_tool({ provider: "mcp-com-agishub-mcp", endpoint: "/convert_timezone", input: {"datetime":"...","from":"...","to":"..."} })

Try it

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