Connect Uploadcare to AI agents

Connect Uploadcare to Claude, Codex, Cursor, or other AI agents for your entire team. Metorial security, governance, observability, and gives your team a unified Magic MCP url to connect.

Supported Tools

create_group

Create File Group

Create an immutable group of files. Groups cannot be modified after creation — to change the file list, create a new group. File IDs can optionally include CDN transformation operations.

copy_file

Copy File

Create a copy of a file within Uploadcare (local copy) or to a custom S3 storage (remote copy). Local copies can include URL API transformations applied to the source.

delete_file

Delete File

Delete one or more files from Uploadcare storage. Deleted files are no longer accessible via CDN.

get_file

Get File

Retrieve detailed information about a specific file, including content info, metadata, and optionally add-on results (appdata).

list_webhooks

List Webhooks

List all webhooks configured for the current Uploadcare project.

store_group

Store File Group

Permanently store all files within a file group. This prevents the files from being automatically deleted after 24 hours.

build_cdn_url

Build Image CDN URL

Construct an Uploadcare CDN URL with image processing operations. Operations are chained in order and applied on-the-fly when the URL is accessed. Useful for generating optimized image URLs for display.

manage_metadata

Manage File Metadata

Read, set, or delete arbitrary key-value metadata on a file. Useful for tagging, categorization, and custom data storage. Use action "get" to read all metadata, "set" to update a key, or "delete" to remove a key.

delete_webhook

Delete Webhook

Delete a webhook by its target URL. The webhook will stop receiving event notifications.

store_file

Store File

Permanently store one or more files. Unstored files are automatically deleted after 24 hours. Storing a file makes it available permanently.

list_groups

List File Groups

List file groups in your Uploadcare project. Groups are immutable collections of files identified by a UUID~N format.

upload_from_url

Upload from URL

Upload a file to Uploadcare by providing a publicly accessible URL. Uploadcare will fetch the file and store it. Returns a token to check upload status, plus the file UUID once available.

get_project

Get Project Info

Retrieve information about the current Uploadcare project, including name, public key, autostore setting, and collaborators.

get_group

Get File Group

Retrieve detailed information about a file group, including its files.

create_webhook

Create Webhook

Register a new webhook to receive notifications for file events. Supported events: file.uploaded, file.stored, file.deleted, file.infected, file.info_updated.

get_video_encoding_status

Get Video Encoding Status

Check the status of an asynchronous video encoding job. Returns the current status and the resulting file info when complete.

list_files

List Files

List files in your Uploadcare project with optional filtering and ordering. Supports pagination and filtering by stored/removed status.

convert_document

Convert Document

Convert documents between formats (DOC, DOCX, XLS, XLSX, PDF, JPG, PNG, etc.). Conversion is asynchronous — this tool starts the job and returns a token for status polling. For image output formats, you can specify page number, DPI, and quality.

encode_video

Encode Video

Start a video encoding job. Supports converting to MP4, WEBM, or OGG, with options for resizing, quality, cutting, and thumbnail generation. Encoding is asynchronous — returns a token for status polling.

update_webhook

Update Webhook

Update an existing webhook's target URL, event type, active status, or signing secret.

get_document_conversion_status

Get Document Conversion Status

Check the status of an asynchronous document conversion job. Returns the current status and the resulting file info when complete.

execute_addon

Execute Add-On

Run an Uploadcare add-on on a file. Available add-ons: - **AWS Rekognition Detect Labels** — detect objects and scenes in images - **AWS Rekognition Moderation** — detect unsafe or inappropriate image content - **ClamAV Virus Scan** — scan a file for malware - **Remove.bg** — remove background from an image Execution is asynchronous. Returns a request ID for polling the add-on status.

get_addon_status

Get Add-On Status

Check the status of an asynchronous add-on execution. For completed executions, results are stored in the file's appdata field — use the Get File tool with includeAppdata to view them.

More integrations teams use with Uploadcare

GitHub

Manage repositories, issues, and pull requests. Create and configure branches, star repositories, review code, and merge changes. Automate CI/CD workflows with GitHub Actions, manage workflow runs, secrets, and artifacts. Track issues with labels, milestones, and assignees. Search across code, repositories, issues, and users. Manage organizations, teams, and memberships. Create and manage projects, gists, packages, deployments, and environments. Access security alerts including code scanning, secret scanning, and Dependabot alerts. Read and write file contents in repositories. Manage webhooks, notifications, and codespaces.

Sharepoint

Manage SharePoint sites, document libraries, lists, and files. Create, read, update, and delete lists and list items with custom columns. Upload, download, move, copy, and version files in document libraries. Search across sites, files, folders, lists, and list items using Microsoft Search. Manage permissions at site, list, and item levels with granular access control. Define and manage content types and site columns. Subscribe to webhooks for list and library change notifications. Retrieve site properties and search for sites across Microsoft 365.

Salesforce

Manage CRM data including Accounts, Contacts, Leads, Opportunities, Cases, and custom objects. Create, read, update, and delete records. Query data using SOQL and search across objects using SOSL. Perform bulk data operations for large-scale imports, exports, and migrations. Execute composite requests to batch multiple operations in a single API call. Access analytics, reports, and dashboards. Manage files and attachments associated with records. Interact with Chatter feeds, posts, and groups for social collaboration. Subscribe to real-time change events via Change Data Capture and Platform Events. Manage org metadata including custom objects, fields, layouts, and workflows. Query data using GraphQL for precise data retrieval across related objects.

Airtable

Create, read, update, and delete records in Airtable bases and tables. Manage base schemas including creating tables and fields. Filter records using formulas, sort by fields, and scope queries to specific views. Upsert records to find, create, or update in a single call. Upload attachments to records, read and write record comments, list accessible bases, and receive real-time base change events through webhooks.

Confluence

Create, read, update, and delete pages, blog posts, comments, and attachments in Confluence spaces. Manage spaces, permissions, labels, and content restrictions. Search content using Confluence Query Language (CQL). Upload and download file attachments with versioning. Manage users, groups, and group memberships. Create and manage whiteboards, databases, folders, and templates. View and update inline tasks. Access audit logs. Listen for webhooks on page, blog, comment, attachment, space, label, and user events.

Bitbucket

Manage Git repositories, pull requests, and CI/CD pipelines on Bitbucket Cloud. Create, fork, and configure repositories within workspaces and projects. Create, review, approve, merge, and decline pull requests with inline code comments. Browse source code, list commits, and manage branches and tags. Track issues with the built-in issue tracker. Trigger, monitor, and manage Bitbucket Pipelines. List workspace members, configure repository default reviewers and branch restrictions, create and manage repository webhooks, and search code across repositories.

Technical notes for Uploadcare

Upload, store, manage, and deliver files via a global CDN. Process images on-the-fly with chainable URL operations including resizing, cropping, filters, blur, overlays, rotation, and background removal. Convert documents between formats (DOC, PDF, XLS, etc.) and encode videos to MP4, WEBM, and OGG. Organize files into groups, attach custom metadata, and manage file lifecycle (store, copy, delete). Run add-ons for virus scanning (ClamAV), object/scene detection (AWS Rekognition), and background removal (Remove.bg). Manage webhooks for file events (uploaded, stored, deleted, infected). Retrieve project information and configure signed uploads and signed URLs for security.

Connect Uploadcare to production AI agents

See how Metorial gives Uploadcare access the governance, tracing, and security controls teams need.

Frequently asked questions

Common questions about connecting Uploadcare to AI agents with Metorial.

  1. Can Metorial connect Uploadcare to AI agents?
    Yes. Metorial connects AI agents to Uploadcare through a governed integration layer, so teams can use the provider while keeping access controlled and observable.
  2. Metorial is MCP compatible and lets teams expose approved provider tools to MCP-capable agents and clients through a controlled access layer.
  3. Metorial applies policies across users, groups, providers, agents, and individual tools, then records the context around every agent interaction.
  4. Yes. Metorial records provider activity so teams can inspect tool calls, troubleshoot integrations, and give security teams the visibility they need.