Odel
GetFacade

GetFacade

Local
@getfacade1JavaScriptMITUpdated 1w ago

Designs a real house exterior on its own photo, prices it line by line and documents it.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@getfacade/mcpv0.1.1

Run

npx -y @getfacade/mcp

MCP client config

{
  "mcpServers": {
    "getfacade": {
      "command": "npx",
      "args": [
        "-y",
        "@getfacade/mcp"
      ]
    }
  }
}