M
mcp
/update_site_metadata
update site metadata
Patch site settings without redeploying: viewer title/description, SPA mode, TTL, password (string sets, null removes).
liveunknown~5s typical
mcpmcp
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-ai-dataecho-mcp /update_site_metadata for me.
Input
| Field | Type | Description |
|---|---|---|
| slug* | string | Site slug |
| title | string | Viewer title |
| description | string | Viewer description |
| spaMode | boolean | SPA fallback routing |
| ttlSeconds | number | Expiry in seconds (null-like 0 not allowed; omit to keep) |
| password | string | Password-gate the site; pass an empty string to REMOVE the password |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-ai-dataecho-mcp","endpoint":"/update_site_metadata","input":{"slug":"..."}}'cli
npx cracked-ai run -p mcp-ai-dataecho-mcp -e /update_site_metadata -i '{"slug":"..."}'mcp
run_tool({ provider: "mcp-ai-dataecho-mcp", endpoint: "/update_site_metadata", input: {"slug":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.