Skip to content
Gemini CLI

housecall pro mcp for Gemini CLI

io.github.hcpapi/housecall-pro-mcp

Independent MCP server for the Housecall Pro API: jobs, estimates, invoices, price book, schedule.

client:Gemini CLI transport:stdio runtime:npm

Install housecall pro 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": {
    "housecall-pro-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "housecall-pro-mcp"
      ],
      "env": {
        "HCP_API_KEY": "<HCP_API_KEY>",
        "HCP_READ_ONLY": "<HCP_READ_ONLY>",
        "HCP_TOOLSETS": "<HCP_TOOLSETS>"
      }
    }
  }
}

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

housecall pro mcp in other clients