haus
H
haus
/create_contact

create contact

Create a contact in the household's address book. Only firstName is required; all other details (address, date of birth, notes, a flag to prepare a birthday pre

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_contact for me.

Input

FieldTypeDescription
firstName*stringThe contact's first name. The only required field.
lastNamestringThe contact's last (family) name.
displayNamestringAn alternate name to show for the contact instead of first/last, e.g. a nickname, company
emailstringThe contact's email address.
phonestringThe contact's phone number, in any format.
addressobjectThe contact's postal address.
dateOfBirthstringYYYY-MM-DD format
notesstringFree-text notes about the contact.
prepareBirthdayPresentbooleanWhether to prepare a birthday present for this contact

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

Try it

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