ToolOracle/scheduleroracle
SchedulerOracle — Persistent Autonomous Task Scheduler MCP for AI Agents. 9 tools: cron/interval/one-time scheduling, auto-store results in MemoryOracle, optional Decision Preflight gate, execution history. The motor that makes agents work 24/7.
Platform-specific configuration:
{
"mcpServers": {
"scheduleroracle": {
"command": "npx",
"args": [
"-y",
"scheduleroracle"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
The motor. MemoryOracle is the brain — SchedulerOracle makes it act.
Persistent autonomous task scheduler for AI agents. Schedule once, run forever. Cron, interval, or one-time. Results auto-stored in MemoryOracle. Optional Decision Preflight gate.
npx -y mcp-remote https://mcp.feedoracle.io/scheduler/mcp/AI agents are session-bound. When the chat ends, the agent stops. No monitoring. No recurring checks. No autonomous work.
SchedulerOracle turns agents into 24/7 workers:
Agent: "Check RLUSD MiCA status every day at 9am"
→ SchedulerOracle: task-dfa88a8101 scheduled (cron: 0 9 * * *)
→ Tomorrow 09:00 UTC: Decision Preflight runs → verdict: CAUTION
→ Result auto-stored in MemoryOracle (mem-ef455216e979)
→ Next session: agent instantly knows RLUSD status changed| Tool | Units | Price | What it does | |------|-------|-------|-------------| | schedule_task | 8 | $0.08 | Create cron, interval, or one-time task | | run_now | 12 | $0.12 | Execute immediately, regardless of schedule | | list_tasks | 2 | $0.02 | Show all tasks with status and next run | | cancel_task | 2 | $0.02 | Delete a task permanently | | pause_task | 2 | $0.02 | Pause or resume a task | | task_history | 3 | $0.03 | Execution log with duration and errors | | task_stats | 1 | $0.01 | Dashboard: active/failed/success rate | | export_tasks | 3 | $0.03 | Export all tasks as JSON | | health_check | 0 | free | Status + available target servers |
Any MCP server in the ToolOracle + FeedOracle ecosystem:
| Server | Tools available | |--------|---------------| | compliance | MiCA preflight, evidence bundle, provenance, AI explain | | macro | Fed rates, inflation, yield curve, GDP | | risk | Stablecoin risk, custody, market depth | | iso20022 | DTI lookup, SWIFT deadlines, MiCA cross-check | | preflight | Decision Preflight (go/caution/stop) | | memory | Store/query long-term
Loading reviews...