servers / ai-dataecho-mcp

ai.dataecho/mcp

communitystreamable_httpremotedestructive capablehealthy

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


01Tools · 26
ToolRiskSide effectsApproval
platform_info
DataEcho platform overview: what it can host, auth state of this connection, docs links. Call this first if unsure.
unknownunknownunknown
request_login_code
Start sign-in: email a one-time code to the user. Follow with verify_login_code.
unknownunknownunknown
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.
unknownunknownunknown
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.
writetrueunknown
claim_site
Make a previously-anonymous site permanent under the authenticated account (requires auth + the claimToken from publish_site).
unknownunknownunknown
list_sites
List all sites owned by the authenticated account.
readfalseunknown
search_sites
Full-text search across the authenticated account's sites (names, metadata, and text content).
readfalseunknown
get_site
Full details + current file manifest of an owned site.
unknownunknownunknown
update_site_metadata
Patch site settings without redeploying: viewer title/description, SPA mode, TTL, password (string sets, null removes).
writetrueunknown
delete_site
Permanently delete an owned site. Irreversible — confirm with the user first.
destructivetruetrue
app_status
Build/run status of a container app deployed via publish_site with a Dockerfile. Poll until status is `live` or `failed`.
writetrueunknown
list_drives
List the authenticated account's private cloud drives.
readfalseunknown
create_drive
Create a new private drive.
writetrueunknown
drive_list_files
List files in a drive (by drive name or drv_… id), optionally under a path prefix.
readfalseunknown
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).
readfalseunknown
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).
writetrueunknown
drive_delete_file
Delete one file from a drive.
destructivetruetrue
drive_move_file
Move/rename a file inside a drive.
writetrueunknown
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.
writetrueunknown
drive_tokens
List active share tokens of a drive (secrets are never shown again).
readfalseunknown
drive_revoke_token
Revoke a drive share token.
destructivetruetrue
drive_history
Version timeline of a drive (every write is a restorable version).
writetrueunknown
drive_restore
Restore a drive to a prior version (commits a new version; nothing is lost).
unknownunknownunknown
list_variables
List account variable NAMES (values are write-only — they are injected into proxy calls and container apps, never read back).
writetrueunknown
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.
writetrueunknown
delete_variable
Delete an account variable.
destructivetruetrue

02Install & source
https://dataecho.ai/mcp
remote_url

03Access granted
Manage cloud infra · writeRead & write files · destructive

The access this server can exercise, inferred from its verified tools — not a declared OAuth scope.


05Provenance & freshness
sourcesOfficial MCP Registry [p1]
last_checked2026-07-06 20:50Z
next_check2026-07-08 01:28Z
cadenceevery 29h
verifiedtools_list:passed handshake:passed metadata:passed
index_statusindex9 unique facts >= 5

06Badge

Add the “as seen on MCPExplorer” badge to your README. ai.dataecho/mcp MCP — as seen on mcpexplorer.com

[![ai.dataecho/mcp MCP — as seen on mcpexplorer.com](https://mcpexplorer.com/badge/ai-dataecho-mcp.svg)](https://mcpexplorer.com/servers/ai-dataecho-mcp)

Next step

This is one server. A loadout combines the right servers, governance, and proven plays for a whole job — assembled deliberately, not tool-dumped.

Explore loadouts →