Uploadcare
Uploadcare is a comprehensive file handling service that offers uploading, storage, processing, and delivery solutions for web and mobile applications.
This is a first-class FlyMyAI MCP. Agents discover it automatically via tool search and call the actions below on demand - you never wire it up by hand. See the Composio catalog for how discovery works.
Connect
Uploadcare authenticates with an API key. Generate the credential in your Uploadcare account, then paste it into FlyMyAI the first time an agent uses an Uploadcare action.
Get your Uploadcare credential →
Fields to fill in FlyMyAI
| Field | Details |
|---|---|
Uploadcare Public API Key | The public API key identifying your Uploadcare project. Used in Authorization header for requests. (required) |
Uploadcare Secret API Key | The secret API key used to generate HMAC signature for authenticated Uploadcare API requests. (required) |
Actions
Every action this integration exposes. Agents pick the right one from the task; you do not call them by name.
| Action | What it does | Required inputs |
|---|---|---|
UPLOADCARE_CREATE_WEBHOOK | Tool to create a new webhook. use when you need to subscribe to file events and receive notifications at your service. ensure you have an existing project uuid before using this tool. | event, target_url, project |
UPLOADCARE_DELETE_FILE_METADATA_KEY | Tool to delete a specific metadata key from an uploadcare file. use when you need to remove obsolete metadata after file processing. | uuid, key |
UPLOADCARE_DELETE_WEBHOOK | Tool to delete a specific webhook. use when you need to remove a webhook by its id after confirming its details. | id |
UPLOADCARE_GET_FILE_DOWNLOAD_URL | Tool to retrieve a temporary download url for a file. use when you need a direct download link after uploading a file. | file_id |
UPLOADCARE_GET_FILE_INFO | Tool to get information about a specific file. use after uploading a file to retrieve detailed metadata and usage information. | uuid |
UPLOADCARE_GET_PROJECT_INFO | Tool to get information about the current uploadcare project. use when you need to retrieve project configuration details. | - |
UPLOADCARE_LIST_FILES | Tool to list files in a project. use when you need to retrieve uploaded files with optional filters, pagination, or include total count. | - |
UPLOADCARE_LIST_GROUPS | Tool to list groups in the project. use when you need to retrieve paginated groups of files. | - |
UPLOADCARE_LIST_WEBHOOKS | Tool to list webhook subscriptions. use when you need a paginated list of webhooks for your project after configuring authentication. | - |
UPLOADCARE_ROTATE_IMAGE | Tool to rotate an image by specified degrees clockwise. use when you need to rotate an uploaded image by 90, 180, or 270 degrees. use after confirming the file uuid. | uuid, degrees |
UPLOADCARE_STORE_FILE | Tool to mark an uploadcare file as permanently stored. use after uploading a file when you need to store it permanently. | uuid |
UPLOADCARE_UPLOADCARE_IMAGE_MIRROR | Tool to mirror an image horizontally via uploadcare cdn. use when you need the url of a horizontally flipped image. | uuid |
Links
We love our partners - FlyMy.AI builds with the best. Thanks, Uploadcare!