AI & Machine Learning
1hour.house
Provides AI chat about architecture and building materials, along with a product catalog and house listings.
ENDPOINT 1
https://1hour.house/mcp
Known tools 29
whoami[EN] Verify API-key auth: returns your account email if a valid Bearer key is sent.
Potential side effectssearch_catalog[EN] Search the building-materials catalog (3,900+ SKUs) by keyword/brand/category.
Inferred read-onlyget_product[EN] Get one product's full detail by SKU (price, U-value/η, stock, JAN, successor).
Inferred read-onlylist_houses[EN] List curated public houses (famous buildings, landmarks); set include_user=true for public user houses.
Inferred read-onlyget_house_bim[EN] Fetch a house's full bim.json v1 (project meta + elements) by slug.
Inferred read-onlyhouki_check[EN] Run the Japanese Building Standards Act check (coverage, FAR, slopes, daylight, ventilation) and return pass/fail.
Inferred read-onlymaterial_quote[EN] Catalog-priced cost estimate: BOM, total, ¥/m², lead times and critical path from the BIM takeoff.
Inferred read-onlycreate_house[EN] Build a new house (bim.json) from an address alone (geocoded, auto-named, climate-aware) or full elements; returns slug + edit_token + viewer/permit URLs + inline houki & structure verdicts.
Inferred read-onlycreate_product[EN] Register a new catalog product SKU (needs Bearer API key; insert-only, no overwrite).
Potential side effectsupdate_product[EN] Update fields of a product you created (needs Bearer API key; your SKUs only).
Potential side effectsretire_product[EN] Retire (discontinue) a product you created (needs Bearer API key; soft, not hard delete).
Potential side effectsupdate_house[EN] Update an existing house's bim.json (needs edit_token): swap elements or patch project meta; returns a re-run houki verdict.
Potential side effectsplace_in_house[EN] Place a *live reference* to another service's catalog into a house (needs edit_token) — not a copy.
Inferred read-onlyset_forkable[EN] Allow or forbid others from forking (copying) a house (needs edit_token).
Inferred read-onlyget_houki_rules[EN] List the building-code checks the engine runs (law refs) + any active zoning-rule overrides; pass slug to also get that house's effective site conditions + houki verdict.
Inferred read-onlyget_site_context[EN] Get a house's effective site conditions used by houki_check (zoning, road width, high/fire district, climate zone, latitude, neighbor setback, min lot area, shadow regulation).
Inferred read-onlyset_site_context[EN] Override a house's site conditions for houki_check (needs edit_token).
Inferred read-onlyadmin_set_site_context[EN] Bulk-set site conditions for any houses (admin only, admin_token; no edit_token).
Inferred read-onlylist_incomplete_addresses[EN] List public houses whose address is incomplete (missing town name / placeholder), so they can be corrected — admin only.
Inferred read-onlyupsert_zoning_rule[EN] Add/update a zoning regulation rule (coverage/FAR/slope/height limits) — admin only (admin_token).
Potential side effectsdelete_zoning_rule[EN] Remove a zoning rule override (reverts to engine defaults) — admin only.
Potential side effectsget_build_plan[EN] Construction plan for a house: schedule (Gantt) + per-trade order packages (cost, lead, region-driven spec constraints, inspection checklist).
Potential side effectsmatch_contractors[EN] Match contractors to a house by trade × location (prefecture or lat/lng+radius).
Potential side effectslist_contractors[EN] List registered contractors, optionally filtered by prefecture/trade.
Potential side effectsplace_order[EN] Create a DRAFT purchase order for one trade of a house to a contractor (does NOT send anything — human sends later).
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.1hour-house]
url = "https://1hour.house/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"1hour-house": {
"type": "http",
"url": "https://1hour.house/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: 1hour-house
Remote MCP URL: https://1hour.house/mcp
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": {
"1hour-house": {
"url": "https://1hour.house/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"1hour-house": {
"type": "http",
"url": "https://1hour.house/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "1hour-house",
"transport": "streamable-http",
"url": "https://1hour.house/mcp"
}
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 1hour.house was fetched 2026-07-26T08:12:34.336Z and is being refreshed.
1hour.house is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.