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
| Field | Type | Description |
|---|---|---|
| firstName* | string | The contact's first name. The only required field. |
| lastName | string | The contact's last (family) name. |
| displayName | string | An alternate name to show for the contact instead of first/last, e.g. a nickname, company |
| string | The contact's email address. | |
| phone | string | The contact's phone number, in any format. |
| address | object | The contact's postal address. |
| dateOfBirth | string | YYYY-MM-DD format |
| notes | string | Free-text notes about the contact. |
| prepareBirthdayPresent | boolean | Whether 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.