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_tokenBearer token- cli_setup_supported
true- cli_runtime_supported
true- mcp_gateway_supported
true- lua_supported
true- supports_multi_account
true
Quick Links
Lua APIAgent-facing namespace and function reference. Cal.com CLIHeadless setup and direct function calls. Cal.com MCPMCP gateway setup for external clients. Submit feedbackReport missing tools, auth problems, wrong docs, or runtime issues. ContributeAdd tools or improve metadata in the integrations repo.
Cal.com MCP Client Matrix
Use these pages when a specific agent client or framework needs copy-pasteable MCP setup for Cal.com.
Claude Code Cal.com MCP setup for Claude Code. Cursor Cal.com MCP setup for Cursor. Codex Cal.com MCP setup for Codex. OpenAI Agents Cal.com MCP setup for OpenAI Agents SDK. Claude Agent SDK Cal.com MCP setup for Claude Agent SDK. Vercel AI SDK Cal.com MCP setup for Vercel AI SDK. LangChain Cal.com MCP setup for LangChain. LangGraph Cal.com MCP setup for LangGraph. CrewAI Cal.com MCP setup for CrewAI. MCP clients Cal.com MCP setup for Generic MCP Clients.
Cal.com CLI Matrix
Use these pages for direct Cal.com CLI workflows in scripts, CI, cron, and agent wrappers.
CI Cal.com CLI for CI. Cron Jobs Cal.com CLI for cron jobs. Shell Scripts Cal.com CLI for shell scripts. Headless Automation Cal.com CLI for headless automation. Coding Agents Cal.com CLI for coding agents.
Function Catalog
| Function | Type | Parameters | Description |
|---|---|---|---|
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. |