# Cronfree Time Scheduler — MCP server on mcp.ai > Connect your Cronfree Time Scheduler account and use 2 tools for scheduling and booking straight from your AI agent. Connect with your own API key. Cronfree Time Scheduler creates and removes recurring webhook schedules using weekday, month, day, hour, minute, and timezone selectors. By: mcp.ai · official Page: https://mcp.ai/cronfree_time_scheduler ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_cronfree_time_scheduler?ms=1787291400000 Add it as a custom/remote MCP connector, then authenticate when prompted. ## REST API (no MCP client required) Every tool is also a REST endpoint, authed with a workspace API key. Discover: GET https://api.mcp.ai/api/cronfree_time_scheduler/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/cronfree_time_scheduler/ Authorization: Bearer sk_live_… # create one at https://mcp.ai/settings/api-keys Content-Type: application/json Body: { …args } → { "ok": true, "tool": "", "result": { … } } ## Developer docs How to use (MCP or REST), markdown: https://mcp.ai/cronfree_time_scheduler/skill.md Postman collection (v2.1): https://mcp.ai/cronfree_time_scheduler/postman.json ## Tools - cronfree_time_scheduler_create_recurring_webhook_schedule(hours: integer[], months: integer[], minutes: integer[], timezone: string, weekdays: integer[], month_days: integer[], webhook_url: string) — Create a Cronfree schedule that repeatedly POSTs to a webhook URL at times selected by weekday, month, month-day, hour, minute, and IANA timezone. - cronfree_time_scheduler_remove_recurring_webhook_schedule(webhook_url: string) — Remove the Cronfree recurring schedule associated with a webhook URL. ## Example prompts - "What can I do in Cronfree Time Scheduler?" - "Show me a summary of my Cronfree Time Scheduler account" ## Links Docs: https://mcp.ai/docs/mcps/cronfree_time_scheduler Website: https://mcp.ai/mcps/cronfree_time_scheduler