← Registry

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.

1 endpoint29 known toolsFirst detected June 17, 2026Last detected August 29, 2026

ENDPOINT 1

https://bim.house/mcp

No auth detected

MCP server metadata

Name
bim.house
Version
1.0.0
Capabilities
tools
Server instructions

🏠 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 effects
chat

[EN] AI chat about architecture/BIM/code/MU.

Inferred read-only
search_catalog

[EN] Search the building-materials catalog (3,900+ SKUs) by keyword/brand/category.

Inferred read-only
get_product

[EN] Get one product's full detail by SKU (price, U-value/η, stock, JAN, successor).

Inferred read-only
list_houses

[EN] List curated public houses (famous buildings, landmarks); set include_user=true for public user houses.

Inferred read-only
get_house_bim

[EN] Fetch a house's full bim.

Inferred read-only
houki_check

[EN] Run the Japanese Building Standards Act check (coverage, FAR, slopes, daylight, ventilation) and return pass/fail.

Inferred read-only
material_quote

[EN] Catalog-priced cost estimate: BOM, total, ¥/m², lead times and critical path from the BIM takeoff.

Inferred read-only
create_house

[EN] Build a new house (bim.

Inferred read-only
create_product

[EN] Register a new catalog product SKU (needs Bearer API key; insert-only, no overwrite).

Potential side effects
update_product

[EN] Update fields of a product you created (needs Bearer API key; your SKUs only).

Potential side effects
list_mine

[EN] List products you registered (needs Bearer API key).

Inferred read-only
retire_product

[EN] Retire (discontinue) a product you created (needs Bearer API key; soft, not hard delete).

Potential side effects
update_house

[EN] Update an existing house's bim.

Potential side effects
set_visibility

[EN] Toggle a house's public listing on/off (needs edit_token).

Inferred read-only
place_in_house

[EN] Place a *live reference* to another service's catalog into a house (needs edit_token) — not a copy.

Inferred read-only
set_forkable

[EN] Allow or forbid others from forking (copying) a house (needs edit_token).

Inferred read-only
get_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-only
get_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-only
set_site_context

[EN] Override a house's site conditions for houki_check (needs edit_token).

Inferred read-only
admin_set_site_context

[EN] Bulk-set site conditions for any houses (admin only, admin_token; no edit_token).

Inferred read-only
list_incomplete_addresses

[EN] List public houses whose address is incomplete (missing town name / placeholder), so they can be corrected — admin only.

Inferred read-only
upsert_zoning_rule

[EN] Add/update a zoning regulation rule (coverage/FAR/slope/height limits) — admin only (admin_token).

Potential side effects
delete_zoning_rule

[EN] Remove a zoning rule override (reverts to engine defaults) — admin only.

Potential side effects
get_build_plan

[EN] Construction plan for a house: schedule (Gantt) + per-trade order packages (cost, lead, region-driven spec constraints, inspection checklist).

Potential side effects
match_contractors

[EN] Match contractors to a house by trade × location (prefecture or lat/lng+radius).

Potential side effects
list_contractors

[EN] List registered contractors, optionally filtered by prefecture/trade.

Potential side effects
register_contractor

[EN] Register a contractor (supply side, self-serve).

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

Trust status Trusted

bim.house is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

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