LogoSTMCP
Download
cronlytic-mcp-server

Cronlytic MCP Server

A comprehensive Model Context Protocol (MCP) server that integrates with the Cronlytic API to provide seamless cron job management through LLM applications like Claude Desktop.

Tools

1. health_check

Test connectivity and authentication with the Cronlytic API.

Open Graph image for Cronlytic MCP Server

JSON Config

{
  "mcpServers": {
    "cronlytic": {
      "command": "python",
      "args": ["-m", "cronlytic_mcp_server.server"],
      "env": {
        "CRONLYTIC_API_KEY": "your_api_key_here",
        "CRONLYTIC_USER_ID": "your_user_id_here"
      }
    }
  }
}

Information