F
facesign-mcp
/export_app
export app
Export the current FaceSign session configuration as a standalone, deployable Next.js application. You MUST supply `landingHtml` (pre-session page), `recapHtml`
liveunknown~5s typical
mcpfacesign-mcp
$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-facesign-facesign-mcp /export_app for me.
Input
| Field | Type | Description |
|---|---|---|
| flow* | array | Array of nodes forming the session's directed graph |
| flowVariants | object | Optional additional flows declared at export time. The landing page selects one by calling |
| avatarId | string | Avatar ID from the facesign://catalog resource. |
| langs | array | Optional whitelist of BCP-47 language codes (from facesign://catalog) the exported session |
| defaultLang | string | Optional fallback BCP-47 language code used when the end-user's browser language is not in |
| zone | string (us | eu) | Data processing zone |
| metadata | object | Arbitrary metadata to attach |
| clientReferenceId | string | Your own reference ID for this session |
| providedData | object | Pre-known user data |
| videoAIAnalysisEnabled | boolean | Enable video AI fraud analysis |
| extractionSchema | array | Optional schema describing fields the FaceSign backend should extract from the session tra |
| customization | object | UI customization |
| landingHtml* | string | REQUIRED. Raw HTML/JS for the pre-session landing page. NO CDATA, NO markdown fences. Ever |
| recapHtml* | string | REQUIRED. Raw HTML/JS for the results/recap page. NO CDATA, NO markdown fences. Every visi |
| uiStrings* | object | REQUIRED. Per-language UI string dictionary: { langId: { key: translatedString } }. You in |
| appName | string | Name for the generated app (used in package.json, defaults to 'facesign-app') |
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-facesign-facesign-mcp","endpoint":"/export_app","input":{"flow":[],"landingHtml":"...","recapHtml":"...","uiStrings":{}}}'cli
npx cracked-ai run -p mcp-ai-facesign-facesign-mcp -e /export_app -i '{"flow":[],"landingHtml":"...","recapHtml":"...","uiStrings":{}}'mcp
run_tool({ provider: "mcp-ai-facesign-facesign-mcp", endpoint: "/export_app", input: {"flow":[],"landingHtml":"...","recapHtml":"...","uiStrings":{}} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.