# house.device/device-house (remote · device-house-mcp.fly.dev)

device.house — words become circuits. Design devices: BoM, enclosure, firmware, routed PCB.

- Trust score: 57/100 (low)
- Change this week: +6
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- remote · `device-house-mcp.fly.dev`: 57/100 (this document), [markdown](https://verifymcp.io/servers/house-device-device-house/device-house-mcp.md), [page](https://verifymcp.io/servers/house-device-device-house/device-house-mcp)

## Channel facts

- Endpoint: `https://device-house-mcp.fly.dev/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.0.0`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Endpoint Security**: 57/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation not fully verified: no authorisation is required to call this server, and 21 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.
  - HTTPS is enforced; there's no plaintext access path.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 43/100
  - AI-judged instruction clarity (poor).
  - Tool/resource definitions use about 1100 tokens (~52/item across 21 items; 21 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 68/100
  - 95% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 13% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http house-device-device-house https://device-house-mcp.fly.dev/mcp
```

### Codex

```toml
[mcp_servers.house-device-device-house]
url = "https://device-house-mcp.fly.dev/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "house-device-device-house": {
      "type": "remote",
      "url": "https://device-house-mcp.fly.dev/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add house-device-device-house --url https://device-house-mcp.fly.dev/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  house-device-device-house:
    url: "https://device-house-mcp.fly.dev/mcp"
```

### Other

```json
{
  "mcpServers": {
    "house-device-device-house": {
      "type": "http",
      "url": "https://device-house-mcp.fly.dev/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-02 (score 57, +1)

No change was recorded against any check on this day. Stability & Change Management went from 20 to 23. That category is still filling its 30-day observation window: 6 days of observed history at the previous scan, 7 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-31 (score 56, +3)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 53, +1)

No change was recorded against any check on this day. Stability & Change Management went from 10 to 13. That category is still filling its 30-day observation window: 3 days of observed history at the previous scan, 4 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-28 (score 52, +1)

No change was recorded against any check on this day. Stability & Change Management went from 3 to 7. That category is still filling its 30-day observation window: 1 days of observed history at the previous scan, 2 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-27 (score 51, +1)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-26 (score 50)

First indexed and scored.

## MCP tools (21)

### `list_archetypes` (~28 tokens)

device.houseが言葉から設計できるデバイス種別の一覧

### `list_catalog` (~77 tokens)

選べるデバイス・カタログ(bim.house等が家の部屋に置く用)。価格/寸法/推奨部屋/ディープリンク付き

Input parameters:

- `room` (string): 推奨部屋でフィルタ: entrance/living/bedroom/kitchen/outdoor等

### `generate_device` (~77 tokens)

言葉(用途)からデバイスを設計し、BoM/筐体/価格/全軸スコアを返す

Input parameters:

- `prompt` (string, required): 作りたいデバイスを言葉で。例: 焚き火に声で参加できる音声デバイス

### `eval_device` (~51 tokens)

言葉から設計したデバイスの生成品質を5軸(意図/部品/作れる/完成/正直)で採点

Input parameters:

- `prompt` (string, required)

### `compliance_check` (~101 tokens)

言葉から設計したデバイスの規制適合(技適/PSE/CE/FCC/RoHS+発注先+部品調達)を機械チェック。設計で制御可能な指標は判定、実世界の試験/申請は要対応で正直表示(盛らない)

Input parameters:

- `prompt` (string, required): 評価したいデバイスを言葉で

### `get_firmware` (~40 tokens)

言葉から設計したデバイスのArduinoファーム雛形(.ino)を返す

Input parameters:

- `prompt` (string, required)

### `get_netlist` (~31 tokens)

配線ネットリスト(autorouteの入力)を返す

Input parameters:

- `prompt` (string, required)

### `get_placement` (~30 tokens)

JLCPCB部品配置(CPL CSV)を返す

Input parameters:

- `prompt` (string, required)

### `autoroute` (~54 tokens)

2層オートルータで実配線し、配線率/ビア数のサマリを返す(盛らない=未配線はfailed)

Input parameters:

- `prompt` (string, required)

### `get_pcb_svg` (~55 tokens)

配線済みPCBの2層プレビュー(SVG・赤=表/青=裏/金=パッド/点線=未配線)を返す

Input parameters:

- `prompt` (string, required)

### `fab_order_package` (~73 tokens)

発注パッケージ概要(配線済みGerber+BOM+CPL+手順一式)。JLCPCBにアップロード→支払いで発注。盛らない=実支払いは人間ゲート

Input parameters:

- `prompt` (string, required)
- `qty` (number)

### `manufacturing_readiness` (~60 tokens)

製造レディネス(正直な実体評価): 実フットプリント/LCSC/DRC/fits/配線。発注して動く基板にできるか

Input parameters:

- `prompt` (string, required)

### `get_kicad_netlist` (~62 tokens)

KiCadネットリスト(.net)を出力。KiCadに取り込んで検証済みフットプリント割当・配線・DRC=量産正規ルート

Input parameters:

- `prompt` (string, required)

### `get_bom_csv` (~52 tokens)

JLCPCB形式のBOM CSV(Comment,Designator,Footprint,LCSC)を返す。LCSC番号は未検証のため空欄

Input parameters:

- `prompt` (string, required)

### `parts_stats` (~24 tokens)

パーツ・カタログの概観(総数/分類別)

### `parts_list` (~39 tokens)

パーツ一覧(分類/インターフェイスでフィルタ可)

Input parameters:

- `cat` (string)
- `interface` (string)

### `parts_search` (~29 tokens)

パーツをキーワード検索(型番/説明/用途)

Input parameters:

- `query` (string, required)

### `parts_get` (~24 tokens)

id でパーツ1件取得

Input parameters:

- `id` (string, required)

### `parts_add` (~105 tokens)

パーツを追加(ユーザーカタログに永続)。idは省略可(型番からslug生成)

Input parameters:

- `cat` (string)
- `desc` (string)
- `footprint` (array)
- `id` (string)
- `interface` (string)
- `keywords` (array)
- `part` (string, required): 型番 例: BME680
- `src` (string)
- `unit` (number)

### `parts_update` (~49 tokens)

既存パーツを更新(組み込み部品の価格/調達先などの上書きも可)

Input parameters:

- `id` (string, required)
- `patch` (object, required)

### `parts_remove` (~39 tokens)

パーツを削除(組み込みはtombstoneで非表示化・再追加で復活)

Input parameters:

- `id` (string, required)

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/house-device-device-house/device-house-mcp#diagnostics

## Score history

- 2026-08-03: 57
- 2026-08-02: 57
- 2026-08-01: 56
- 2026-07-31: 56
- 2026-07-30: 53
- 2026-07-29: 52
- 2026-07-28: 52
- 2026-07-27: 51
- 2026-07-26: 50

## Links

- Remote endpoint: https://device-house-mcp.fly.dev/mcp
- Website: https://device.house/
- Changelog RSS feed: https://verifymcp.io/servers/house-device-device-house/device-house-mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/house-device-device-house/device-house-mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/house-device-device-house/device-house-mcp
