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_tokenBearer token- cli_setup_supported
true- cli_runtime_supported
true- mcp_gateway_supported
true- lua_supported
true- supports_multi_account
true
Quick Links
Lua APIAgent-facing namespace and function reference. Accelo CLIHeadless setup and direct function calls. Accelo MCPMCP gateway setup for external clients. Submit feedbackReport missing tools, auth problems, wrong docs, or runtime issues. ContributeAdd tools or improve metadata in the integrations repo.
Accelo MCP Client Matrix
Use these pages when a specific agent client or framework needs copy-pasteable MCP setup for Accelo.
Claude Code Accelo MCP setup for Claude Code. Cursor Accelo MCP setup for Cursor. Codex Accelo MCP setup for Codex. OpenAI Agents Accelo MCP setup for OpenAI Agents SDK. Claude Agent SDK Accelo MCP setup for Claude Agent SDK. Vercel AI SDK Accelo MCP setup for Vercel AI SDK. LangChain Accelo MCP setup for LangChain. LangGraph Accelo MCP setup for LangGraph. CrewAI Accelo MCP setup for CrewAI. MCP clients Accelo MCP setup for Generic MCP Clients.
Accelo CLI Matrix
Use these pages for direct Accelo CLI workflows in scripts, CI, cron, and agent wrappers.
CI Accelo CLI for CI. Cron Jobs Accelo CLI for cron jobs. Shell Scripts Accelo CLI for shell scripts. Headless Automation Accelo CLI for headless automation. Coding Agents Accelo CLI for coding agents.
Function Catalog
| Function | Type | Parameters | Description |
|---|---|---|---|
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. |