Skip to content
clusters: prooflayer · edgemarket · edgefinance · synthforge · mediakit · wordmint · webprobe · locale · comppoint
$ man cron-next

/cron-next

agentutility / wordmint / cron-next
PRICE / CALL
$0.003
USDC · base mainnet · scheme: exact
METHOD
POST
CLUSTER
wordmint
CATEGORY
ai
STATUS
live
NAME
cron-next cron next fire times / cron forecaster / when does this cron run next / schedule preview / cadence calculator
SYNOPSIS
POST https://x402.agentutility.ai/cron-next
     Content-Type: application/json
     X-PAYMENT:    <signed-transferWithAuthorization>

     { ... }
↳ first call → 402 Payment Required. Sign USDCtransferWithAuthorization, retry with theX-PAYMENT header.
DESCRIPTION

Cron next fire times / cron forecaster / when does this cron run next / schedule preview / cadence calculator. Takes any 5/6/7-field cron expression (or @daily/@hourly/@weekly/@monthly/@yearly macros) plus a timezone and returns the next N firing times as ISO 8601, Unix epoch seconds, and a human-readable string in the requested timezone. Also reports whether the cadence is regular (constant interval between fires) and the interval in seconds when it is. Pure deterministic compute via cron-parser — no LLM, no upstream lookup. Companion to cron-explain which describes the cadence in English; this one tells you exactly when it fires.

INPUTrequest schema
propertytypedescriptionreq?
expressionstringCron string (5/6/7-field) or macro (@daily, @hourly, etc.). Max 200 chars.required
timezonestringIANA timezone like 'America/New_York' or 'UTC'. Default 'UTC'.optional
countnumberHow many future fire times to compute. 1-50. Default 5.optional
startstringOptional ISO 8601 timestamp to start iteration from. Default: now.optional
OUTPUTresponse shape
fieldtypedescription
expressionstringEcho of the input cron string.
timezonestringEcho of the timezone used for iteration.
countnumberHow many fire times were computed.
startstringISO 8601 timestamp the iteration started from.
firesarrayArray of upcoming fire times. Each item has iso (ISO 8601 UTC string), epoch_seconds (Unix seconds), and human (localized formatted string in the requested timezone).
interval_secondsnumberConstant interval between fires in seconds, when the cadence is regular. null when intervals differ.
is_regularbooleanTrue if every consecutive pair of fires has the same interval.
EXAMPLEStwo ways to call
EXAMPLE 1 · curl
curl -X POST https://x402.agentutility.ai/cron-next \
  -H 'Content-Type: application/json' \
  -d '{ }'
first response = 402 Payment Required with payment requirements; sign + retry with X-PAYMENT.
EXAMPLE 2 · mcp
# MCP packages on npm under
# @agentutility/mcp-*  (one per cluster)
#
# Catalog + install:
# https://mcp.agentutility.ai
#
# Or call cron-next directly over HTTP — see above.
MCP server handles payment automatically — your coding agent just calls the tool by name.
METADATA
tags
wordmintcronschedulingschedule-previewcadencenext-fire-times
methods
POST
cluster
wordmint
price
$0.003 USDC per call
ADJACENTother endpoints in wordmint
endpointdescriptionprice
json-schema-validateJSON Schema validator / JSON validator / structured-output verifier / contract checker.$0.003
cron-explainCron expression explainer / cron parser / scheduling translator.$0.002
cron-parseCron parser.$0.002
dictionary-defineEnglish dictionary / word definition / lookup word / pronunciation / part of speech / synonyms / etymology adjacent.$0.002
embedding-similarityEmbedding similarity / cosine similarity / semantic match / vector compare / are-these-strings-similar.$0.002
regex-testRegex tester / pattern matcher / regex playground / verify-a-pattern / match-and-capture extractor.$0.002
semantic-chunkSemantic chunker / text splitter / RAG chunker / chunking with overlap / sentence + paragraph aware.$0.002
text-embeddingText embedding / vector embedding / semantic vector / Venice embeddings / Gemini embeddings / BGE-M3.$0.002
SEE ALSO
agentutility · wordmint · x402 · mcp · llms.txt · registry.json · bazaar.x402.org