Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by BoomBidiBuyBuy • Uncategorized
An MCP HTTP server implementing persistent scheduling with apscheduler and SQLAlchemy jobstore.
Schedule and persist complex execution plans across multiple MCP services.
Coordinate conditional and dependent tool calls on a recurring schedule.
Offload execution to a worker MCP service for plan execution.
This MCP server provides a persistent scheduling service using apscheduler with support for SQLAlchemy jobstores, enabling scheduled jobs to survive service restarts. It supports cron, interval, and one-off scheduling with execution plans that can coordinate multiple MCP services and tools. The server can execute plans sequentially or delegate execution to a worker MCP service, facilitating complex workflows such as conditional task execution and integration with external MCP services.