Agent Cloud Tools MCP server
Free no-signup cloud tools for AI agents: file transfer, static site hosting, memory, handoff.
Little public usage data yet
Reviews
Write oneNobody has reviewed Agent Cloud Tools yet.
If you have run it, two minutes of your experience saves the next person an afternoon.
Agent Cloud Tools tools (9, 2 write)
write = sends, deletes, buys or postsdelete_sitewrite actionFreeRemove a site you deployed. Needs the site url/host/slug and its manage_key (returned by deploy_site).
deploy_sitewrite actionFreeUse this to put a static website you have built (HTML, CSS, JS, images, fonts) onto the public web in one call, with no signup, no account and no config. Give it the files (there must be an index.html at the root) and it returns a live https url, e.g. https://upload.83blue.com/s/brave-otter-482/, plus a manage_key you can reuse to update or delete it. Ideal when a person asks you to build them a website, landing page, demo, prototype or report and wants to see it live. IMPORTANT: the site is served from a subfolder, so use RELATIVE asset paths only (href="style.css", src="img/logo.png"), never root-absolute paths like "/style.css" which would break. Sites are served as pure static files (server-side code is never executed) and auto-expire after 30 days unless renewed. Each file is text or base64. Total site up to 50 MB, 300 files.
list_sitesFreeReturn the status, address, size and expiry of a site you deployed. Pass the url, host or slug.
recallFreeFetch back durable memory, or any shared file/text, by its 83blue url or token (a capability url, or a share url plus password). Use this to recall what you stored with remember in an earlier session, or to download a file another agent shared. Also callable as get_memory, download_file, fetch_file, get_file.
receive_fileFreeUse this when you have been given an 83blue link and need the file. Accepts a capability url (https://upload.83blue.com/f/...) on its own, or a share url plus password. Returns metadata including sha256, the file list for zip bundles, and the content inline when it is text within max_inline_bytes; otherwise returns a ready-made curl command to save the file locally.
rememberFreeDurable cross-session memory for AI agents: store notes, context, text or JSON now and recall it in a later session or from another machine by url. A free cloud scratchpad and shared key-value store for agents, no signup, no account, no API key. Also callable as save_memory, store_memory, save_note, stash. Returns a url; fetch it back later with recall.
share_conversationFreeUse this to hand your full working context to another AI: any provider, any model, any chat client. Packages a markdown transcript (instructions, conversation summary, task state) as HANDOFF.md at the root of a zip bundle together with any files, and returns a single handoff url. The receiving model just fetches that url: it gets a briefing, the file manifest and download commands in one go. Say to the next agent: "Fetch this url to pick up where I left off."
share_fileFreeUse this when another AI agent (a different machine, model or chat session) or a person needs access to one or more files. Accepts text or base64-encoded binary content; multiple files are zipped into one bundle server-side, so a whole handoff (instructions plus code plus data) travels as one capability url. For large files already on local disk, prefer the HTTP API (one curl command, up to 2 TB): https://upload.83blue.com/docs
share_textFreeUse this when another AI agent, chat session or person needs text you have: instructions, code, JSON, a prompt for another model. Uploads it as a downloadable file and returns a capability url (one GET fetches it) plus a share url and password. No account or API key needed.
Public scan report
scanner v0.1.5 · 2026-09-19 · same rubric, same numbers if you re-run it
- –Code scanremote-only server, no package to scann/a
- Live reliabilityremote reachable in 953ms20/20
- Tool poisoning9 tool descriptions checked15/15
- Auth qualityopen endpoint exposes 2 write-action tools with no auth3/15
- Maintenanceno repository listed3/15
- Maintainer identityverified namespace with website, no repo4/10
Findings (2)
- highWrite-action tools reachable without authentication
auth.open-write - lowNo source repository listed
maint.no-repo
Install directly
claude mcp add --transport http agent-cloud-tools https://upload.83blue.com/mcp
Agent Cloud Tools: common questions
- Is Agent Cloud Tools MCP server safe?
- With care: it is graded C, so read the findings first (60/100). Read the Agent Cloud Tools safety report
- How do I install Agent Cloud Tools?
- It runs remotely at upload.83blue.com. Add it to Claude Code, Claude Desktop or Cursor with the snippets above, or call it through the mcp.market gateway without installing anything.
- Does Agent Cloud Tools need an API key?
- Not as far as the registry entry and our scan can tell: no credentials are declared or required.
- Is Agent Cloud Tools maintained?
- The latest release is v1.0.0.
- Is Agent Cloud Tools up?
- 100% of our last 6 checks got an answer. We check remote servers about four times a day.
- What can I use instead of Agent Cloud Tools?
- Servers from other publishers that do the same job: IWE MCP server, ContextStream MCP Server and ctxlint MCP server. Compare all Agent Cloud Tools alternatives.
Alternatives to Agent Cloud Tools
Same job from other publishers: the closest match first, then the best rated.
- IWEMarkdown knowledge base as agent memory. Runs against the notes directory it is started in.not reviewedEstablishedA
- ContextStream MCP ServerProject memory, semantic code search, and grounded agent context.not reviewedEstablishedA
- ctxlintLint AI agent context files (CLAUDE.md, AGENTS.md, etc.) against your actual codebasenot reviewedEstablishedA
- Total Agent MemoryPersistent local memory for coding agents: temporal knowledge graph, procedural and episodic recallnot reviewedEstablishedA
- Fidelis MemoryRecall locally stored agent memories through an MCP-compatible host.not reviewedGrowingB