Submit

Agentcron

@MGM_LLC

Give your AI agent a sense of time. AgentCron lets agents schedule tasks for later — one-off reminders, delayed webhook callbacks, and recurring jobs (schedule_task / list_tasks / cancel_task). Delivers via email, Slack, Discord, or webhook. Read-only by design. Free tier available. Get a key: https://cron.mgm-llc.org/signup
Overview

👉 Get a free API key: https://cron.mgm-llc.org/signup

AgentCron

Give your AI agent a sense of time. Agents can't sleep, wait, or run on a schedule — AgentCron lets them schedule work for later: one-off reminders, delayed webhook callbacks, and recurring jobs.

🔒 Read-only by design. AgentCron only runs the tasks your agent schedules. No access to your accounts.

Get started

  1. Sign up free at https://cron.mgm-llc.org/signup and copy your API key.
  2. Add AgentCron to your MCP client (below).

Connect

Cursor & Streamable-HTTP clients:

{ "mcpServers": { "agentcron": {
  "url": "https://cron.mgm-llc.org/mcp",
  "headers": { "Authorization": "Bearer YOUR_API_KEY" } } } }

Cline, Claude Desktop & others (stdio bridge):
{ "mcpServers": { "agentcron": {
  "command": "npx",
  "args": ["-y", "mcp-remote", "https://cron.mgm-llc.org/mcp", "--header", "Authorization: Bearer YOUR_API_KEY"] } } }

Tools

- schedule_task(action, in_seconds | run_at, repeat_every_seconds?, ...) — notify or webhook, one-off or recurring
- list_tasks() · cancel_task(id)

Examples

- "Remind me in 2 hours to review the PR" → notification later
- "Email me a summary every weekday at 9am" → recurring
- "POST this webhook in 30 min to resume the workflow" → delayed callback

Pricing

Free: 5 tasks, every-5-min min interval, 1,000 runs/month. Pro $9/mo (or $90/yr): 200 tasks, 60s interval, 100,000 runs/month.

Docs: https://cron.mgm-llc.org/docs

Server Config

{
  "mcpServers": {
    "agentcron": {
      "url": "https://cron.mgm-llc.org/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_API_KEY"
      }
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.