mcpbeat Sign in

Haus MCP Server

answering

Haus is answering right now. Last checked moments ago. It exposes 69 tools.

OneHaus household tools: tasks, calendar, contacts, pets, vehicles, documents and more.

The linked repository no longer exists on GitHub — it was deleted or made private.

Uptime history 47 days of history
47 days agonow
100.0%
Uptime 24h
92 of 92 checks
69
Tools
read from the server
246 ms
Response time
average over 24h
open, no key
Access
streamable-http

What changed 102

Every tool that appeared, vanished or quietly changed what it asks for. Recorded since 8 September 2026. No other catalogue keeps this.

18 Sep 5 tools changed the parameters they ask for create_document, create_meal_plan, create_subscription and 2 more
17 Sep a tool changed the parameters it asks for create_meal_plan
16 Sep a tool changed the parameters it asks for create_meal_plan
15 Sep a tool changed the parameters it asks for create_meal_plan
14 Sep a tool changed the parameters it asks for create_meal_plan
13 Sep a tool changed the parameters it asks for create_meal_plan
12 Sep a tool changed the parameters it asks for create_meal_plan
11 Sep a tool changed the parameters it asks for create_meal_plan
10 Sep a tool changed the parameters it asks for create_meal_plan
9 Sep a tool changed the parameters it asks for create_meal_plan
and 88 more, back to 8 September 2026

This one has been quiet for a while

Quiet is not dead — but it is worth knowing when it wakes up, or when someone else takes it over. We watch the repository and tell you either way.

Three servers free · no card

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 0 min ago.

run in your terminal
claude mcp add haus --transport http https://mcp.onehaus.app
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "haus": {
      "url": "https://mcp.onehaus.app"
    }
  }
}
~/.codex/config.toml
[mcp_servers.haus]
url = "https://mcp.onehaus.app"
.cursor/mcp.json
{
  "mcpServers": {
    "haus": {
      "url": "https://mcp.onehaus.app"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "haus": {
      "url": "https://mcp.onehaus.app"
    }
  }
}

Available tools 69

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

recurring
create_recurring_calendar_event
Create a recurring calendar event. It generates event instances on a schedule.
create_recurring_task
Create a recurring task. It generates task instances on a schedule.
delete_recurring_calendar_event
Delete a recurring calendar event and all its future instances.
delete_recurring_task
Delete a recurring task and all its uncompleted future instances.
update_recurring_calendar_event
Update a recurring calendar event. Changes to title/description/notes patch existing instances. Changes to frequency/dates/time regenerate future instances.
update_recurring_task
Update a recurring task. Title/notes changes patch existing instances; frequency/date changes regenerate future instances.
shopping
add_shopping_list_item
Add one item to the shopping list. A new item gets a category from its name; if an unbought item of the same name exists, its quantity is increased instead of duplicating it.
list_shopping_list_items
List outstanding (unbought) shopping list items with their name, quantity, category and shoppingListId. Pass shoppingListId to limit it to one named list.
list_shopping_lists
List the household's named shopping lists with their id, name, whether they are the default list, and how many live items each holds. Use this to resolve a shoppingListId for the shopping list item tools.
remove_shopping_list_item
Remove an item from the household's shopping list without marking it as bought. This soft-deletes the item so it no longer appears in list_shopping_list_items.
update_shopping_list_item
Update a shopping list item's name, quantity, and/or category. Only the fields provided are changed; any field left out keeps its current value.
calendar
create_calendar_event
Creates a single, one-off calendar event on the household calendar. For a repeating schedule use create_recurring_calendar_event instead.
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. Events shared from a member's device calendar can only be removed by that member or the house owner.
list_calendar_events
List one-off calendar events with their title, times, location and notes. Bound them with startDateFrom and startDateTo, or omit both for everything.
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) events cannot be edited.
meal
create_meal_plan
Plan a meal for a specific date and meal type. Provide recipeId to link an existing recipe (from list_recipes) OR name for a custom meal; when recipeId is given any name is ignored and stored as null.
delete_meal_plan
Soft-delete a planned meal. The entry leaves list_meal_plans and frees its date and meal slot again.
list_meal_plans
List planned meals with their date, meal slot, linked recipe or custom name, servings and notes. Narrow with from and to.
update_meal_plan
Update a planned meal. Only the fields you send change. recipeId links a recipe and clears any custom name; name makes it custom and clears the link; recipeId wins if both are sent.
appliance
create_appliance
Create an appliance record for the household, tracking purchase date, warranty expiry, and optional references to previously created warranty/insurance documents.
delete_appliance
Soft-delete an appliance; it is hidden from list_appliances but not permanently erased.
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 date.
contact
create_contact
Add a contact to the address book. Only firstName is required; address, date of birth, notes and the birthday-present flag can follow via update_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.
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 clears it).
document
create_document
Store a document (passport, insurance, certificate, warranty, license, other) with its reference number, issuing authority, fee and notes. Returns the new id, which an appliance, vehicle or pet can link to.
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 permanently erased.
update_document
Update a stored document's type, title, reference number, issuing authority, fee or notes, returning the updated document. Only the fields you send change. renewalCronExpression is the one exception: it is accepted but not yet stored or acted on, so sending it changes nothing.
house
get_house
Return the current household in full: name, address, invite code, notes, join settings, members, subscription status and resolved feature flags.
get_house_review
Return this week's pending House Review recommendations: data gaps like a missing appliance warranty or vehicle MOT date. Re-validated live, so items already filled in, actioned or covered by an open task are dropped. Pro-gated.
list_house_members
List the household's members with id, userId, first and last name, nickname and role. Use a member's id as assignedToMemberId in create_task and assign_task.
pet
create_pet
Add a pet, optionally with its microchip number and date of birth, and links to an existing contact as vet and document as insurance. Returns the new pet's id.
delete_pet
Soft-delete a pet; it is hidden from list_pets but not permanently erased.
update_pet
Update a pet's name, microchip number, date of birth, notes, or its linked vet contact and insurance document. Only the fields you send change.
recipe
create_recipe
Save a recipe with optional ingredients, source URL, instructions and servings. Link it to a date with create_meal_plan.
delete_recipe
Soft-delete a recipe. Meal plan entries linked to it become custom entries holding a snapshot of its name, ingredients and instructions, so none are left with a dangling link.
update_recipe
Update a recipe. Only the fields you send change, except ingredients, which replaces the whole existing list rather than merging.
subscription
create_subscription
Track a recurring cost such as a streaming service or membership, with an optional fee and cron renewal schedule (no more often than daily).
delete_subscription
Soft-delete a subscription so it leaves list_subscriptions; the record is retained. Use it when the user cancels a service.
update_subscription
Update a subscription. Only the fields you send change; for renewalCronExpression and notes an empty string clears the stored value.
task
create_task
Creates a new household task. Only title is required; the task starts unassigned and uncompleted. Use assign_task, update_task, or complete_task to change it afterward.
delete_task
Soft-delete a task. It leaves list_tasks but the record is retained. Fails if it was already deleted.
update_task
Update a task's title, assignee, due date, preparation date or notes. Only the fields you send change.
vehicle
create_vehicle
Create a vehicle record for the household to track its details, registration and VIN, insurance document, and upcoming MOT/tax/service due dates. All fields are optional.
delete_vehicle
Soft-delete a vehicle so it leaves list_vehicles; the record is retained. Use it when the household sells a car.
update_vehicle
Update a vehicle. Only the fields you send change; for text and due-date fields an empty string clears the stored value.
appliances
list_appliances
List the household's appliances with brand, model, serial number, purchase date and warranty expiry. Answers whether something is still under warranty.
assign
assign_task
Assign or unassign a task to a household member.
batch
batch_add_shopping_list_items
Add up to 25 shopping list items at once, for a whole shop. Names are deduplicated within the batch and merged into any matching unbought item already listed.
buy
buy_shopping_list_item
Mark units of a shopping list item as bought, reducing its quantity by quantityToBuy and clearing it off the list once nothing is left.
complete
complete_task
Marks a task as completed and records the completion for the household's momentum stats. Fails with a conflict if the task is already completed.
contacts
list_contacts
List all contacts in the household. Takes no parameters; soft-deleted contacts are excluded.
defer
defer_recommendation
Defer a House Review recommendation and raise a task due in seven days, for when the user wants to handle the gap later.
documents
list_documents
List documents in the household, optionally filtered to a single document type. Soft-deleted documents are excluded.
forget
forget_memory
Forget (soft-delete) a memory by id. Use when a memory is superseded or no longer relevant.
global
list_global_recipes
List the curated Discover recipe catalogue shared by all households. Pass an id from here to create_meal_plan with recipeSource='global'.
houses
list_houses
List the households the current user belongs to (e.g. to tell the user which home you are acting on). The active house is determined server-side from the authenticated session.
memory
update_memory
Update an existing memory's name, description, or content. Type is immutable; to reclassify, forget and store again.
pets
list_pets
List the household's pets with microchip number, date of birth, notes and their linked vet contact and insurance document.
profile
get_profile
Return the signed-in user's profile: name, email, AI-consent status and timezone. Also bumps their last-seen activity as a side effect.
recall
recall_memory
Recall long-term memories stored about the current household. Call this at the start of advisory or open-ended turns. Filter by type when only one author's notes are relevant.
recipes
list_recipes
List the household's own saved recipes with ingredients, instructions, source URL and servings. For the shared catalogue use list_global_recipes.
skip
skip_recommendation
Permanently suppress a House Review recommendation so get_house_review stops returning it. Use it when the suggestion does not apply.
store
store_memory
Store a long-term memory about the household. Use sparingly for durable preferences, routines, constraints, or insights worth recalling in a future conversation. Recall first to avoid duplicates.
subscriptions
list_subscriptions
List tracked subscriptions with their fee, renewal schedule and status. Pass status to filter to one.
tasks
list_tasks
List tasks, filterable by assignee, due-date range and completion, with cursor pagination. Excludes completed tasks by default and sorts by due date ascending, undated first.
uncomplete
uncomplete_task
Reopens a completed task, clearing its completion timestamp and completed-by user. Fails with a conflict if the task is not currently completed.
vehicles
list_vehicles
List the household's vehicles with make, model, year, registration, VIN and MOT, tax and service due dates. Answers questions like when the MOT is due.
weather
get_weather_forecast
Return a one-to-five day forecast for the household's location, for planning outdoor tasks or events.

Endpoints

URLTransportStateLatencyChecked
https://mcp.onehaus.app streamable-http answering 218 ms 0 min ago

Alternatives to Haus

same job, measured the same way
Mycase MCP
by oktopeak

Connect Claude to MyCase: cases, contacts, documents, tasks, calendar, calls, time, billing, staff.

36 installs/wk local only
Codey 律所管理系統
by thecodey

Law firm management MCP: manage cases, clients, tasks, calendar and documents via Claude AI.

answering
Vaiz
by vaiz

Connect AI assistants to your Vaiz workspace: tasks, projects, boards, documents and milestones.

63 installs/wk local only
S
Kynth
by kynth

Documents to schema-valid JSON plus 38 more finished-job AI tools, on one credit wallet.

52 installs/wk local only
Zsign
by zsign

E-signature API for AI agents: send contracts, sign PDF documents, track and download signed files.

answering
Tablestakes
by oborchers

Read and edit HTML/Markdown tables in GitBook-synced documents via MCP tools.

54 installs/wk local only
markitai
by ynewtime

Convert documents, images and web pages to clean Markdown, for agents: single, URL and batch tools.

local only
Vecmo
by chibataku0815

Vector motion editor MCP: 26 typed tools to observe, validate and edit documents, then export code.

local only

Haus — questions

Answers built from our own checks of this server.

What can Haus do?
It exposes 69 tools, read directly from the server on our last check. Among them: add_shopping_list_item, assign_task, batch_add_shopping_list_items, buy_shopping_list_item, complete_task, create_appliance and 63 more. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
What is Haus mostly used for?
Its tools cluster around recurring, shopping and calendar. That is what this server is built to work with — the grouping comes from the actual tool names, not from a category we assigned.
Is Haus working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 92 of 92 checks got a reply (100.0%), average response time 246 ms. The bar chart above shows every period we have measured.
Is Haus still maintained?
The linked repository no longer exists on GitHub — it was deleted or made private. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect Haus?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does Haus need an API key?
No. Haus completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 69 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Haus?
It answers our handshake in 246 ms on average, which is faster than 58% of all working MCP servers we measure. The comparison comes from our own checks across the whole registry, every 15 minutes.