productivity
Calendly MCP, CLI, and Lua Integration for AI Agents
Calendly integration docs for AI agents: MCP gateway setup, Calendly CLI commands, Lua API reference, credentials, and function schemas.Calendly for agents
Credentials can be configured manually in web or CLI hosts.
Use this integration from Lua code mode, the headless integrations CLI, or the KosmoKrator MCP gateway. The same package metadata powers all three surfaces.
Agent Surfaces
Machine-Readable Metadata
Function Catalog
| Function | Type | Parameters | Description |
|---|---|---|---|
calendly.calendly_list_event_types | Read read | 5 | List event types for a Calendly user or organization. |
calendly.calendly_get_event_type | Read read | 1 | Get a single Calendly event type by UUID. |
calendly.calendly_create_booking | Write write | 5 | Create a booking in Calendly by generating a one-off event type with a scheduling URL for the invitee. |
calendly.calendly_list_bookings | Read read | 7 | List scheduled Calendly bookings (events) with optional filters. |
calendly.calendly_list_organizations | Read read | 1 | List Calendly organizations the authenticated user belongs to. |
calendly.calendly_list_users | Read read | 4 | List users (organization memberships) in a Calendly organization. |
calendly.calendly_get_current_user | Read read | 0 | Get the authenticated Calendly user profile. |