INDIVIDUAL MCP TOOL
create_recipe
Create a new recipe in the household's recipe collection, with optional ingredients, source URL, instructions and serving size.
LIVE ENDPOINT
https://mcp.onehaus.app
Connect to this endpoint to inspect the live schema for create_recipe and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a write-action term.
- A tool name or description suggests retrieving external content.
Parent server
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.
Related tools
create_contact— Create a contact in the household's address book.update_contact— Update a contact by id.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.list_contacts— List all contacts in the household.create_appliance— Create an appliance record for the household, tracking purchase date, warranty expiry, and optional references to previously created warranty/insurance documents.update_appliance— Update an appliance's details; omitted fields keep their current value.delete_appliance— Soft-delete an appliance; it is hidden from list_appliances but not permanently erased.list_appliances— List all appliances in the household