kalender.digital MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | Port for HTTP mode (default is 3000) | |
| MCP_TRANSPORT | No | Transport mode, e.g., 'http' for HTTP mode. Default is stdio. | |
| MCP_ALLOWED_ORIGINS | No | Comma-separated allowed origins for HTTP mode (e.g., https://claude.ai,https://chatgpt.com) | |
| KALENDER_DIGITAL_API_KEY | Yes | Your kalender.digital API key from Admin Settings -> API |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_eventsA | List kalender.digital events within an inclusive date range, optionally filtered by a search query. API documentation: https://kalender.digital/c/documentation/api?lang=de |
| get_eventA | Fetch one kalender.digital event by its event ID. Use list_events if the ID is unknown. API documentation: https://kalender.digital/c/documentation/api?lang=de |
| create_eventA | Create an event in one or more kalender.digital subcalendars. API documentation: https://kalender.digital/c/documentation/api?lang=de |
| update_eventA | Replace the editable fields of an existing kalender.digital event. All event fields are required. API documentation: https://kalender.digital/c/documentation/api?lang=de |
| delete_eventA | Permanently delete a kalender.digital event by ID. API documentation: https://kalender.digital/c/documentation/api?lang=de |
| create_subcalendarA | Create a kalender.digital subcalendar. API documentation: https://kalender.digital/c/documentation/api?lang=de |
| update_subcalendarB | Rename an existing kalender.digital subcalendar. API documentation: https://kalender.digital/c/documentation/api?lang=de |
| delete_subcalendarA | Permanently delete a kalender.digital subcalendar. API documentation: https://kalender.digital/c/documentation/api?lang=de |
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/Movm/kalender-digital-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server