← Registry

Productivity

onehaus.app

Manages household contacts and appliances with tracking for purchases and warranties.

1 endpoint68 known toolsFirst detected July 25, 2026Last detected August 29, 2026

ENDPOINT 1

https://mcp.onehaus.app

No auth detected

MCP server metadata

Name
OneHaus
Version
1.4.0
Capabilities
loggingresourcestools
Server instructions

Haus household-management tools. They operate on the user's current household, resolved automatically from the authenticated session — you never pass a houseId. Use list_houses only to tell the user which household you are acting on.

Known tools 68

create_contact

Create a contact in the household's address book.

Potential side effects
update_contact

Update a contact by id.

Potential side effects
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.

Potential side effects
list_contacts

List all contacts in the household.

Inferred read-only
create_appliance

Create an appliance record for the household, tracking purchase date, warranty expiry, and optional references to previously created warranty/insurance documents.

Potential side effects
update_appliance

Update an appliance's details; omitted fields keep their current value.

Potential side effects
delete_appliance

Soft-delete an appliance; it is hidden from list_appliances but not permanently erased.

Potential side effects
list_appliances

List all appliances in the household

Inferred read-only
create_calendar_event

Creates a single, one-off calendar event on the household calendar.

Inferred read-only
update_calendar_event

Updates fields on an existing single calendar event; only the fields supplied are changed, all others keep their current value.

Inferred read-only
delete_calendar_event

Soft-deletes a single calendar event by id.

Inferred read-only
list_calendar_events

List calendar events with optional date-range filters

Inferred read-only
create_document

Create a document (passport, insurance, certificate, warranty, license, other)

Potential side effects
update_document

Update a document.

Potential side effects
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.

Potential side effects
list_documents

List documents in the household, optionally filtered to a single document type.

Inferred read-only
create_pet

Create a pet.

Potential side effects
update_pet

Update a pet.

Potential side effects
delete_pet

Soft-delete a pet; it is hidden from list_pets but not permanently erased.

Potential side effects
list_pets

List all pets in the household

Inferred read-only
create_subscription

Create a subscription for the household to track a recurring cost, such as a streaming service or membership.

Potential side effects
update_subscription

Partially update an existing subscription; only the fields provided are changed, everything else is left as-is.

Potential side effects
delete_subscription

Soft-delete a subscription

Potential side effects
list_subscriptions

List subscriptions with optional status filter

Inferred read-only
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.

Potential side effects
update_vehicle

Partially update an existing vehicle's details; only the fields provided are changed, everything else is left as-is.

Potential side effects
delete_vehicle

Soft-delete a vehicle

Potential side effects
list_vehicles

List all vehicles in the household

Inferred read-only
create_task

Creates a new household task.

Inferred read-only
update_task

Update task title, assignment, dates, or notes.

Potential side effects
delete_task

Soft-deletes a task: it stops appearing in list_tasks but the record is retained rather than permanently removed.

Inferred read-only
complete_task

Marks a task as completed and records the completion for the household's momentum stats.

Inferred read-only
uncomplete_task

Reopens a completed task, clearing its completion timestamp and completed-by user.

Inferred read-only
assign_task

Assign or unassign a task to a household member.

Inferred read-only
list_tasks

Lists tasks in the household with optional filters (assignee, due-date range, completion status) and cursor-based pagination.

Inferred read-only
get_weather_forecast

Get weather forecast for the household's location

Inferred read-only
get_house

Return full details for the household the current session is scoped to: name, address, invite code, notes, join settings, members, subscription status, and resolved feature-flag states.

Inferred read-only
list_house_members

List household members with their userId, name, nickname, and role.

Inferred read-only
list_houses

List the households the current user belongs to (e.

Inferred read-only
get_profile

Return the authenticated user's profile: name, email, AI-consent status, and timezone.

Potential side effects
list_shopping_list_items

List all shopping list items in the household

Inferred read-only
add_shopping_list_item

Add an item to the household's shopping list.

Inferred read-only
buy_shopping_list_item

Buy item (decrements quantity; removes at zero)

Inferred read-only
get_house_review

Return this week's pending House Review recommendations (data gaps like a missing appliance warranty date or vehicle MOT date), re-validated live so items already filled in, actioned, or superseded by an open task are dropped before they're returned.

Inferred read-only
defer_recommendation

Add Later: defer a House Review recommendation and create a 7-day task

Potential side effects
skip_recommendation

Skip: permanently suppress a House Review recommendation

Inferred read-only
store_memory

Store a long-term memory about the household.

Inferred read-only
update_memory

Update an existing memory's name, description, or content.

Potential side effects
forget_memory

Forget (soft-delete) a memory by id.

Potential side effects
recall_memory

Recall long-term memories stored about the current household.

Inferred read-only
create_meal_plan

Plan a meal for a specific date and meal type.

Inferred read-only
update_meal_plan

Update a meal plan entry.

Potential side effects
delete_meal_plan

Remove a planned meal from the household's meal plan.

Potential side effects
list_meal_plans

List meal plans in the household with an optional date range

Inferred read-only
create_recipe

Create a new recipe in the household's recipe collection, with optional ingredients, source URL, instructions and serving size.

Potential side effects
update_recipe

Update an existing recipe.

Potential side effects
delete_recipe

Delete a recipe from the household's collection.

Potential side effects
list_recipes

List all recipes in the household

Inferred read-only
list_global_recipes

List the global/Discover recipe catalogue (curated recipes available to all households)

Inferred read-only
batch_add_shopping_list_items

Add multiple items to the shopping list at once

Inferred read-only
update_shopping_list_item

Update a shopping list item's name, quantity, and/or category.

Potential side effects
remove_shopping_list_item

Remove an item from the household's shopping list without marking it as bought.

Potential side effects
create_recurring_calendar_event

Create a recurring calendar event that automatically generates event instances on a schedule.

Potential side effects
update_recurring_calendar_event

Update a recurring calendar event.

Potential side effects
delete_recurring_calendar_event

Delete a recurring calendar event and all its future instances.

Potential side effects
create_recurring_task

Create a recurring task that automatically generates task instances on a schedule.

Potential side effects
update_recurring_task

Update a recurring task.

Potential side effects
delete_recurring_task

Delete a recurring task and all its uncompleted future instances.

Potential side effects

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.onehaus]
url = "https://mcp.onehaus.app"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "onehaus": {
      "type": "http",
      "url": "https://mcp.onehaus.app"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: onehaus
Remote MCP URL: https://mcp.onehaus.app

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "onehaus": {
      "url": "https://mcp.onehaus.app"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "onehaus": {
      "type": "http",
      "url": "https://mcp.onehaus.app"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "onehaus",
  "transport": "streamable-http",
  "url": "https://mcp.onehaus.app"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for onehaus.app was fetched 2026-08-24T04:40:37.227Z.

Trust status Trusted

onehaus.app is assessed as Trusted: Domain runs a meaningful technology spend, consistent with a real business.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.