Cloudconvert

Cloudconvert

CloudConvert is a file conversion service supporting over 200 formats, including audio, video, document, ebook, archive, image, spreadsheet, and presentation formats.

53VIEWS
1USERS

Install MCP Server

Paste and run this command in your terminal to set up Cursor with MCP

npx @composio/cli add cursor --app cloudconvertnpx @composio/cli add cursor --app cloudconvertnpx @composio/cli add cursor --app cloudconvertnpx @composio/cli add cursor --app cloudconvert

After running the command, restart Cursor to start using the MCP Server.

Available Tools

Create Export Google Cloud Storage Task

Tool to create a task to export files to a google cloud storage bucket. use after conversion when you need to store results directly into gcs. ensure service account credentials have the proper permissions.

Create Export S3 Task

Tool to create a task to export files to an amazon s3 bucket. use after conversion when you need to store results directly into s3. ensure aws credentials have s3:putobject (and putobjectacl if using non-default acl) permissions.

Create Webhook

Tool to create a new webhook. use when you need to receive event notifications into your system.

Delete Webhook

Tool to delete a webhook by its id. use when you no longer need a webhook and want to remove it.

List Supported Formats

Tool to list all supported conversion formats, engines, and options. use when you need to discover available conversions before creating tasks.

List Tasks

Tool to retrieve a list of tasks. use when you need to enumerate tasks with optional filters like status or date ranges.

List Webhooks

Tool to list all webhooks. use when you need to retrieve existing webhooks before managing or inspecting them.

Show User

Tool to show the current authenticated user's information. use after authentication to confirm account details.

8 actions available