mcpbeat Sign in

Dataecho MCP Server

answering

Dataecho is answering right now. Last checked 6 min ago. It exposes 26 tools. Last commit 4 Jul 2026.

Deploy files, sites, and Dockerfile apps to live URLs + private drives for agent memory.

Uptime history 47 days of history
47 days agonow
100.0%
Uptime 24h
92 of 92 checks
26
Tools
read from the server
262 ms
Response time
average over 24h
0
Stars
last commit 4 Jul 2026

Nothing serious here today

Today is the operative word: we check Dataecho 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 6 min ago.

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

Available tools 26

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

drive
create_drive
Create a new private drive.
drive_delete_file
Delete one file from a drive.
drive_history
Version timeline of a drive (every write is a restorable version).
drive_list_files
List files in a drive (by drive name or drv_… id), optionally under a path prefix.
drive_move_file
Move/rename a file inside a drive.
drive_read_file
Read a file from a drive. Text comes back as utf-8 `content`; binary as `contentBase64`. Files over 1 MB are refused (use the skill scripts).
drive_restore
Restore a drive to a prior version (commits a new version; nothing is lost).
drive_revoke_token
Revoke a drive share token.
drive_share
Mint a scoped drive access token for another agent (perms read|write, optional path prefix + TTL like `7d`). The secret is returned ONCE.
drive_tokens
List active share tokens of a drive (secrets are never shown again).
drive_write_file
Write/overwrite one file in a drive (ETag-safe: pass ifMatch to assert the version you read, otherwise the current version is used automatically).
site
delete_site
Permanently delete an owned site. Irreversible — confirm with the user first.
get_site
Full details + current file manifest of an owned site.
update_site_metadata
Patch site settings without redeploying: viewer title/description, SPA mode, TTL, password (string sets, null removes).
sites
list_sites
List all sites owned by the authenticated account.
search_sites
Full-text search across the authenticated account's sites (names, metadata, and text content).
variable
delete_variable
Delete an account variable.
set_variable
Create/update a write-only account secret (uppercase name). Injected as env vars into container apps and as ${VAR} into proxy calls. Optionally pin which upstream hosts may receive it.
app
app_status
Build/run status of a container app deployed via publish_site with a Dockerfile. Poll until status is `live` or `failed`.
claim
claim_site
Make a previously-anonymous site permanent under the authenticated account (requires auth + the claimToken from publish_site).
drives
list_drives
List the authenticated account's private cloud drives.
platform
platform_info
DataEcho platform overview: what it can host, auth state of this connection, docs links. Call this first if unsure.
publish
publish_site
Deploy files to a live URL. No slug → create a NEW site (works without auth; anonymous sites expire in 24h — always show the user the claimUrl). With slug → UPDATE that site (complete snapshot: send ALL files). A Dockerfile in the files makes it a server-side app (auth required; listen on process.env.PORT; persist under /data; poll app_status). Total payload ≤ 8 MB — for bigger sites use the dataecho skill scripts.
request
request_login_code
Start sign-in: email a one-time code to the user. Follow with verify_login_code.
variables
list_variables
List account variable NAMES (values are write-only — they are injected into proxy calls and container apps, never read back).
verify
verify_login_code
Complete sign-in with the emailed code. Returns the apiKey ONCE — configure it as the `Authorization: Bearer <key>` header of this MCP connection (and/or save to ~/.artifact/credentials for the CLI scripts). Never echo it into chat.

Endpoints

URLTransportStateLatencyChecked
https://dataecho.ai/mcp streamable-http answering 265 ms 6 min ago

Alternatives to Dataecho

same job, measured the same way
Fiskmas
by fiskmas

Hosting for AI agents: your AI client deploys Docker apps to live HTTPS URLs over MCP.

21 tools answering
D
PreviewDrop
by previewdrop

Deploy any Git branch to a live HTTPS preview URL from your agent. No Dockerfile required.

346 installs/wk local only
Pocketnook
by shotintoeternity

Deploy repositories or local folders to private Pocketnook URLs from any MCP client.

30 installs/wk local only
harvis.dev
by harvis

Deploy static sites from AI agents: deploy_site publishes files and returns a live URL in seconds.

1 tools answering
Aurora
by aurora

Create, edit, preview, and deploy full-stack web apps to a live URL from any MCP client.

answering
PastML
by h4ck4life

Deploy HTML and Markdown as live URLs. Create, search, update, and manage pastes from any AI agent.

answering
P
Invoker
by invoker

Deploy forms and sites to live URLs from AI conversations with automatic form capture.

40 installs/wk local only
Coolftp
by anivdel

Deploy a site to its SFTP/FTP host from a coding agent. Changed files only, undo, live checks.

191 installs/wk local only

Dataecho — questions

Answers built from our own checks of this server.

What can Dataecho do?
It exposes 26 tools, read directly from the server on our last check. Among them: app_status, claim_site, create_drive, delete_site, delete_variable, drive_delete_file and 20 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 →
What is Dataecho mostly used for?
Its tools cluster around drive, site and sites. That is what this server is built to work with — the grouping comes from the actual tool names, not from a category we assigned.
Is Dataecho 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 262 ms. The bar chart above shows every period we have measured.
How do I connect Dataecho?
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 Dataecho need an API key?
No. Dataecho completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 26 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Dataecho?
It answers our handshake in 262 ms on average, which is faster than 55% of all working MCP servers we measure. The comparison comes from our own checks across the whole registry, every 15 minutes.
Is Dataecho open source?
Yes — it is published under the MIT licence, written in Shell, 0 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.