Productivity
onehaus.app
Manages household contacts and appliances with tracking for purchases and warranties.
ENDPOINT 1
https://mcp.onehaus.app
MCP server metadata
- Name
- OneHaus
- Version
- 1.4.0
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
delete_contactSoft-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 effectscreate_applianceCreate an appliance record for the household, tracking purchase date, warranty expiry, and optional references to previously created warranty/insurance documents.
Potential side effectsupdate_applianceUpdate an appliance's details; omitted fields keep their current value.
Potential side effectsdelete_applianceSoft-delete an appliance; it is hidden from list_appliances but not permanently erased.
Potential side effectscreate_calendar_eventCreates a single, one-off calendar event on the household calendar.
Inferred read-onlyupdate_calendar_eventUpdates fields on an existing single calendar event; only the fields supplied are changed, all others keep their current value.
Inferred read-onlycreate_documentCreate a document (passport, insurance, certificate, warranty, license, other)
Potential side effectsdelete_documentSoft-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 effectslist_documentsList documents in the household, optionally filtered to a single document type.
Inferred read-onlydelete_petSoft-delete a pet; it is hidden from list_pets but not permanently erased.
Potential side effectscreate_subscriptionCreate a subscription for the household to track a recurring cost, such as a streaming service or membership.
Potential side effectsupdate_subscriptionPartially update an existing subscription; only the fields provided are changed, everything else is left as-is.
Potential side effectscreate_vehicleCreate a vehicle record for the household to track its details, registration and VIN, insurance document, and upcoming MOT/tax/service due dates.
Potential side effectsupdate_vehiclePartially update an existing vehicle's details; only the fields provided are changed, everything else is left as-is.
Potential side effectsdelete_taskSoft-deletes a task: it stops appearing in list_tasks but the record is retained rather than permanently removed.
Inferred read-onlycomplete_taskMarks a task as completed and records the completion for the household's momentum stats.
Inferred read-onlyuncomplete_taskReopens a completed task, clearing its completion timestamp and completed-by user.
Inferred read-onlylist_tasksLists tasks in the household with optional filters (assignee, due-date range, completion status) and cursor-based pagination.
Inferred read-onlyget_houseReturn 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-onlylist_house_membersList household members with their userId, name, nickname, and role.
Inferred read-onlyget_profileReturn the authenticated user's profile: name, email, AI-consent status, and timezone.
Potential side effectsget_house_reviewReturn 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-onlydefer_recommendationAdd Later: defer a House Review recommendation and create a 7-day task
Potential side effectscreate_recipeCreate a new recipe in the household's recipe collection, with optional ingredients, source URL, instructions and serving size.
Potential side effectslist_global_recipesList the global/Discover recipe catalogue (curated recipes available to all households)
Inferred read-onlyupdate_shopping_list_itemUpdate a shopping list item's name, quantity, and/or category.
Potential side effectsremove_shopping_list_itemRemove an item from the household's shopping list without marking it as bought.
Potential side effectscreate_recurring_calendar_eventCreate a recurring calendar event that automatically generates event instances on a schedule.
Potential side effectsdelete_recurring_calendar_eventDelete a recurring calendar event and all its future instances.
Potential side effectscreate_recurring_taskCreate a recurring task that automatically generates task instances on a schedule.
Potential side effectsdelete_recurring_taskDelete a recurring task and all its uncompleted future instances.
Potential side effectsCONNECT 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.
onehaus.app is assessed as Trusted: Domain runs a meaningful technology spend, consistent with a real business.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.