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_keyAPI key- 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. CloudConvert CLIHeadless setup and direct function calls. CloudConvert 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.
CloudConvert MCP Client Matrix
Use these pages when a specific agent client or framework needs copy-pasteable MCP setup for CloudConvert.
Claude Code CloudConvert MCP setup for Claude Code. Cursor CloudConvert MCP setup for Cursor. Codex CloudConvert MCP setup for Codex. OpenAI Agents CloudConvert MCP setup for OpenAI Agents SDK. Claude Agent SDK CloudConvert MCP setup for Claude Agent SDK. Vercel AI SDK CloudConvert MCP setup for Vercel AI SDK. LangChain CloudConvert MCP setup for LangChain. LangGraph CloudConvert MCP setup for LangGraph. CrewAI CloudConvert MCP setup for CrewAI. MCP clients CloudConvert MCP setup for Generic MCP Clients.
CloudConvert CLI Matrix
Use these pages for direct CloudConvert CLI workflows in scripts, CI, cron, and agent wrappers.
CI CloudConvert CLI for CI. Cron Jobs CloudConvert CLI for cron jobs. Shell Scripts CloudConvert CLI for shell scripts. Headless Automation CloudConvert CLI for headless automation. Coding Agents CloudConvert CLI for coding agents.
Function Catalog
| Function | Type | Parameters | Description |
|---|---|---|---|
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. |