L
LaunchTrust
/register_app
Register an app to monitor
Register a web URL in your LaunchTrust account so it can be fully scanned and monitored. Idempotent — if the URL is already registered, returns the existing app
liveunknown~5s typical
mcplaunchtrust
$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-co-launchtrust-launchtrust /register_app for me.
Input
| Field | Type | Description |
|---|---|---|
| url* | string | Public https URL of the app to register. |
| name | string | Optional label (defaults to the hostname). |
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-co-launchtrust-launchtrust","endpoint":"/register_app","input":{"url":"..."}}'cli
npx cracked-ai run -p mcp-co-launchtrust-launchtrust -e /register_app -i '{"url":"..."}'mcp
run_tool({ provider: "mcp-co-launchtrust-launchtrust", endpoint: "/register_app", input: {"url":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.