M
mcp
/convert_batch
convert batch
Convert a single instant into many IANA timezones at once — a world-clock view. Like convert_timezone, but 'to' is a list of target zones.
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_batch for me.
Input
| Field | Type | Description |
|---|---|---|
| datetime* | string | ISO 8601 or natural language. |
| from* | string | Source IANA timezone. |
| to* | array | List of target IANA timezones. |
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_batch","input":{"datetime":"...","from":"...","to":[]}}'cli
npx cracked-ai run -p mcp-com-agishub-mcp -e /convert_batch -i '{"datetime":"...","from":"...","to":[]}'mcp
run_tool({ provider: "mcp-com-agishub-mcp", endpoint: "/convert_batch", input: {"datetime":"...","from":"...","to":[]} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.