M
mcp
20 endpointsliveDeploy files, sites, and Dockerfile apps to live URLs + private drives for agent memory. (MCP server ai.dataecho/mcp, aggregated from the official registry)
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, and then use Cracked to show me what I can do for mcp.
| Endpoint | What it does | Price | Health |
|---|---|---|---|
| platform info /platform_info | DataEcho platform overview: what it can host, auth state of this connection, docs links. Call this first if unsure. | $0.0020 per call | degraded · 981ms |
| request login code /request_login_code | Start sign-in: email a one-time code to the user. Follow with verify_login_code. | $0.0020 per call | unknown |
| verify login code /verify_login_code | 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 t | $0.0020 per call | unknown |
| publish site /publish_site | 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 → UPD | $0.0020 per call | unknown |
| claim site /claim_site | Make a previously-anonymous site permanent under the authenticated account (requires auth + the claimToken from publish_site). | $0.0020 per call | unknown |
| list sites /list_sites | List all sites owned by the authenticated account. | $0.0020 per call | unknown |
| search sites /search_sites | Full-text search across the authenticated account's sites (names, metadata, and text content). | $0.0020 per call | unknown |
| get site /get_site | Full details + current file manifest of an owned site. | $0.0020 per call | unknown |
| update site metadata /update_site_metadata | Patch site settings without redeploying: viewer title/description, SPA mode, TTL, password (string sets, null removes). | $0.0020 per call | unknown |
| delete site /delete_site | Permanently delete an owned site. Irreversible — confirm with the user first. | $0.0020 per call | unknown |
| app status /app_status | Build/run status of a container app deployed via publish_site with a Dockerfile. Poll until status is `live` or `failed`. | $0.0020 per call | unknown |
| list drives /list_drives | List the authenticated account's private cloud drives. | $0.0020 per call | unknown |
| create drive /create_drive | Create a new private drive. | $0.0020 per call | unknown |
| drive list files /drive_list_files | List files in a drive (by drive name or drv_… id), optionally under a path prefix. | $0.0020 per call | unknown |
| drive read file /drive_read_file | 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). | $0.0020 per call | unknown |
| drive write file /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). | $0.0020 per call | unknown |
| drive delete file /drive_delete_file | Delete one file from a drive. | $0.0020 per call | unknown |
| drive move file /drive_move_file | Move/rename a file inside a drive. | $0.0020 per call | unknown |
| drive share /drive_share | Mint a scoped drive access token for another agent (perms read|write, optional path prefix + TTL like `7d`). The secret is returned ONCE. | $0.0020 per call | unknown |
| drive tokens /drive_tokens | List active share tokens of a drive (secrets are never shown again). | $0.0020 per call | unknown |