Your AI agents get the same capabilities as a logged-in service manager. Every tool is authenticated, scoped to your account, and production-ready.
get_current_userupdate_user_profilelist_api_keysget_out_of_officelist_event_typesget_event_typecreate_event_typeupdate_event_typedelete_event_typeduplicate_event_typelist_bookingsget_bookingcancel_bookingconfirm_bookingreject_bookinglist_upcoming_bookingssearch_bookingsmark_no_showlist_schedulesget_schedulecreate_scheduledelete_scheduleget_available_slotslist_appointmentsget_appointmentcreate_appointmentupdate_appointmentcancel_appointmentcheck_availabilitybulk_update_appointmentssearch_customersget_customercreate_customerupdate_customerdelete_customerlist_top_customerslist_locationsget_locationlist_servicesget_servicelist_staffget_stafflist_productsupdate_product_stocklist_invoiceslist_service_categorieslist_workflowsget_workflowcreate_workflowupdate_workflowdelete_workflowlist_webhooksget_webhookcreate_webhookupdate_webhookdelete_webhooktest_webhooklist_routing_formsget_routing_formlist_routing_form_responseslist_teamsget_teamlist_team_membersget_schedule_statsdashboard_summarybooking_analyticspopular_event_typesbusiest_daysno_show_reportrevenue_reportstaff_performanceConnect your AI agent to Schedly with just a few lines of configuration.
Go to Settings β Developer β API Keys in your Schedly dashboard and create a new key. Copy it β you'll only see it once.
{
"mcpServers": {
"schedly": {
"url": "https://app.schedly.io/api/mcp/sse",
"headers": {
"Authorization": "Bearer cal_YOUR_API_KEY"
}
}
}
}{
"mcpServers": {
"schedly": {
"url": "https://app.schedly.io/api/mcp/sse",
"headers": {
"Authorization": "Bearer cal_YOUR_API_KEY"
}
}
}
}curl -X POST https://app.schedly.io/api/mcp/sse \
-H "Authorization: Bearer cal_YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/list"
}'Your AI agent now has access to all 71 tools across 12 domains. It can manage bookings, event types, customers, availability, teams, workflows, webhooks, analytics, and more β all through natural language.
Generate an API key in your Schedly dashboard and start building today.