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
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
- The endpoint's TLS certificate is valid, in date, and uses a strong key. View diagnostics → Pass
- Authorisation not fully verified: no authorisation is required to call this server, and 26 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe. See how to fix → View diagnostics → Unverified
- HTTPS is enforced; there's no plaintext access path. View diagnostics → Pass
- HSTS check failed: the Strict-Transport-Security header is absent. See how to fix → View diagnostics → Fail
- DNSSEC check failed: this domain isn't protected by DNSSEC. See how to fix → View diagnostics → Fail
Transport & Reachability100
- Verified streamable-http transport via a live MCP handshake. View diagnostics → Pass
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
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
claude mcp add --transport http ai-dataecho-mcp https://dataecho.ai/mcp
[mcp_servers.ai-dataecho-mcp] url = "https://dataecho.ai/mcp"
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"ai-dataecho-mcp": {
"type": "remote",
"url": "https://dataecho.ai/mcp",
"enabled": true
}
}
} openclaw mcp add ai-dataecho-mcp --url https://dataecho.ai/mcp --transport streamable-http
mcp_servers:
ai-dataecho-mcp:
url: "https://dataecho.ai/mcp" {
"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.
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.
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 |
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.
app_status ~54
Build/run status of a container app deployed via publish_site with a Dockerfile. Poll until status is `live` or `failed`.
| Name | Type | Req | Description |
|---|---|---|---|
| logs | boolean | — | Include build logs |
| slug | string | yes | Site 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).
| Name | Type | Req | Description |
|---|---|---|---|
| claimToken | string | yes | Claim token returned by the anonymous publish |
| slug | string | yes | Site slug |
No output schema declared.
No examples provided.
create_drive ~23
Create a new private drive.
| Name | Type | Req | Description |
|---|---|---|---|
| name | string | yes | Drive name |
No output schema declared.
No examples provided.
delete_site ~34
Permanently delete an owned site. Irreversible — confirm with the user first.
| Name | Type | Req | Description |
|---|---|---|---|
| slug | string | yes | Site slug |
No output schema declared.
No examples provided.
delete_variable ~22
Delete an account variable.
| Name | Type | Req | Description |
|---|---|---|---|
| name | string | yes | Variable name |
No output schema declared.
No examples provided.
drive_delete_file ~39
Delete one file from a drive.
| Name | Type | Req | Description |
|---|---|---|---|
| drive | string | yes | Drive name or drv_… id |
| path | string | yes | File path |
No output schema declared.
No examples provided.
drive_history ~36
Version timeline of a drive (every write is a restorable version).
| Name | Type | Req | Description |
|---|---|---|---|
| drive | string | yes | Drive 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.
| Name | Type | Req | Description |
|---|---|---|---|
| drive | string | yes | Drive name or drv_… id |
| prefix | string | — | Path prefix filter |
No output schema declared.
No examples provided.
drive_move_file ~50
Move/rename a file inside a drive.
| Name | Type | Req | Description |
|---|---|---|---|
| drive | string | yes | Drive name or drv_… id |
| from | string | yes | Current path |
| to | string | yes | New 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).
| Name | Type | Req | Description |
|---|---|---|---|
| drive | string | yes | Drive name or drv_… id |
| path | string | yes | File 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).
| Name | Type | Req | Description |
|---|---|---|---|
| drive | string | yes | Drive name or drv_… id |
| versionId | string | yes | dv_… id from drive_history |
No output schema declared.
No examples provided.
drive_revoke_token ~47
Revoke a drive share token.
| Name | Type | Req | Description |
|---|---|---|---|
| drive | string | yes | Drive name or drv_… id |
| tokenId | string | yes | dtok_… 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.
| Name | Type | Req | Description |
|---|---|---|---|
| drive | string | yes | Drive name or drv_… id |
| label | string | — | Human label for the token |
| pathPrefix | string | — | Restrict the token to this path prefix |
| perms | string | — | read (default) or write |
| ttl | string | — | Lifetime, 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).
| Name | Type | Req | Description |
|---|---|---|---|
| drive | string | yes | Drive 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).
| Name | Type | Req | Description |
|---|---|---|---|
| content | string | — | UTF-8 text content |
| contentBase64 | string | — | Base64 content for binary files |
| contentType | string | — | Optional MIME type |
| drive | string | yes | Drive name or drv_… id |
| ifMatch | string | — | Optional ETag precondition |
| path | string | yes | Destination path in the drive |
No output schema declared.
No examples provided.
get_site ~28
Full details + current file manifest of an owned site.
| Name | Type | Req | Description |
|---|---|---|---|
| slug | string | yes | Site 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.
| Name | Type | Req | Description |
|---|---|---|---|
| claimToken | string | — | Claim token — required to update an anonymous site without auth |
| description | string | — | Viewer page description |
| files | array | yes | Files 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. |
| slug | string | — | Existing site slug to update (omit to create a new site) |
| spa | boolean | — | Enable SPA fallback routing (serve index.html for unknown paths) |
| title | string | — | Viewer page title (used when there's no index.html) |
| ttlSeconds | number | — | Expiry 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.
| Name | Type | Req | Description |
|---|---|---|---|
| string | yes | The 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).
| Name | Type | Req | Description |
|---|---|---|---|
| limit | number | — | Max results (optional) |
| query | string | yes | Search 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.
| Name | Type | Req | Description |
|---|---|---|---|
| allowedUpstreams | array | — | Optional allow-list of upstream hosts |
| name | string | yes | UPPER_SNAKE_CASE variable name |
| value | string | yes | Secret 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).
| Name | Type | Req | Description |
|---|---|---|---|
| description | string | — | Viewer description |
| password | string | — | Password-gate the site; pass an empty string to REMOVE the password |
| slug | string | yes | Site slug |
| spaMode | boolean | — | SPA fallback routing |
| title | string | — | Viewer title |
| ttlSeconds | number | — | Expiry 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.
| Name | Type | Req | Description |
|---|---|---|---|
| code | string | yes | The one-time code from the email |
| string | yes | Same email as request_login_code |
No output schema declared.
No examples provided.