Skip to content
Grok

cron402 for Grok

io.github.userdefault13/cron402-mcp

Schedule webhook calls, pay per run in USDC on Base via x402. Ten tools, built for small models.

client:Grok transport:stdio runtime:npm

Install cron402 in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "cron402-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "cron402-mcp"
      ],
      "env": {
        "CRON402_PRIVATE_KEY": "<CRON402_PRIVATE_KEY>",
        "CRON402_NETWORK": "<CRON402_NETWORK>",
        "CRON402_API_URL": "<CRON402_API_URL>",
        "CRON402_STATE_DIR": "<CRON402_STATE_DIR>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

cron402 in other clients