@mnicole-dev/calcom-mcp-server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CAL_API_KEY | Yes | Your Cal.com API key |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list-bookingsC | List all bookings with optional filters. |
| get-bookingA | Get a specific booking by its UID. |
| create-bookingC | Create a new booking. |
| cancel-bookingB | Cancel a booking by its UID. |
| reschedule-bookingB | Reschedule a booking to a new start time. |
| confirm-bookingB | Confirm a pending booking. |
| decline-bookingB | Decline a pending booking. |
| list-event-typesA | List all event types for the authenticated user. |
| get-event-typeB | Get a specific event type by ID. |
| create-event-typeB | Create a new event type. |
| update-event-typeC | Update an existing event type. |
| delete-event-typeA | Delete an event type by ID. |
| get-available-slotsB | Get available booking slots for an event type within a date range. |
| list-schedulesA | List all availability schedules for the authenticated user. |
| get-scheduleA | Get a specific availability schedule by ID. |
| create-scheduleC | Create a new availability schedule. |
| update-scheduleB | Update an existing availability schedule. |
| delete-scheduleB | Delete an availability schedule by ID. |
| get-meA | Get the authenticated user profile. |
| list-calendarsA | List all connected calendars for the authenticated user. |
| get-busy-timesC | Get busy time blocks from connected calendars. |
| list-out-of-officeA | List all out-of-office entries for the authenticated user. |
| create-out-of-officeB | Create an out-of-office entry. |
| delete-out-of-officeA | Delete an out-of-office entry by ID. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/mnicole-dev/calcom-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server