H
haus
/create_pet
create pet
Create a pet. Supports microchip, vet contact, and insurance refs.
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_pet for me.
Input
| Field | Type | Description |
|---|---|---|
| name* | string | The pet's name. |
| microchipNumber | string | Microchip identification number, used to reunite a lost pet with its household. |
| vetContactId | string | ID of a previously created contact for the pet's vet. |
| insuranceDocumentId | string | ID of a previously created document containing the pet's insurance policy. |
| notes | string | Freeform notes about the pet, e.g. dietary needs or medical history. |
| dateOfBirth | string | The pet's date of birth, in YYYY-MM-DD format. |
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_pet","input":{"name":"..."}}'cli
npx cracked-ai run -p mcp-app-onehaus-haus -e /create_pet -i '{"name":"..."}'mcp
run_tool({ provider: "mcp-app-onehaus-haus", endpoint: "/create_pet", input: {"name":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.