AI & Machine Learning
bim.house
An MCP server that offers AI chat about architecture/BIM/code/MU and provides querying of a building materials catalog and curated houses.
ENDPOINT 1
https://bim.house/mcp
MCP server metadata
- Name
- bim.house
- Version
- 1.0.0
🏠 bim.house — 言葉が、建つ。 「弟子屈に平屋を」と打てば3秒で bim.json と図面が出て、houki_check が建築基準法をその場で判定する。北海道でもモロッコでも、敷地の制限いっぱいまで。 → いきなり create_house で一棟建ててみて。slug と edit_token が返る。
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-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_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 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.bim-house]
url = "https://bim.house/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"bim-house": {
"type": "http",
"url": "https://bim.house/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: bim-house
Remote MCP URL: https://bim.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": {
"bim-house": {
"url": "https://bim.house/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"bim-house": {
"type": "http",
"url": "https://bim.house/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "bim-house",
"transport": "streamable-http",
"url": "https://bim.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 bim.house was fetched 2026-07-26T06:25:37.058Z and is being refreshed.
bim.house is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.