Prerequisites
Before you begin, create an account and get your API Key.
Getting started
Connect to Cal.com to manage schedules, create appointments, and automate calendar operations through AI agents.- API
- UI
- Open Source
1
Install the SDKs (optional)
2
Create a Strata MCP Server with Cal.com
Response Information: The API returns:
strataServerUrl
: The unified URL for connecting your MCP client to all serversoauthUrls
: Dictionary mapping server names to their OAuth authorization URLs
API Reference
Full Strata API endpoints
3
Authenticate
🎉 Your Cal.com MCP Server is ready! Once authentication is complete, you can use your MCP server URL with any MCP-compatible client.
Available Tools
Tools Information
Tools Information
Tool Name | Description |
---|---|
cal_get_all_schedules | Retrieve all schedules from Cal.com |
cal_create_a_schedule | Create a new schedule in Cal.com |
cal_update_a_schedule | Update an existing schedule in Cal.com |
cal_delete_a_schedule | Delete a schedule by ID in Cal.com |
cal_get_default_schedule | Get the default schedule configured in Cal.com |
cal_get_schedule | Fetch a specific schedule by ID from Cal.com |
For more details about tool input schema, use the get_tools API.