Cloudinary

Cloudinary

Template description for cloudinary

72VIEWS
2491USERS

Install MCP Server

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

npx @composio/cli add cursor --app cloudinarynpx @composio/cli add cursor --app cloudinarynpx @composio/cli add cursor --app cloudinarynpx @composio/cli add cursor --app cloudinary

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

Available Tools

Create Folder

Tool to create a new asset folder. use when you need to organize assets into nested directories. use after confirming the folder path does not already exist.

Create Metadata Field

Tool to create a new metadata field definition. use when extending your metadata schema with new fields.

Create Trigger

Tool to create a new webhook trigger for a specified event type. use after configuring your webhook endpoint and choosing the event type. example: "create a trigger for uploads to https://example.com/hooks/cloudinary"

Create Upload Mapping

Tool to create a new upload mapping folder and url template. use when you need to dynamically map external url prefixes to a cloudinary asset folder before uploading files.

Create Upload Preset

Tool to create a new upload preset. use when defining centralized upload options (tags, formats, transformations, etc.) before asset uploads.

Delete Derived Resources

Tool to delete derived assets. use when you need to remove specific derived assets by their ids. example: "delete derived assets with ids [id1, id2]".

Delete Metadata Field Datasource Entries

Tool to delete datasource entries for a specified metadata field. use when you need to soft-delete (inactivate) specific entries in a field's datasource. example prompt: "delete entries ['color1','color2'] from metadata field 'color id'"

Delete Folder

Tool to delete an empty asset folder. use when the folder is confirmed empty and you need to remove it.

Delete Metadata Field

Tool to delete a metadata field by external id. use when you need to remove a metadata field that is no longer required.

Delete Resources By Asset Id

Tool to delete resources by asset ids. use when you need to permanently remove specific resources by their immutable asset ids; irreversible.

Delete Resources By Tags

Tool to delete cloudinary assets by tag. use when you need to remove all assets associated with a given tag.

Delete Trigger

Tool to delete a trigger (webhook notification). use when you need to remove a trigger by its id after confirming the correct id.

Get Adaptive Streaming Profiles

Tool to list adaptive streaming profiles. use when retrieving built-in and custom adaptive streaming profiles for delivering video via hls or dash.

Get Product Environment Config Details

Tool to get product environment config details. use when you need to fetch or verify environment configuration such as folder mode.

Get Metadata Field By Id

Tool to get a single metadata field definition by external id. use after creating or updating a metadata field to fetch its full definition. example: "get metadata field definition for external id 'color id'."

Get Resource By Asset Id

Get resource by asset id

Get Resource By Public Id

Tool to get details of a single resource by public id. use when you need full asset, derived, and related info.

Get Resources By Asset Folder

Tool to list assets stored directly in a specified folder. use when you need to view assets in a specific folder without including subfolder contents.

Get Resources By Context

Tool to retrieve assets with a specified contextual metadata key/value. use when filtering resources by context metadata.

Get Resources In Moderation

Tool to retrieve assets in a moderation queue by status. use after moderation to process pending or reviewed assets.

20 actions available