← 1hour.house

INDIVIDUAL MCP TOOL

material_quote

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

1hour.housenone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

1hour.house

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.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.

Related tools

  • whoami — [EN] Verify API-key auth: returns your account email if a valid Bearer key is sent.
  • chat — [EN] AI chat about architecture/BIM/code/MU.
  • search_catalog — [EN] Search the building-materials catalog (3,900+ SKUs) by keyword/brand/category.
  • get_product — [EN] Get one product's full detail by SKU (price, U-value/η, stock, JAN, successor).
  • list_houses — [EN] List curated public houses (famous buildings, landmarks); set include_user=true for public user houses.
  • get_house_bim — [EN] Fetch a house's full bim.json v1 (project meta + elements) by slug.
  • houki_check — [EN] Run the Japanese Building Standards Act check (coverage, FAR, slopes, daylight, ventilation) and return pass/fail.
  • create_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.