Skip to content
VS Code

housecallpro mcp for VS Code

io.github.chrischall/housecallpro-mcp

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

client:VS Code transport:stdio runtime:npm

Install housecallpro mcp in VS Code

.vscode/mcp.json

{
  "inputs": [
    {
      "type": "promptString",
      "id": "housecallpro-link",
      "description": "HOUSECALLPRO_LINK",
      "password": true
    }
  ],
  "servers": {
    "housecallpro-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@chrischall/housecallpro-mcp"
      ],
      "env": {
        "HOUSECALLPRO_LINK": "${input:housecallpro-link}"
      }
    }
  }
}

VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs

housecallpro mcp in other clients