Developer Tools
device.house
A server that generates device designs from text descriptions, evaluates them, and performs compliance checks.
ENDPOINT 1
https://device-house-mcp.fly.dev/mcp
MCP server metadata
- Name
- device-house
- Version
- 0.1.0
Known tools 21
compliance_check言葉から設計したデバイスの規制適合(技適/PSE/CE/FCC/RoHS+発注先+部品調達)を機械チェック。設計で制御可能な指標は判定、実世界の試験/申請は要対応で正直表示(盛らない)
Inferred read-onlyfab_order_package発注パッケージ概要(配線済みGerber+BOM+CPL+手順一式)。JLCPCBにアップロード→支払いで発注。盛らない=実支払いは人間ゲート
Inferred read-onlyCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.