KosmoKrator

scheduling

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.

6 functions 5 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
route_slug
cal
package
cal
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.cal_list_event_types Read read 3 List available event types (booking link templates) from Cal.com. Supports filtering by team and pagination.
cal.cal_get_event_type Read read 1 Get detailed information about a specific event type from Cal.com by its ID.
cal.cal_list_bookings Read read 4 List bookings from Cal.com with optional filtering by status, event type, and pagination.
cal.cal_get_booking Read read 1 Get detailed information about a specific booking from Cal.com by its ID.
cal.cal_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.cal_get_current_user Read read 0 Get the authenticated Cal.com user's profile information, including name, email, and time zone.