mcpserver.lol
registry/mohocp-mcp
Connection check verified live · 20h ago

mohocp-mcp

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

Tools 26
GitHub stars
Installs / wk
Licence MIT
Transport streamable-http
Last checked 20h ago

Tools & capabilities

26 tools

Read from the running server on 20h ago.

app_status logsslug*
Build/run status of a container app deployed via publish_site with a Dockerfile. Poll until status is `live` or `failed`.
claim_site slug*claimToken*
Make a previously-anonymous site permanent under the authenticated account (requires auth + the claimToken from publish_site).
create_drive name*
Create a new private drive.
delete_site slug*
Permanently delete an owned site. Irreversible — confirm with the user first.
delete_variable name*
Delete an account variable.
drive_delete_file path*drive*
Delete one file from a drive.
drive_history drive*
Version timeline of a drive (every write is a restorable version).
drive_list_files drive*prefix
List files in a drive (by drive name or drv_… id), optionally under a path prefix.
drive_move_file to*from*drive*
Move/rename a file inside a drive.
drive_read_file path*drive*
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).
drive_restore drive*versionId*
Restore a drive to a prior version (commits a new version; nothing is lost).
drive_revoke_token drive*tokenId*
Revoke a drive share token.
drive_share ttldrive*labelpermspathPrefix
Mint a scoped drive access token for another agent (perms read|write, optional path prefix + TTL like `7d`). The secret is returned ONCE.
drive_tokens drive*
List active share tokens of a drive (secrets are never shown again).
drive_write_file path*drive*contentifMatchcontentTypecontentBase64
Write/overwrite one file in a drive (ETag-safe: pass ifMatch to assert the version you read, otherwise the current version is used automatically).
get_site slug*
Full details + current file manifest of an owned site.
list_drives
List the authenticated account's private cloud drives.
list_sites
List all sites owned by the authenticated account.
list_variables
List account variable NAMES (values are write-only — they are injected into proxy calls and container apps, never read back).
platform_info
DataEcho platform overview: what it can host, auth state of this connection, docs links. Call this first if unsure.
publish_site spaslugfiles*titleclaimTokenttlSeconds +1
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 (compl…
request_login_code email*
Start sign-in: email a one-time code to the user. Follow with verify_login_code.
search_sites limitquery*
Full-text search across the authenticated account's sites (names, metadata, and text content).
set_variable name*value*allowedUpstreams
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…
update_site_metadata slug*titlespaModepasswordttlSecondsdescription
Patch site settings without redeploying: viewer title/description, SPA mode, TTL, password (string sets, null removes).
verify_login_code code*email*
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/creden…