Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

ai.dataecho/mcp

REMOTE · DATAECHO.AI · SCANNED AUG 3

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

Available components

+1 this week 65 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. How we score →

Endpoint Security57
Transport & Reachability100
Schema Quality & AI Usability77
  • AI-judged instruction clarity (excellent).Pass
  • Tool/resource definitions use about 1691 tokens (~65/item across 26 items; 26 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management27
  • Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Capabilities60
  • Spec-recency check failed: implements MCP spec 2025-06-18; the latest is 2026-07-28. See how to fix → Fail
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

remote · dataecho.ai

# add to Claude Code
claude mcp add --transport http ai-dataecho-mcp https://dataecho.ai/mcp
# ~/.codex/config.toml
[mcp_servers.ai-dataecho-mcp]
url = "https://dataecho.ai/mcp"
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "ai-dataecho-mcp": {
      "type": "remote",
      "url": "https://dataecho.ai/mcp",
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add ai-dataecho-mcp --url https://dataecho.ai/mcp --transport streamable-http
# ~/.hermes/config.yaml
mcp_servers:
  ai-dataecho-mcp:
    url: "https://dataecho.ai/mcp"
// mcp.json
{
  "mcpServers": {
    "ai-dataecho-mcp": {
      "type": "http",
      "url": "https://dataecho.ai/mcp"
    }
  }
}

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 2 Aug 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 20 to 23. That category is still filling its 30-day observation window: 6 days of observed history at the previous scan, 7 at this one. The score rises as the window fills, whether or not the server changes.

  • 31 Jul 26 −2
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 29 Jul 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 7 to 10. That category is still filling its 30-day observation window: 2 days of observed history at the previous scan, 3 at this one. The score rises as the window fills, whether or not the server changes.

  • 28 Jul 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 3 to 7. That category is still filling its 30-day observation window: 1 days of observed history at the previous scan, 2 at this one. The score rises as the window fills, whether or not the server changes.

  • 27 Jul 26 0
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 26 Jul 26 64

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 3 Aug 2026 · Probed https://dataecho.ai/mcp

TLS valid

Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .

Subject Issuer Valid from Valid until Key Signature Serial
CN=dataecho.ai CN=WE1,O=Google Trust Services,C=US 10 Jun 2026 8 Sept 2026 ECDSA 256 ECDSA-SHA256 2477482c6264ac790e2c067b2a920ff1
SANs: dataecho.ai, *.dataecho.ai
CN=WE1,O=Google Trust Services,C=US (CA) CN=GTS Root R4,O=Google Trust Services LLC,C=US 13 Dec 2023 20 Feb 2029 ECDSA 256 ECDSA-SHA384 7ff31977972c224a76155d13b6d685e3
CN=GTS Root R4,O=Google Trust Services LLC,C=US (CA) CN=GlobalSign Root CA,OU=Root CA,O=GlobalSign nv-sa,C=BE 15 Nov 2023 28 Jan 2028 ECDSA 384 SHA256-RSA 7fe530bf331343bedd821610493d8a1b
DNSSEC insecure

Validation of dataecho.ai. Not signed

Zone DS Keys Algorithms Outcome
. trust_anchor 20326, 38696 8, 8 Verified
ai. present 3799 8 Verified
dataecho.ai. absent Unsigned (proven) parent-signed NSEC/NSEC3 proves an unsigned delegation
Authentication No authorisation required

The endpoint answered without asking for a token. Anyone who knows the URL can reach it.

Result No authorisation required
HTTP status 200
Transports 2 probes
Transport URL Outcome Status Location
streamable-http https://dataecho.ai/mcp Verified 200
http (plaintext) http://dataecho.ai/mcp HTTPS enforced 301 https://dataecho.ai/mcp
MCP tools — 26 exposed · ~1,574 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
app_status ~54

Build/run status of a container app deployed via publish_site with a Dockerfile. Poll until status is `live` or `failed`.

NameTypeReqDescription
logsbooleanInclude build logs
slugstringyesSite slug

No output schema declared.

No examples provided.

claim_site ~54

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

NameTypeReqDescription
claimTokenstringyesClaim token returned by the anonymous publish
slugstringyesSite slug

No output schema declared.

No examples provided.

create_drive ~23

Create a new private drive.

NameTypeReqDescription
namestringyesDrive name

No output schema declared.

No examples provided.

delete_site ~34

Permanently delete an owned site. Irreversible — confirm with the user first.

NameTypeReqDescription
slugstringyesSite slug

No output schema declared.

No examples provided.

delete_variable ~22

Delete an account variable.

NameTypeReqDescription
namestringyesVariable name

No output schema declared.

No examples provided.

drive_delete_file ~39

Delete one file from a drive.

NameTypeReqDescription
drivestringyesDrive name or drv_… id
pathstringyesFile path

No output schema declared.

No examples provided.

drive_history ~36

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

NameTypeReqDescription
drivestringyesDrive name or drv_… id

No output schema declared.

No examples provided.

drive_list_files ~54

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

NameTypeReqDescription
drivestringyesDrive name or drv_… id
prefixstringPath prefix filter

No output schema declared.

No examples provided.

drive_move_file ~50

Move/rename a file inside a drive.

NameTypeReqDescription
drivestringyesDrive name or drv_… id
fromstringyesCurrent path
tostringyesNew path

No output schema declared.

No examples provided.

drive_read_file ~72

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).

NameTypeReqDescription
drivestringyesDrive name or drv_… id
pathstringyesFile path in the drive

No output schema declared.

No examples provided.

drive_restore ~55

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

NameTypeReqDescription
drivestringyesDrive name or drv_… id
versionIdstringyesdv_… id from drive_history

No output schema declared.

No examples provided.

drive_revoke_token ~47

Revoke a drive share token.

NameTypeReqDescription
drivestringyesDrive name or drv_… id
tokenIdstringyesdtok_… id from drive_tokens

No output schema declared.

No examples provided.

drive_share ~120

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

NameTypeReqDescription
drivestringyesDrive name or drv_… id
labelstringHuman label for the token
pathPrefixstringRestrict the token to this path prefix
permsstringread (default) or write
ttlstringLifetime, e.g. 1h, 7d (omit for no expiry)

No output schema declared.

No examples provided.

drive_tokens ~37

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

NameTypeReqDescription
drivestringyesDrive name or drv_… id

No output schema declared.

No examples provided.

drive_write_file ~117

Write/overwrite one file in a drive (ETag-safe: pass ifMatch to assert the version you read, otherwise the current version is used automatically).

NameTypeReqDescription
contentstringUTF-8 text content
contentBase64stringBase64 content for binary files
contentTypestringOptional MIME type
drivestringyesDrive name or drv_… id
ifMatchstringOptional ETag precondition
pathstringyesDestination path in the drive

No output schema declared.

No examples provided.

get_site ~28

Full details + current file manifest of an owned site.

NameTypeReqDescription
slugstringyesSite slug

No output schema declared.

No examples provided.

list_drives ~18

List the authenticated account's private cloud drives.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

list_sites ~17

List all sites owned by the authenticated account.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

list_variables ~33

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

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

platform_info ~33

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

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

publish_site ~252

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.

NameTypeReqDescription
claimTokenstringClaim token — required to update an anonymous site without auth
descriptionstringViewer page description
filesarrayyesFiles to publish. Each file: { path, content (utf-8 text) OR contentBase64 (binary), contentType? }. The publish is a COMPLETE snapshot — omitted files are removed on update.
slugstringExisting site slug to update (omit to create a new site)
spabooleanEnable SPA fallback routing (serve index.html for unknown paths)
titlestringViewer page title (used when there's no index.html)
ttlSecondsnumberExpiry for authenticated sites, in seconds

No output schema declared.

No examples provided.

request_login_code ~39

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

NameTypeReqDescription
emailstringyesThe user's email address

No output schema declared.

No examples provided.

search_sites ~46

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

NameTypeReqDescription
limitnumberMax results (optional)
querystringyesSearch query

No output schema declared.

No examples provided.

set_variable ~89

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.

NameTypeReqDescription
allowedUpstreamsarrayOptional allow-list of upstream hosts
namestringyesUPPER_SNAKE_CASE variable name
valuestringyesSecret value (never readable back)

No output schema declared.

No examples provided.

update_site_metadata ~117

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

NameTypeReqDescription
descriptionstringViewer description
passwordstringPassword-gate the site; pass an empty string to REMOVE the password
slugstringyesSite slug
spaModebooleanSPA fallback routing
titlestringViewer title
ttlSecondsnumberExpiry in seconds (null-like 0 not allowed; omit to keep)

No output schema declared.

No examples provided.

verify_login_code ~88

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.

NameTypeReqDescription
codestringyesThe one-time code from the email
emailstringyesSame email as request_login_code

No output schema declared.

No examples provided.