Sponsored by Deepsite.site

CronSignal

Created By
CronSignala month ago
Monitor cron jobs and scheduled tasks. Get alerts when they don't run, see why they failed with captured output. Create and manage monitors directly from Claude, Cursor, or any MCP-compatible AI assistant.
Content
⚠️

cronsignal-mcp
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

CronSignal MCP Server

An MCP (Model Context Protocol) server that lets AI assistants like Claude and Cursor manage your cron job monitors on CronSignal.

What is CronSignal?

CronSignal is a cron job monitoring service. Add a simple ping to your cron jobs - if we don't hear from them on time, we alert you. We also capture job output so you can see exactly what went wrong.

Quick Start

1. Get an API Key

  1. Go to cronsignal.io/mcp
  2. Create an API key
  3. Copy it - you'll only see it once!

2. Configure Your AI Assistant

Cursor

Add to your Cursor settings (~/.cursor/mcp.json):

{
  "mcpServers": {
    "cronsignal": {
      "command": "npx",
      "args": ["cronsignal-mcp"],
      "env": {
        "CRONSIGNAL_API_KEY": "cs_live_your_key_here"
      }
    }
  }
}

Claude Desktop

Add to your Claude config:

macOS: ~/Library/Application Support/Claude/claude_desktop_config.json Windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "cronsignal": {
      "command": "npx",
      "args": ["cronsignal-mcp"],
      "env": {
        "CRONSIGNAL_API_KEY": "cs_live_your_key_here"
      }
    }
  }
}

3. Restart Your AI Assistant

After adding the config, restart Cursor or Claude Desktop to load the MCP server.

Available Tools

Monitor Management

ToolDescription
list_checksList all your monitors with their current status
get_checkGet details of a specific monitor
create_checkCreate a new monitor (returns ping URL and setup code)
update_checkUpdate a monitor's name, period, or grace period
delete_checkDelete a monitor permanently
pause_checkPause alerts for a monitor
resume_checkResume a paused monitor

Debugging

ToolDescription
get_check_outputGet recent ping output (stdout/stderr) for debugging
diagnose_checkAnalyze why a monitor is failing with actionable suggestions

Example Conversations

Creating a Monitor

You: "Create a monitor for my nightly backup that runs at 2 AM"

Assistant: Creates a monitor with 24-hour period and provides:

  • The ping URL
  • Ready-to-use curl commands
  • Code snippets for output capture

Debugging a Failure

You: "Why is my backup job failing?"

Assistant: Uses diagnose_check to:

  • Check the monitor status
  • Analyze recent exit codes
  • Look for error patterns in captured output
  • Suggest specific fixes

Quick Status Check

You: "How are my monitors doing?"

Assistant: Lists all monitors with their status, last ping time, and uptime.

Output Capture

CronSignal captures the output (stdout/stderr) of your cron jobs. To enable this, pipe your job's output to the ping:

# Capture output and send to CronSignal
your-backup-script 2>&1 | curl -fsS -X POST -d @- https://api.cronsignal.io/ping/YOUR_CHECK_ID

# Include exit code your-backup-script; curl -fsS "https://api.cronsignal.io/ping/YOUR_CHECK_ID?exit_code=$?"

This lets AI assistants read the actual error messages when diagnosing failures.

Environment Variables

VariableRequiredDescription
CRONSIGNAL_API_KEYYesYour CronSignal API key (starts with cs_live_)

License

MIT

Server Config

{
  "mcpServers": {
    "cronsignal": {
      "command": "npx",
      "args": [
        "cronsignal-mcp"
      ],
      "env": {
        "CRONSIGNAL_API_KEY": "<YOUR_API_KEY>"
      }
    }
  }
}
Recommend Servers
TraeBuild with Free GPT-4.1 & Claude 3.7. Fully MCP-Ready.
ChatWiseThe second fastest AI chatbot™
Tavily Mcp
Serper MCP ServerA Serper MCP Server
BlenderBlenderMCP connects Blender to Claude AI through the Model Context Protocol (MCP), allowing Claude to directly interact with and control Blender. This integration enables prompt assisted 3D modeling, scene creation, and manipulation.
AiimagemultistyleA Model Context Protocol (MCP) server for image generation and manipulation using fal.ai's Stable Diffusion model.
Baidu Map百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Jina AI MCP ToolsA Model Context Protocol (MCP) server that integrates with Jina AI Search Foundation APIs.
Y GuiA web-based graphical interface for AI chat interactions with support for multiple AI models and MCP (Model Context Protocol) servers.
Playwright McpPlaywright MCP server
Zhipu Web SearchZhipu Web Search MCP Server is a search engine specifically designed for large models. It integrates four search engines, allowing users to flexibly compare and switch between them. Building upon the web crawling and ranking capabilities of traditional search engines, it enhances intent recognition capabilities, returning results more suitable for large model processing (such as webpage titles, URLs, summaries, site names, site icons, etc.). This helps AI applications achieve "dynamic knowledge acquisition" and "precise scenario adaptation" capabilities.
Visual Studio Code - Open Source ("Code - OSS")Visual Studio Code
CursorThe AI Code Editor
TimeA Model Context Protocol server that provides time and timezone conversion capabilities. This server enables LLMs to get current time information and perform timezone conversions using IANA timezone names, with automatic system timezone detection.
WindsurfThe new purpose-built IDE to harness magic
MCP AdvisorMCP Advisor & Installation - Use the right MCP server for your needs
DeepChatYour AI Partner on Desktop
EdgeOne Pages MCPAn MCP service designed for deploying HTML content to EdgeOne Pages and obtaining an accessible public URL.
Howtocook Mcp基于Anduin2017 / HowToCook (程序员在家做饭指南)的mcp server,帮你推荐菜谱、规划膳食,解决“今天吃什么“的世纪难题; Based on Anduin2017/HowToCook (Programmer's Guide to Cooking at Home), MCP Server helps you recommend recipes, plan meals, and solve the century old problem of "what to eat today"
MiniMax MCPOfficial MiniMax Model Context Protocol (MCP) server that enables interaction with powerful Text to Speech, image generation and video generation APIs.
Amap Maps高德地图官方 MCP Server