← Registry

Developer Tools

dataecho.ai

Provides tools to deploy files to a live URL and manage user authentication on the DataEcho platform.

1 endpoint26 known toolsFirst detected July 25, 2026Last detected August 29, 2026

ENDPOINT 1

https://dataecho.ai/mcp

No auth detected

MCP server metadata

Name
dataecho
Version
1.0.0
Capabilities
tools
Server instructions

DataEcho hosts what agents build: publish_site deploys files/sites/apps to a live URL (anonymous works — 24h expiry, ALWAYS show the user the claimUrl), drives are private versioned cloud storage. Authenticate by sending the platform API key as `Authorization: Bearer <key>` (get one via request_login_code → verify_login_code). Container apps: include a Dockerfile, must listen on process.env.PORT, persist under /data, poll app_status. Large folders: prefer the dataecho skill (npx skills add mohocp/dataecho).

Known tools 26

platform_info

DataEcho platform overview: what it can host, auth state of this connection, docs links.

Inferred read-only
request_login_code

Start sign-in: email a one-time code to the user.

Potential side effects
verify_login_code

Complete sign-in with the emailed code.

Inferred read-only
publish_site

Deploy files to a live URL.

Inferred read-only
claim_site

Make a previously-anonymous site permanent under the authenticated account (requires auth + the claimToken from publish_site).

Inferred read-only
list_sites

List all sites owned by the authenticated account.

Inferred read-only
search_sites

Full-text search across the authenticated account's sites (names, metadata, and text content).

Inferred read-only
get_site

Full details + current file manifest of an owned site.

Inferred read-only
update_site_metadata

Patch site settings without redeploying: viewer title/description, SPA mode, TTL, password (string sets, null removes).

Inferred read-only
delete_site

Permanently delete an owned site.

Potential side effects
app_status

Build/run status of a container app deployed via publish_site with a Dockerfile.

Inferred read-only
list_drives

List the authenticated account's private cloud drives.

Inferred read-only
create_drive

Create a new private drive.

Potential side effects
drive_list_files

List files in a drive (by drive name or drv_… id), optionally under a path prefix.

Inferred read-only
drive_read_file

Read a file from a drive.

Inferred read-only
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).

Potential side effects
drive_delete_file

Delete one file from a drive.

Potential side effects
drive_move_file

Move/rename a file inside a drive.

Inferred read-only
drive_share

Mint a scoped drive access token for another agent (perms read|write, optional path prefix + TTL like `7d`).

Potential side effects
drive_tokens

List active share tokens of a drive (secrets are never shown again).

Inferred read-only
drive_revoke_token

Revoke a drive share token.

Inferred read-only
drive_history

Version timeline of a drive (every write is a restorable version).

Potential side effects
drive_restore

Restore a drive to a prior version (commits a new version; nothing is lost).

Inferred read-only
list_variables

List account variable NAMES (values are write-only — they are injected into proxy calls and container apps, never read back).

Potential side effects
set_variable

Create/update a write-only account secret (uppercase name).

Potential side effects
delete_variable

Delete an account variable.

Potential side effects

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.dataecho]
url = "https://dataecho.ai/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "dataecho": {
      "type": "http",
      "url": "https://dataecho.ai/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: dataecho
Remote MCP URL: https://dataecho.ai/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "dataecho": {
      "url": "https://dataecho.ai/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "dataecho": {
      "type": "http",
      "url": "https://dataecho.ai/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "dataecho",
  "transport": "streamable-http",
  "url": "https://dataecho.ai/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for dataecho.ai was fetched 2026-09-06T09:01:15.717Z.

Trust status Trusted

dataecho.ai is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.