← device.house

INDIVIDUAL MCP TOOL

generate_device

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

device.housenone authenticationAvailability not checked

LIVE ENDPOINT

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

No auth detected

Connect to this endpoint to inspect the live schema for generate_device and invoke it with your own arguments.

Indexed 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 server

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

Related tools

  • list_archetypes — device.
  • list_catalog — 選べるデバイス・カタログ(bim.
  • eval_device — 言葉から設計したデバイスの生成品質を5軸(意図/部品/作れる/完成/正直)で採点
  • compliance_check — 言葉から設計したデバイスの規制適合(技適/PSE/CE/FCC/RoHS+発注先+部品調達)を機械チェック。設計で制御可能な指標は判定、実世界の試験/申請は要対応で正直表示(盛らない)
  • get_firmware — 言葉から設計したデバイスのArduinoファーム雛形(.
  • get_netlist — 配線ネットリスト(autorouteの入力)を返す
  • get_placement — JLCPCB部品配置(CPL CSV)を返す
  • autoroute — 2層オートルータで実配線し、配線率/ビア数のサマリを返す(盛らない=未配線はfailed)