cron402 for Windsurf
io.github.userdefault13/cron402-mcp
Schedule webhook calls, pay per run in USDC on Base via x402. Ten tools, built for small models.
client:Windsurf
transport:stdio
runtime:npm
Install cron402 in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"cron402-mcp": {
"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>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs