CloudConvert MCP integration for AI agents.
Connect AI agents to CloudConvert through 14 structured actions, including get current user, create url conversion job, cancel task, and retry task. Review a…
- ACTION CONTRACTS
- 14
- AUTHENTICATION
- API key
- SOURCE STATUS
- Provider-backed
CATALOG SOURCE REVIEWED AUGUST 23, 2026 / ACTION NAMES AND SCHEMAS DERIVED FROM WORKING MACHINES PROVIDER SOURCE
CAPABILITY PROFILE
What the CloudConvert integration exposes
The CloudConvert Agent App exposes 14 provider-backed actions for productivity and design & media work. Its current contract lets an authorized agent get the current cloudconvert user and remaining credits for the api token, create a cloudconvert job that imports a remote file url, converts it, and exports the result via `export/url`, and cancel a cloudconvert task that is still waiting or processing. These operations are called through Working Machines as typed capabilities rather than through browser navigation or copied UI steps.
A connection uses API key. Before execution, the agent can inspect the selected action, its required fields, declared scopes, and expected output contract. Provider credentials remain inside the Working Machines runtime; the calling agent receives the capability and its structured result, not the underlying secret.
For reliable operation, start with the narrowest action that satisfies the task, resolve stable provider identifiers before changing state, and validate the returned object or status after execution. Availability still depends on the connected CloudConvert account, granted provider permissions, workspace policy, region, plan, and upstream API behavior.
VERIFIED ACTION SAMPLE
Real CloudConvert capabilities.
Showing 12 of 14 actions. Risk labels are conservative signals based on operation names, not substitutes for provider documentation or runtime policy.
get_current_userREADGet the current CloudConvert user and remaining credits for the API token.
create_url_conversion_jobWRITECreate a CloudConvert job that imports a remote file URL, converts it, and exports the result via `export/url`.
INPUTS: sourceUrl / sourceFilename / sourceHeaders / inputFormat / outputFormat
cancel_taskHIGH IMPACTCancel a CloudConvert task that is still waiting or processing.
INPUTS: taskId
retry_taskREVIEWRetry a CloudConvert task by creating a new task from the original payload.
INPUTS: taskId
create_url_conversion_job_and_waitWRITECreate a URL-based CloudConvert conversion job and wait synchronously until the job finishes.
INPUTS: sourceUrl / sourceFilename / sourceHeaders / inputFormat / outputFormat
delete_jobHIGH IMPACTDelete a CloudConvert job, including all tasks and related data.
INPUTS: jobId
delete_taskHIGH IMPACTDelete a CloudConvert task, including all related data.
INPUTS: taskId
get_jobREADGet a single CloudConvert job and include its tasks.
INPUTS: jobId
get_taskREADGet a single CloudConvert task by ID.
INPUTS: taskId
list_conversion_typesREADList possible CloudConvert conversion types for the requested input and output formats.
INPUTS: inputFormat / outputFormat / engine / engineVersion / alternatives
list_jobsREADList CloudConvert jobs for the current account.
INPUTS: status / tag / page / perPage
list_tasksREADList CloudConvert tasks for the current account.
INPUTS: jobId / status / operation / page / perPage
INPUT CONTRACTS
Know what the action needs before it runs.
create_url_conversion_job
sourceUrlREQUIRED- Remote file URL that CloudConvert should import.
sourceFilenameOPTIONAL- Optional file name override used for the imported source.
sourceHeadersOPTIONAL- String-to-string map forwarded to CloudConvert.
inputFormatOPTIONAL- File format such as `pdf`, `docx`, or `png`.
outputFormatREQUIRED- File format such as `pdf`, `docx`, or `png`.
cancel_task
taskIdREQUIRED- The CloudConvert task ID.
retry_task
taskIdREQUIRED- The CloudConvert task ID.
create_url_conversion_job_and_wait
sourceUrlREQUIRED- Remote file URL that CloudConvert should import.
sourceFilenameOPTIONAL- Optional file name override used for the imported source.
sourceHeadersOPTIONAL- String-to-string map forwarded to CloudConvert.
inputFormatOPTIONAL- File format such as `pdf`, `docx`, or `png`.
outputFormatREQUIRED- File format such as `pdf`, `docx`, or `png`.
PROVIDER-SPECIFIC WORKFLOWS
Jobs this Agent App can support
Inspect Get Current User
Get the current CloudConvert user and remaining credits for the API token. Use this as a bounded discovery step, retain the returned identifier, and avoid expanding the read beyond the task's stated scope.
get_current_userControl Create Url Conversion Job
Create a CloudConvert job that imports a remote file URL, converts it, and exports the result via `export/url`. Resolve the target first, present material changes for confirmation, and make retries idempotent where the provider supports it.
create_url_conversion_jobVerify with Get Job
Get a single CloudConvert job and include its tasks. Compare the returned provider state with the intended outcome and preserve stable IDs or canonical links in the run record.
get_jobSAFETY BOUNDARY
Operate CloudConvert with explicit limits
- Authorize CloudConvert with API key and grant only the provider access required by the selected actions.
- 5 actions are change-capable by name. Confirm the target identity and material parameters before allowing a write.
- Treat `cancel_task`, `delete_job`, and `delete_task` as high-impact operations and require an explicit approval boundary.
- The sampled contract declares provider scopes including `task.write`, `task.read`, and `user.read`; verify the complete action contract before execution.
- After a call, inspect the structured result and execution record before reporting that the CloudConvert task completed successfully.
CONNECTION MODEL
API key
CloudConvert API key sent with the Authorization Bearer header. Create and manage it at https://cloudconvert.com/dashboard/api/v2/keys.
Working Machines stores provider credentials behind the execution boundary. An agent can use an authorized connection identity, but catalog discovery alone does not reveal OAuth tokens, API keys, or provider secrets.
- READ SIGNALS
- 6
- WRITE SIGNALS
- 2
- HIGH IMPACT
- 3
- REVIEW SIGNALS
- 3
EVIDENCE AND AVAILABILITY
Provider reference
Action names, input fields, authentication types, and counts on this page are generated from the Working Machines provider catalog. Provider behavior, quotas, object semantics, account eligibility, and regional availability remain governed by CloudConvert.