H
haus
20 endpointsliveOneHaus household tools: tasks, calendar, contacts, pets, vehicles, documents and more. (MCP server app.onehaus/haus, aggregated from the official registry)
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, and then use Cracked to show me what I can do for haus.
| Endpoint | What it does | Price | Health |
|---|---|---|---|
| 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 | $0.0020 per call | unknown |
| update contact /update_contact | Update a contact by id. Only the fields supplied are changed; omitted fields keep their current value (dateOfBirth is the exception: an empty string explicitly | $0.0020 per call | unknown |
| delete contact /delete_contact | Soft-delete a contact by id; it is marked deleted and no longer appears in list_contacts, but the underlying record is retained rather than permanently erased. | $0.0020 per call | unknown |
| list contacts /list_contacts | List all contacts in the household. Takes no parameters; soft-deleted contacts are excluded. | $0.0020 per call | unknown |
| create appliance /create_appliance | Create an appliance record for the household, tracking purchase date, warranty expiry, and optional references to previously created warranty/insurance document | $0.0020 per call | unknown |
| update appliance /update_appliance | Update an appliance's details; omitted fields keep their current value. Rejects the update if the resulting warranty expiry date would fall before the purchase | $0.0020 per call | unknown |
| delete appliance /delete_appliance | Soft-delete an appliance; it is hidden from list_appliances but not permanently erased. | $0.0020 per call | unknown |
| list appliances /list_appliances | List all appliances in the household | $0.0020 per call | unknown |
| create calendar event /create_calendar_event | Creates a single, one-off calendar event on the household calendar. For a repeating schedule use create_recurring_calendar_event instead. | $0.0020 per call | unknown |
| update calendar event /update_calendar_event | Updates fields on an existing single calendar event; only the fields supplied are changed, all others keep their current value. Imported (subscription-sourced) | $0.0020 per call | unknown |
| delete calendar event /delete_calendar_event | Soft-deletes a single calendar event by id. Events imported from a calendar subscription cannot be deleted here; unsubscribe from the source calendar instead. | $0.0020 per call | unknown |
| list calendar events /list_calendar_events | List calendar events with optional date-range filters | $0.0020 per call | unknown |
| create document /create_document | Create a document (passport, insurance, certificate, warranty, license, other) | $0.0020 per call | unknown |
| update document /update_document | Update a document. Omitted fields unchanged. | $0.0020 per call | unknown |
| delete document /delete_document | Soft-delete a document by id and cascade soft-delete its attachments; none of them appear in listings afterward, but the records are retained rather than perman | $0.0020 per call | unknown |
| list documents /list_documents | List documents in the household, optionally filtered to a single document type. Soft-deleted documents are excluded. | $0.0020 per call | unknown |
| create pet /create_pet | Create a pet. Supports microchip, vet contact, and insurance refs. | $0.0020 per call | unknown |
| update pet /update_pet | Update a pet. Omitted fields unchanged. | $0.0020 per call | unknown |
| delete pet /delete_pet | Soft-delete a pet; it is hidden from list_pets but not permanently erased. | $0.0020 per call | unknown |
| list pets /list_pets | List all pets in the household | $0.0020 per call | unknown |