cron402 for Cursor
io.github.userdefault13/cron402-mcp
Schedule webhook calls, pay per run in USDC on Base via x402. Ten tools, built for small models.
client:Cursor
transport:stdio
runtime:npm
Install cron402 in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"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>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs