Developer Tools
dataecho.ai
Provides tools to deploy files to a live URL and manage user authentication on the DataEcho platform.
ENDPOINT 1
https://dataecho.ai/mcp
MCP server metadata
- Name
- dataecho
- Version
- 1.0.0
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_infoDataEcho platform overview: what it can host, auth state of this connection, docs links.
Inferred read-onlyclaim_siteMake a previously-anonymous site permanent under the authenticated account (requires auth + the claimToken from publish_site).
Inferred read-onlysearch_sitesFull-text search across the authenticated account's sites (names, metadata, and text content).
Inferred read-onlyupdate_site_metadataPatch site settings without redeploying: viewer title/description, SPA mode, TTL, password (string sets, null removes).
Inferred read-onlyapp_statusBuild/run status of a container app deployed via publish_site with a Dockerfile.
Inferred read-onlydrive_list_filesList files in a drive (by drive name or drv_… id), optionally under a path prefix.
Inferred read-onlydrive_write_fileWrite/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 effectsdrive_shareMint a scoped drive access token for another agent (perms read|write, optional path prefix + TTL like `7d`).
Potential side effectsdrive_historyVersion timeline of a drive (every write is a restorable version).
Potential side effectsdrive_restoreRestore a drive to a prior version (commits a new version; nothing is lost).
Inferred read-onlylist_variablesList account variable NAMES (values are write-only — they are injected into proxy calls and container apps, never read back).
Potential side effectsCONNECT 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.
dataecho.ai is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.