Uploadcare for your agents.
Connect Uploadcare once and every agent you run inside Even (Claude Code, Codex, OpenCode, Even Agents) can use it: 12 curated tools, discovered on demand, with your key stored on your machine and every call going direct to Uploadcare.
What agents can do with Uploadcare
Curated for agents: the calls that matter, with schemas and descriptions written for tool use, not an endpoint dump.
uploadcare_list_filesList all uploaded files with pagination and filtering.
uploadcare_get_fileGet detailed information about a specific file by UUID.
uploadcare_delete_fileDelete a file by its UUID from the project.
uploadcare_upload_from_urlUpload a file to Uploadcare from a remote URL.
uploadcare_list_webhooksList all configured webhooks for file events.
uploadcare_create_webhookRegister a new webhook to receive file event notifications.
uploadcare_update_webhookUpdate an existing webhook's target URL or active status by its id.
uploadcare_delete_webhookDelete a webhook by its id.
uploadcare_store_filePermanently store a file that was uploaded with auto-store disabled.
uploadcare_get_file_infoGet file metadata including content type, size, and image dimensions.
uploadcare_list_groupsList file groups (collections of files).
uploadcare_get_project_infoGet the current Uploadcare project's metadata.
Connect it in a minute
The connect flow is agent-driven: Even opens the key page in its own browser and collects the key through a secure native field. It never passes through the chat.
- Paste the prompt below into any agent running inside Even, or click Connect in Even's catalog.
- Log in to Uploadcare and go to Project Settings > API Keys.
- Find your Public Key and Secret Key.
- Use the Public Key as username and Secret Key as password for Basic auth.
- Paste the key into Even's secure field. Even verifies it and your agents are live.
Connect Uploadcare to Even: call connect_begin("uploadcare") on the even-connect MCP and walk me through it.
List uploaded files with sorting and pagination, upload file from URL, and delete files from storage.
More Even Connect services
One MCP server, a handful of meta-tools, every service below. Agents search for the right tool at run time, so context stays lean.