mcpbeat Sign in

Uploadcare MCP Server

answering

Uploadcare is answering right now. Last checked 15 min ago. It exposes 11 tools. Last commit 1 Sep 2026.

Manage Uploadcare files, groups and webhooks; upload and store files.

Uptime history 47 days of history · worst day 13%
47 days agonow
100.0%
Uptime 24h
91 of 91 checks
11
Tools
read from the server
171 ms
Response time
average over 24h
0
Stars
last commit 1 Sep 2026

Nothing serious here today

Today is the operative word: we check Uploadcare every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 15 min ago.

run in your terminal
claude mcp add uploadcare --transport http https://uploadcare.usefulapi.io/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "uploadcare": {
      "url": "https://uploadcare.usefulapi.io/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.uploadcare]
url = "https://uploadcare.usefulapi.io/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "uploadcare": {
      "url": "https://uploadcare.usefulapi.io/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "uploadcare": {
      "url": "https://uploadcare.usefulapi.io/mcp"
    }
  }
}

Available tools 11

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

uploadcare
uploadcare_create_webhook
Creates a webhook subscription (additive). The project will POST to target_url when the chosen event fires. REST API: POST /webhooks/.
uploadcare_delete_file
Permanently deletes a file from the project. Destructive. REST API: DELETE /files/{uuid}/.
uploadcare_get_file
Get full info for a single file: uuid, url, original_filename, size, mime_type, is_image, is_ready, timestamps, variations, content_info, metadata, tags. REST API: GET /files/{uuid}/.
uploadcare_get_file_metadata
Get all custom metadata key/value pairs for a file. REST API: GET /files/{uuid}/metadata/.
uploadcare_get_group
Get info for a single file group by its id. REST API: GET /groups/{uuid}/.
uploadcare_get_project
Get project details: name, public key, collaborators, and whether autostore is enabled. REST API: GET /project/.
uploadcare_list_files
List files in the project (paginated envelope: next, previous, total, per_page, results). REST API: GET /files/.
uploadcare_list_groups
List file groups in the project (paginated envelope: next, previous, total, per_page, results). REST API: GET /groups/.
uploadcare_list_webhooks
List all webhook subscriptions configured for the project. REST API: GET /webhooks/.
uploadcare_store_file
Marks a file as permanently stored (otherwise unstored files are deleted after 24h). Additive. REST API: PUT /files/{uuid}/storage/.
uploadcare_upload_from_url
Uploads a file into the project from a public URL (additive). Uses the Upload API host with the public key. Returns { type: "token", token } for async ingestion (poll separately) or the file info. Upload API: POST /from_url/.

Endpoints

URLTransportStateLatencyChecked
https://uploadcare.usefulapi.io/mcp streamable-http answering 55 ms 15 min ago

Alternatives to Uploadcare

same job, measured the same way
File Storage
by b77

Upload files and get public CDN links in chat.

answering
Putput MCP
by putput-io-dev

File uploads for AI agents. Upload, list, and manage files. No signup required.

21 installs/wk 4 tools answering
MCP Upload
by objekt

Public file storage for AI agents. Upload files and get a permalink back.

24 installs/wk local only
Transistor MCP Server
by conorbronsdon

Manage Transistor.fm podcasts: episodes, analytics, transcripts, and webhooks.

34 installs/wk local only
TheSignup
by thesignup

TheSignup MCP server — read and manage signups, participants, webhooks, and analytics.

answering
Filekiwi MCP Server
by file-kiwi

Upload files to file.kiwi and get shareable links instantly.

48 installs/wk local only
RacterMX
by racter-ciso

Manage RacterMX email forwarding — domains, aliases, webhooks, and more — via AI.

33 installs/wk local only
Google Drive
by domdomegg

Allow AI systems to list, search, upload, download, and manage files and folders in Google Drive.

98 installs/wk local only

Uploadcare — questions

Answers built from our own checks of this server.

What can Uploadcare do?
It exposes 11 tools, read directly from the server on our last check. Among them: uploadcare_create_webhook, uploadcare_delete_file, uploadcare_get_file, uploadcare_get_file_metadata, uploadcare_get_group, uploadcare_get_project and 5 more. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is Uploadcare working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 91 of 91 checks got a reply (100.0%), average response time 171 ms. The bar chart above shows every period we have measured.
How do I connect Uploadcare?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does Uploadcare need an API key?
No. Uploadcare completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 11 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Uploadcare?
It answers our handshake in 171 ms on average, which is faster than 72% of all working MCP servers we measure. The comparison comes from our own checks across the whole registry, every 15 minutes.
Is Uploadcare open source?
Yes — it is published under the MIT licence, written in JavaScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.