KosmoKrator

files

CloudConvert MCP, CLI, and Lua Integration for AI Agents

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

7 functions 5 read 2 write API key auth

CloudConvert 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
cloudconvert
route_slug
cloudconvert
package
cloudconvert
auth_strategy
api_key API key
cli_setup_supported
true
cli_runtime_supported
true
mcp_gateway_supported
true
lua_supported
true
supports_multi_account
true

Quick Links

CloudConvert MCP Client Matrix

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

CloudConvert CLI Matrix

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

Function Catalog

FunctionTypeParametersDescription
cloudconvert.cloudconvert_create_job Write write 3 Create a new CloudConvert job. A job groups one or more tasks (import, convert, export) into a single workflow. Pass a tasks array to define the conversion pipeline.
cloudconvert.cloudconvert_get_job Read read 1 Get details and status of a CloudConvert job by ID, including all associated tasks and their results.
cloudconvert.cloudconvert_list_jobs Read read 4 List CloudConvert jobs with optional filtering by status or tag, and pagination.
cloudconvert.cloudconvert_create_task Write write 4 Create a standalone CloudConvert task. Specify an operation (e.g., import/url, convert, export/url, capture-website, merge, optimize, thumbnail) and the operation-specific payload.
cloudconvert.cloudconvert_get_task Read read 1 Get details and status of a CloudConvert task by ID, including the result payload with download URLs for completed conversions.
cloudconvert.cloudconvert_list_tasks Read read 5 List CloudConvert tasks with optional filtering by status, operation, or job ID, and pagination.
cloudconvert.cloudconvert_get_current_user Read read 0 Get the authenticated CloudConvert user profile, including remaining credits and subscription info.