← Registry

Developer Tools

device.house

A server that generates device designs from text descriptions, evaluates them, and performs compliance checks.

1 endpoint21 known toolsFirst detected July 25, 2026Last detected August 29, 2026

ENDPOINT 1

https://device-house-mcp.fly.dev/mcp

No auth detected

MCP server metadata

Name
device-house
Version
0.1.0
Capabilities
tools.listChanged

Known tools 21

list_archetypes

device.

Inferred read-only
list_catalog

選べるデバイス・カタログ(bim.

Inferred read-only
generate_device

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

Inferred read-only
eval_device

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

Inferred read-only
compliance_check

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

Inferred read-only
get_firmware

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

Inferred read-only
get_netlist

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

Inferred read-only
get_placement

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

Inferred read-only
autoroute

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

Inferred read-only
get_pcb_svg

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

Inferred read-only
fab_order_package

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

Inferred read-only
manufacturing_readiness

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

Inferred read-only
get_kicad_netlist

KiCadネットリスト(.

Inferred read-only
get_bom_csv

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

Inferred read-only
parts_stats

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

Inferred read-only
parts_list

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

Inferred read-only
parts_search

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

Inferred read-only
parts_get

id でパーツ1件取得

Inferred read-only
parts_add

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

Inferred read-only
parts_update

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

Inferred read-only
parts_remove

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

Inferred read-only

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.device-house]
url = "https://device-house-mcp.fly.dev/mcp"
enabled = true
Claude Code

.mcp.json

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

Settings → Connectors → Add custom connector

Name: device-house
Remote MCP URL: https://device-house-mcp.fly.dev/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": {
    "device-house": {
      "url": "https://device-house-mcp.fly.dev/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "device-house": {
      "type": "http",
      "url": "https://device-house-mcp.fly.dev/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "device-house",
  "transport": "streamable-http",
  "url": "https://device-house-mcp.fly.dev/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for fly.dev was fetched 2026-08-25T12:47:23.082Z.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.