{"id":"phialsbasement-scheduler-mcp","name":"scheduler-mcp","af_score":54.0,"security_score":34.5,"reliability_score":27.5,"what_it_does":"Provides an MCP (Model Context Protocol) server that lets clients schedule and manage automated tasks using cron expressions. Tasks can include shell commands, HTTP/API calls, AI prompt executions (via OpenAI), and desktop reminders/notifications. It persists tasks/execution history in a SQLite DB and can run over stdio or SSE (HTTP), including an auto-discovery endpoint for MCP schema.","best_when":"You control the deployment environment (local or trusted internal network), want MCP integration for an AI assistant to create/manage scheduled tasks, and are comfortable securing secrets (OpenAI key) and the host machine environment.","avoid_when":"You need robust, documented authentication/authorization and rate limiting for external callers, or you cannot mitigate risks from scheduled shell execution (command injection/abuse) and outbound network calls.","last_evaluated":"2026-03-30T15:20:06.844771+00:00","has_mcp":true,"has_api":false,"auth_methods":["None described for MCP server transport itself","OpenAI API key for AI tasks via OPENAI_API_KEY"],"has_free_tier":false,"known_gotchas":["Scheduled shell/API/AI tasks can have side effects; ensure you fully validate parameters before calling add_* tools.","If running over SSE, the schema auto-discovery endpoint appears on HTTP port+1; clients must know this convention.","No documented auth/rate-limit semantics for the MCP server tools; assume deployment may be permissive unless otherwise configured."],"error_quality":0.0}