KosmoKrator

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.

7 functions 6 read 1 write Bearer token auth

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.

Machine-Readable Metadata
integration_slug
calendly
route_slug
calendly
package
calendly
auth_strategy
bearer_token Bearer token
cli_setup_supported
true
cli_runtime_supported
true
mcp_gateway_supported
true
lua_supported
true
supports_multi_account
true

Quick Links

Calendly MCP Client Matrix

Use these pages when a specific agent client or framework needs copy-pasteable MCP setup for Calendly.

Calendly CLI Matrix

Use these pages for direct Calendly CLI workflows in scripts, CI, cron, and agent wrappers.

Function Catalog

FunctionTypeParametersDescription
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.