HTTP/1.1 402 PAYMENT REQUIRED · Agentic Finance (AIFI) · x402 + MPP dual-stack 500+ tools · 12 rails · 0% seller fee

Timezone planner

Time zone conversion, business day calculation, and cron schedule preview - scheduling in one pass.

$0.050 per call · one payment for the whole workflow
POST /api/skill/timezone-planner

3 tools run server-side in one request. You pay once, settle once, and get a single response - no orchestration, no per-step payments, and a partial-success envelope if any step fails. USDC over x402 on any supported chain.

When to use this pack

An agent coordinating across time zones needs to convert a time, count business days between dates, and preview when a cron job will fire. Three scheduling primitives bundled together for meeting planners, deployment schedulers, and coordination agents.

Tools in this pack

All 3 run inside the single $0.050 call above. Each is also callable on its own if you only need one part.

Workflow

  1. Call time-convert with the time, from timezone, and to timezone to get the converted time.
  2. Call business-days with start and end dates to count working days in the range.
  3. Call cron-next with a sample expression to preview upcoming schedule occurrences.

Call it directly

Any x402 client pays the 402 and gets the whole workflow back in one response:

npx agent402-client call timezone-planner {"time":"2026-06-11T10:00:00","from":"America/New_York","to":"Asia/Tokyo"}

Run it in Claude

claude mcp add agent402 -s user -- npx -y agent402-mcp@latest

Then paste this prompt into Claude:

Plan a meeting using Agent402's timezone-planner skill pack: Convert 2026-06-11T10:00:00 from America/New_York to Asia/Tokyo. Also check how many business days are between now and that date, and preview the next 5 occurrences of a weekly Monday 10am cron.

← All skill packs