Skip to main content
Glama
Movm

kalender.digital MCP Server

by Movm

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PORTNoPort for HTTP mode (default is 3000)
MCP_TRANSPORTNoTransport mode, e.g., 'http' for HTTP mode. Default is stdio.
MCP_ALLOWED_ORIGINSNoComma-separated allowed origins for HTTP mode (e.g., https://claude.ai,https://chatgpt.com)
KALENDER_DIGITAL_API_KEYYesYour kalender.digital API key from Admin Settings -> API

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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