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_house are unauthenticated.
  • Chat and account-scoped write tools require Authorization: Bearer <key>.
  • create_house returns an edit_token for later edits.
  • Set REINFOLIB_KEY to 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_house is private by default and rate-limited.
  • Write operations need an API key or edit_token.
  • REINFOLIB_KEY is optional and only affects site-context enrichment.