← Back to Plugins
MCP Server MCP

GetFacade

github By github 👁 2 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y @getfacade/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "@getfacade/mcp",
      "version": "0.1.1",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Agent key issued at app.getfacade.ai under Account, Settings, API. Shown once.",
          "isRequired": true,
          "isSecret": true,
          "name": "GETFACADE_API_KEY"
        },
        {
          "description": "Base URL of the API. Leave unset to use the production one.",
          "default": "https://api.getfacade.ai/api/v1",
          "name": "GETFACADE_API_BASE_URL"
        },
        {
          "description": "Language the service answers and refuses in. Leave unset for English.",
          "default": "en",
          "name": "GETFACADE_LANG"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...