KosmoKrator

productivity

Cal.com MCP, CLI, and Lua Integration for AI Agents

Cal.com integration docs for AI agents: MCP gateway setup, Cal.com CLI commands, Lua API reference, credentials, and function schemas.

7 functions 6 read 1 write Bearer token auth

Cal.com 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
cal-com
route_slug
cal-com
package
cal-com
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

Cal.com MCP Client Matrix

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

Cal.com CLI Matrix

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

Function Catalog

FunctionTypeParametersDescription
cal-com.cal_com_list_event_types Read read 3 List available event types (booking link templates) from Cal.com. Supports filtering by team and pagination.
cal-com.cal_com_get_event_type Read read 1 Get detailed information about a specific event type from Cal.com by its ID.
cal-com.cal_com_create_booking Write write 4 Create a new booking in Cal.com for a specific event type. Provide the event type, start/end times, and attendee information.
cal-com.cal_com_list_bookings Read read 4 List bookings from Cal.com with optional filtering by status, event type, and pagination.
cal-com.cal_com_get_booking Read read 1 Get detailed information about a specific booking from Cal.com by its ID.
cal-com.cal_com_list_teams Read read 2 List teams in your Cal.com organization. Supports pagination.
cal-com.cal_com_get_current_user Read read 0 Get the authenticated Cal.com user's profile information, including name, email, and time zone.