Skip to content
Windsurf

housecall pro mcp for Windsurf

io.github.hcpapi/housecall-pro-mcp

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

client:Windsurf transport:stdio runtime:npm

Install housecall pro mcp in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.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>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

housecall pro mcp in other clients