haus
H
haus
/create_document

create document

Create a document (passport, insurance, certificate, warranty, license, other)

liveunknown~5s typical
mcphaus
$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-app-onehaus-haus /create_document for me.

Input

FieldTypeDescription
documentType*string (Passport | Insurance | Certificate | Warranty | License | Other)The kind of document being stored.
titlestringA custom title for the document. If omitted, one is derived from the document type and num
documentNumberstringThe document's reference or serial number, e.g. a passport number or insurance policy numb
issuingAuthoritystringThe organization or authority that issued the document.
renewalCronExpressionstringReserved for a future renewal-reminder schedule. Currently accepted but not persisted or a
feeobjectThe cost associated with the document, e.g. a renewal or issuance fee.
notesstringFree-text notes about the document.

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-app-onehaus-haus","endpoint":"/create_document","input":{"documentType":"Passport"}}'
cli
npx cracked-ai run -p mcp-app-onehaus-haus -e /create_document -i '{"documentType":"Passport"}'
mcp
run_tool({ provider: "mcp-app-onehaus-haus", endpoint: "/create_document", input: {"documentType":"Passport"} })

Try it

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