ai.dataecho/mcp
repo:https://github.com/mohocp/dataecho
Deploy files, sites, and Dockerfile apps to live URLs + private drives for agent memory.
- transport:
- remote
- credential class:
- self-provisionable
Owner verification
Not yet verified. Verifying proves you control this server and is free, permanently — it never changes a published score.
Start verification →Tools
- app_statusshallow
Build/run status of a container app deployed via publish_site with a Dockerfile. Poll until status is `live` or `failed`.
- claim_siteshallow
Make a previously-anonymous site permanent under the authenticated account (requires auth + the claimToken from publish_site).
- create_driveshallow
Create a new private drive.
- delete_siteshallow
Permanently delete an owned site. Irreversible — confirm with the user first.
- delete_variableshallow
Delete an account variable.
- drive_delete_fileshallow
Delete one file from a drive.
- drive_historyshallow
Version timeline of a drive (every write is a restorable version).
- drive_list_filesshallow
List files in a drive (by drive name or drv_… id), optionally under a path prefix.
- drive_move_fileshallow
Move/rename a file inside a drive.
- drive_read_fileshallow
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_restoreshallow
Restore a drive to a prior version (commits a new version; nothing is lost).
- drive_revoke_tokenshallow
Revoke a drive share token.
- drive_shareshallow
Mint a scoped drive access token for another agent (perms read|write, optional path prefix + TTL like `7d`). The secret is returned ONCE.
- drive_tokensshallow
List active share tokens of a drive (secrets are never shown again).
- drive_write_fileshallow
Write/overwrite one file in a drive (ETag-safe: pass ifMatch to assert the version you read, otherwise the current version is used automatically).
- get_siteshallow
Full details + current file manifest of an owned site.
- list_drivesshallow
List the authenticated account's private cloud drives.
- list_sitesshallow
List all sites owned by the authenticated account.
- list_variablesshallow
List account variable NAMES (values are write-only — they are injected into proxy calls and container apps, never read back).
- platform_infoshallow
DataEcho platform overview: what it can host, auth state of this connection, docs links. Call this first if unsure.
- publish_siteshallow
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_login_codeshallow
Start sign-in: email a one-time code to the user. Follow with verify_login_code.
- search_sitesshallow
Full-text search across the authenticated account's sites (names, metadata, and text content).
- set_variableshallow
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.
- update_site_metadatashallow
Patch site settings without redeploying: viewer title/description, SPA mode, TTL, password (string sets, null removes).
- verify_login_codeshallow
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.
Embed this server’s score
Tool count and median score across every tool in this server’s corpus — honest in a way a single cherry-picked tool’s badge wouldn’t be.
[](https://vouch.tools/servers/e2eed09e-59d4-4195-badf-2d52a79e152f)