mcpbeat Sign in

Agent Cloud Tools MCP Server

answering

Agent Cloud Tools is answering right now. Last checked 1 min ago. It exposes 9 tools.

Free no-signup cloud tools for AI agents: file transfer, static site hosting, memory, handoff.

Uptime history 6 days of history
6 days agonow
100.0%
Uptime 24h
92 of 92 checks
9
Tools
read from the server
175 ms
Response time
average over 24h
open, no key
Access
streamable-http

Nothing serious here today

Today is the operative word: we check Agent Cloud Tools 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 1 min ago.

run in your terminal
claude mcp add agent-cloud-tools --transport http https://upload.83blue.com/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "agent-cloud-tools": {
      "url": "https://upload.83blue.com/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.agent-cloud-tools]
url = "https://upload.83blue.com/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "agent-cloud-tools": {
      "url": "https://upload.83blue.com/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "agent-cloud-tools": {
      "url": "https://upload.83blue.com/mcp"
    }
  }
}

Available tools 9

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

share
share_conversation
Use 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_file
Use 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_text
Use 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.
deploy
deploy_site
Use 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.
recall
recall
Fetch 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
receive_file
Use 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.
remember
remember
Durable 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.
site
delete_site
Remove a site you deployed. Needs the site url/host/slug and its manage_key (returned by deploy_site).
sites
list_sites
Return the status, address, size and expiry of a site you deployed. Pass the url, host or slug.

Endpoints

URLTransportStateLatencyChecked
https://upload.83blue.com/mcp streamable-http answering 134 ms 1 min ago

Alternatives to Agent Cloud Tools

same job, measured the same way
C
Transfer
by 83blue-upload

Free no-signup file transfer for AI agents. Files encrypted at rest (video excepted). Share by url.

9 tools answering
Novence
by lincchad

Hosted MCP for creating, checking, deploying, and hosting static sites for AI agents.

47 tools answering
Novence
by novence

Hosted MCP for creating, checking, deploying, and hosting static sites for AI agents.

47 tools answering
CalendarMCP
by calendarmcp

Hosted Google Calendar MCP server for AI agents. No self-hosting or Google Cloud setup.

answering
KEPTA — Agent Memory
by damiantodorovic

Local memory for AI agents. One SQLite file on your machine — no cloud, no account.

729 installs/wk local only
Whitemagic MCP
by lbailey94

Local-first memory and session continuity for AI coding agents over MCP. No cloud, no telemetry.

1 080 installs/wk local only
ShipStatic
by shipstatic

Deploy static websites from AI agents. Free at mcp.shipstatic.com — no install, no signup.

1 622 installs/wk 15 tools answering
Engram
by hbarefoot

Local-first persistent memory for AI agents — SQLite + local embeddings, MCP-native, no cloud.

82 installs/wk local only

Agent Cloud Tools — questions

Answers built from our own checks of this server.

What can Agent Cloud Tools do?
It exposes 9 tools, read directly from the server on our last check. Among them: delete_site, deploy_site, list_sites, recall, receive_file, remember and 3 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 Agent Cloud Tools working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 92 of 92 checks got a reply (100.0%), average response time 175 ms. The bar chart above shows every period we have measured.
How do I connect Agent Cloud Tools?
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 Agent Cloud Tools need an API key?
No. Agent Cloud Tools completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 9 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Agent Cloud Tools?
It answers our handshake in 175 ms on average, which is faster than 71% of all working MCP servers we measure. The comparison comes from our own checks across the whole registry, every 15 minutes.