Skip to content
Gemini CLI

housecallpro mcp for Gemini CLI

io.github.chrischall/housecallpro-mcp

Read Housecall Pro estimates from the customer link your contractor sent you.

client:Gemini CLI transport:stdio runtime:npm

Install housecallpro mcp in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "housecallpro-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@chrischall/housecallpro-mcp"
      ],
      "env": {
        "HOUSECALLPRO_LINK": "<HOUSECALLPRO_LINK>"
      }
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

housecallpro mcp in other clients