Deploy to Agents
DT
Deploy to Agents
/audit_app

Audit an app for agent distribution

Queue a bounded audit of a public HTTP or HTTPS app and return an unlisted receipt URL. Reuse get_audit_result until processing completes.

liveverifiedunknown~5s typical
mcpprobeddeploytoagents
$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-com-deploytoagents-server /audit_app for me.

Input

FieldTypeDescription
url*stringPublic website or application URL to audit

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-com-deploytoagents-server","endpoint":"/audit_app","input":{"url":"..."}}'
cli
npx cracked-ai run -p mcp-com-deploytoagents-server -e /audit_app -i '{"url":"..."}'
mcp
run_tool({ provider: "mcp-com-deploytoagents-server", endpoint: "/audit_app", input: {"url":"..."} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.