KosmoKrator

productivity

AddEvent MCP, CLI, and Lua Integration for AI Agents

AddEvent integration docs for AI agents: MCP gateway setup, AddEvent CLI commands, Lua API reference, credentials, and function schemas.

7 functions 6 read 1 write Bearer token auth

AddEvent 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
addevent
route_slug
addevent
package
addevent
auth_strategy
bearer_token Bearer token
cli_setup_supported
true
cli_runtime_supported
true
mcp_gateway_supported
true
lua_supported
true
supports_multi_account
true

Quick Links

AddEvent MCP Client Matrix

Use these pages when a specific agent client or framework needs copy-pasteable MCP setup for AddEvent.

AddEvent CLI Matrix

Use these pages for direct AddEvent CLI workflows in scripts, CI, cron, and agent wrappers.

Function Catalog

FunctionTypeParametersDescription
addevent.addevent_list_events Read read 3 List calendar events from AddEvent. Supports pagination with limit and page parameters, and optional filtering by category ID.
addevent.addevent_get_event Read read 1 Get details for a specific AddEvent calendar event by ID.
addevent.addevent_create_event Write write 6 Create a new calendar event in AddEvent. Requires a title, start date, and end date. Optionally add a location, description, and category.
addevent.addevent_list_categories Read read 0 List all event categories in AddEvent. Use category IDs to organize and filter events.
addevent.addevent_list_groups Read read 2 List event groups from AddEvent. Groups are collections of related events. Supports pagination with limit and page parameters.
addevent.addevent_get_group Read read 1 Get details for a specific AddEvent event group by ID.
addevent.addevent_get_current_user Read read 0 Get the profile of the currently authenticated AddEvent user. Useful for verifying credentials and displaying account information.