
Company News
Socket Joins New OpenJS Program to Fund Node.js Security Work
Socket is joining the OpenJS Security Stewardship Program to fund Node.js vulnerability research, maintainer remediation, and security releases.
cron402-mcp
Advanced tools
MCP server exposing cron402 — schedule webhook calls and pay per run in USDC on Base via x402. Built for small models: plain-English schedules, free preview before paying, and step-by-step guidance in every response.
MCP server for cron402 — schedule webhook calls and pay per run in USDC on Base via x402. No accounts, no API keys; your wallet is the credential.
Built so that small models can drive it safely: schedules can be written in plain
English, every schedule can be validated for free before a paid call, and every
response carries an explicit next_step telling the model what to do next.
Price: $0.008 USDC per run · Network: Base mainnet (eip155:8453)
export CRON402_PRIVATE_KEY=0x... # fund with USDC on Base
npx -y cron402-mcp
Optional env vars:
| Variable | Default | Description |
|---|---|---|
CRON402_PRIVATE_KEY | (required for paid tools) | Agent wallet private key. Without it the server still starts and the free tools work. |
CRON402_NETWORK | eip155:8453 | CAIP-2 id; use eip155:84532 for Base Sepolia |
CRON402_API_URL | production Worker | Override API base URL |
CRON402_STATE_DIR | ~/.cron402 | Where created job ids are remembered for list_crons |
Cursor / Claude Desktop:
{
"mcpServers": {
"cron402": {
"command": "npx",
"args": ["-y", "cron402-mcp"],
"env": {
"CRON402_PRIVATE_KEY": "0x..."
}
}
}
}
OpenCode (opencode.json):
{
"mcp": {
"cron402": {
"type": "local",
"command": ["npx", "-y", "cron402-mcp"],
"environment": {
"CRON402_PRIVATE_KEY": "0x..."
},
"enabled": true
}
}
}
| Tool | Cost | Description |
|---|---|---|
cron402_guide | free | The whole procedure, prices and rules — the tool a model should read first |
check_wallet | free | Address, network, USDC/ETH balance, and how many runs it can afford |
preview_schedule | free | Validate a schedule and list the next 5 run times in UTC |
create_cron | $0.008 | Create a scheduled webhook job (includes 1 run credit) |
topup_cron | $0.008–$0.80 | Add 1, 10, or 100 prepaid run credits |
get_cron | free | Job status, credits, last 20 executions |
list_crons | free | Jobs created from this machine, with live status |
pause_cron | free | Pause a job (EIP-712 signed) |
resume_cron | free | Resume a paused job (requires credits) |
delete_cron | free | Permanently delete a job (EIP-712 signed) |
Paid tools handle x402 payment automatically. Management tools sign locally with your key.
"every 15 minutes", "every weekday at 9am",
"every monday at 5pm", "weekly" and raw cron all work. Ambiguous or
impossible phrases ("every 2 weeks", "at teatime") fail loudly with a fix,
rather than silently scheduling the wrong thing.timezone: "America/New_York" and the time-of-day is
converted to the UTC cron the API stores, with a DST caveat in the response.preview_schedule shows the next 5 fire times before a cent is
spent, and create_cron re-validates locally so a bad schedule never costs money.PAID in their descriptions, name the exact
amount, and every response tells the model not to call them twice.localhost target each come back as { ok: false, error, next_step }.~/.cron402/jobs.json so
list_crons can recover them — the API has no list endpoint.CRON402_PRIVATE_KEY degrades to read-only
instead of failing to boot, so the model can explain what is missing.A drop-in skill teaching an agent this whole workflow lives at
skills/cron402/SKILL.md:
mkdir -p .claude/skills/cron402
curl -sL https://raw.githubusercontent.com/userdefault13/ai-cron-site/main/skills/cron402/SKILL.md \
-o .claude/skills/cron402/SKILL.md
MIT
FAQs
MCP server exposing cron402 — schedule webhook calls and pay per run in USDC on Base via x402. Built for small models: plain-English schedules, free preview before paying, and step-by-step guidance in every response.
The npm package cron402-mcp receives a total of 34 weekly downloads. As such, cron402-mcp popularity was classified as not popular.
We found that cron402-mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Company News
Socket is joining the OpenJS Security Stewardship Program to fund Node.js vulnerability research, maintainer remediation, and security releases.

Security News
Two compromised GitHub Actions were re-enabled with malicious tags intact, exposing thousands of downstream repositories to Mini Shai-Hulud.

Research
/Security News
A malicious Firefox extension fetches its payload after installation to evade detection, steal Google session cookies, and automate account takeover.