bimhouse
house.bim/bimhouse
Documentation
Installation
Add the remote MCP server:
claude mcp add --transport http bim-house https://bim.house/mcp
Configuration
- Endpoint:
https://bim.house/mcp - Discovery:
https://bim.house/.well-known/mcp - Docs:
https://bim.house/docs/mcp - Reads and
create_houseare unauthenticated. - Chat and account-scoped write tools require
Authorization: Bearer <key>. create_housereturns anedit_tokenfor later edits.- Set
REINFOLIB_KEYto enrich generated houses with real zoning data when available.
Capabilities
- Search building products and fetch product details.
- Create houses from an address or BIM elements.
- Run houki checks and material quotes.
- Update houses, manage product SKUs, and handle contractor/order workflows.
Limitations
- Remote transport is plain HTTP JSON-RPC, not SSE.
create_houseis private by default and rate-limited.- Write operations need an API key or
edit_token. REINFOLIB_KEYis optional and only affects site-context enrichment.
