Device House
Official21 toolsby device
device.house — words become circuits. Design devices: BoM, enclosure, firmware, routed PCB.
Design electronics by generating bill of materials, enclosure designs, firmware, and PCB routing.
Captured live from the server via tools/list.
list_archetypes
device.houseが言葉から設計できるデバイス種別の一覧
No parameters.
list_catalog
選べるデバイス・カタログ(bim.house等が家の部屋に置く用)。価格/寸法/推奨部屋/ディープリンク付き
Parameters (1)
- roomstring
推奨部屋でフィルタ: entrance/living/bedroom/kitchen/outdoor等
generate_device
言葉(用途)からデバイスを設計し、BoM/筐体/価格/全軸スコアを返す
Parameters (1)
- promptstringrequired
作りたいデバイスを言葉で。例: 焚き火に声で参加できる音声デバイス
eval_device
言葉から設計したデバイスの生成品質を5軸(意図/部品/作れる/完成/正直)で採点
Parameters (1)
- promptstringrequired
compliance_check
言葉から設計したデバイスの規制適合(技適/PSE/CE/FCC/RoHS+発注先+部品調達)を機械チェック。設計で制御可能な指標は判定、実世界の試験/申請は要対応で正直表示(盛らない)
Parameters (1)
- promptstringrequired
評価したいデバイスを言葉で
get_firmware
言葉から設計したデバイスのArduinoファーム雛形(.ino)を返す
Parameters (1)
- promptstringrequired
get_netlist
配線ネットリスト(autorouteの入力)を返す
Parameters (1)
- promptstringrequired
get_placement
JLCPCB部品配置(CPL CSV)を返す
Parameters (1)
- promptstringrequired
autoroute
2層オートルータで実配線し、配線率/ビア数のサマリを返す(盛らない=未配線はfailed)
Parameters (1)
- promptstringrequired
get_pcb_svg
配線済みPCBの2層プレビュー(SVG・赤=表/青=裏/金=パッド/点線=未配線)を返す
Parameters (1)
- promptstringrequired
fab_order_package
発注パッケージ概要(配線済みGerber+BOM+CPL+手順一式)。JLCPCBにアップロード→支払いで発注。盛らない=実支払いは人間ゲート
Parameters (2)
- promptstringrequired
- qtynumber
manufacturing_readiness
製造レディネス(正直な実体評価): 実フットプリント/LCSC/DRC/fits/配線。発注して動く基板にできるか
Parameters (1)
- promptstringrequired
get_kicad_netlist
KiCadネットリスト(.net)を出力。KiCadに取り込んで検証済みフットプリント割当・配線・DRC=量産正規ルート
Parameters (1)
- promptstringrequired
get_bom_csv
JLCPCB形式のBOM CSV(Comment,Designator,Footprint,LCSC)を返す。LCSC番号は未検証のため空欄
Parameters (1)
- promptstringrequired
parts_stats
パーツ・カタログの概観(総数/分類別)
No parameters.
parts_list
パーツ一覧(分類/インターフェイスでフィルタ可)
Parameters (2)
- catstring
- interfacestring
parts_search
パーツをキーワード検索(型番/説明/用途)
Parameters (1)
- querystringrequired
parts_get
id でパーツ1件取得
Parameters (1)
- idstringrequired
parts_add
パーツを追加(ユーザーカタログに永続)。idは省略可(型番からslug生成)
Parameters (9)
- partstringrequired
型番 例: BME680
- catstring
- descstring
- interfacestring
- unitnumber
- srcstring
- footprintarray
- keywordsarray
- idstring
parts_update
既存パーツを更新(組み込み部品の価格/調達先などの上書きも可)
Parameters (2)
- idstringrequired
- patchobjectrequired
parts_remove
パーツを削除(組み込みはtombstoneで非表示化・再追加で復活)
Parameters (1)
- idstringrequired
README not available yet.
Install
Remote endpoint
Streamable HTTPHosted server - connect over the network, no local install.
https://device-house-mcp.fly.dev/mcpclaude_desktop_config.json
{
"mcpServers": {
"device-house": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://device-house-mcp.fly.dev/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.