KosmoKrator

productivity

Accelo MCP, CLI, and Lua Integration for AI Agents

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

7 functions 6 read 1 write Bearer token auth

Accelo 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
accelo
route_slug
accelo
package
accelo
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

Accelo MCP Client Matrix

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

Accelo CLI Matrix

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

Function Catalog

FunctionTypeParametersDescription
accelo.accelo_list_tickets Read read 3 List support tickets in Accelo. Returns a paginated list of tickets, optionally filtered by status.
accelo.accelo_get_ticket Read read 1 Get details of a specific support ticket in Accelo by its ID.
accelo.accelo_create_ticket Write write 4 Create a new support ticket in Accelo. Requires a title and body. Optionally associate with a contract and set priority.
accelo.accelo_list_tasks Read read 3 List tasks in Accelo. Returns a paginated list of tasks, optionally filtered by status.
accelo.accelo_get_task Read read 1 Get details of a specific task in Accelo by its ID.
accelo.accelo_list_projects Read read 3 List projects in Accelo. Returns a paginated list of projects, optionally filtered by status.
accelo.accelo_get_current_user Read read 0 Get the profile of the currently authenticated Accelo user. Use this to verify credentials and see user details.